Void Presence v2.6.5-nightly
Release details loaded from GitHub release and this tag package.json.
Release details loaded from GitHub release and this tag package.json.
If you just need the latest stable 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