Void Presence v2.6.5-nightly
Release details for the Void Presence application loaded from GitHub release data and package.json tag.
Release details for the Void Presence application loaded from GitHub release data and package.json tag.
If you just need the latest stable application build, you can always download it from the main download page.
Go to download pageView this release on GitHub for full changelog and assets.
Check GitHubCentralized Main Config Module
All JSON config read/write logic (client-config, buttons, cycles, image-cycles, party, timestamp, settings) has been consolidated into a single main/config.ts module, using a generic Validator<T> and safe helpers readJsonWithSchema / writeJsonSafe for consistent validation and error handling.
Async Settings API
Legacy synchronous loadSettings / saveSettings have been replaced with asynchronous readSettings / writeSettings, and readFiltersState can now rely on the shared Settings validator, reducing duplication and improving code clarity.
tag: broken