Panduan lengkap penggunaan fitur tersedia di docs.hijinetwork.net.
Changelog v1.0.4
Added
**Update Engine**: Added background auto-update worker for binary deployment mode on Linux. The worker periodically checks update metadata, evaluates stable version upgrades, and performs safe in-place binary replacement.
**CLI Version Flag**: Added `-version` runtime flag to print the current app version and exit, used by update validation flow.
Changed
**Frontend Theme**: Bootstrapped theme mode and primary color from browser-local cache before Svelte hydration so pages no longer flash the default theme while waiting for the settings API.
**Update Metadata Source**: Switched static update manifest URL to the GitHub Pages `version.json` endpoint.
**Update Manifest Parsing**: Expanded update manifest handling to support `prerelease`, `auto_update`, and per-platform `binary_urls`.
Fixed
**Auto Update Safety**: Hardened update flow to skip prerelease/beta channels for automatic updates and prevent non-semver targets from being applied automatically.
**Binary Validation**: Enforced staged download and executable validation before replacement by verifying downloaded binaries via `-version` output match.