Skip to content

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:00
· 21 commits to main since this release

3.5.0 (v3.5.0) — 2026-07-17

Desktop Client Enhancements

  • UI Modularization (ES Modules): Cleaned up and restructured the ui directory, refactoring the 1700+ line app.js file into independent modules (utils.js, slider.js, gallery.js, drawer.js, player.js, modal.js) coordinated by a centralized state store (store.js).
  • Smart App Control & Antivirus Bypass: Enabled ASAR packaging and configured electron-builder to sign builds using cscLink and cscKeyPassword. Created a local PowerShell signing utility (scripts/create-self-signed-cert.ps1) to sign builds and bypass Windows Smart App Control (SAC) and Defender blocks on development/test environments.