Overview
The main purpose of this version is to address the compatibility issues with the appx version. Of course, it also involves fixing some general issues.
please note
Although the release assets of this version include multi-platform packages, it does not mean that KeyTone already supports multiple platforms.
At this stage, the main focus is still on feature development, and this process is carried out under Windows.
In other words, this version of the KeyTone package only guarantees the usability and functionality completeness of the software under Windows. The packages for other platforms only follow the most basic build packaging and have not undergone any related testing.
When will other platforms besides Windows be supported?
A: The current version has not been officially adapted for Linux and MacOS platforms. We expect to consider formal adaptation work after version 1.0.0.
Security
The SHA256 hash sum
KeyTone-0.3.2-win-x64.exe
is:
9c4dc5123eb33ac06b635c687447a08938efbeba87a58a67c84977c8fd36b6d1
KeyTone-0.3.2-linux-x64.tar.gz
is:
0bb7043db6ccf0f6a720b70e5dffb111311ac0a73c6f5bc4677b03c335a38e32
KeyTone-0.3.2-linux-x64.AppImage
is:
24e557456bde893caadae8996f8d8f4993c7b6a3b28b8405edaf6725dde263a9
KeyTone-0.3.2-linux-x64.deb
is:
d725d033e4882497921d206cfb7f5f6ecc83e14ee1873ad459bcf3f9bc89b9bf
KeyTone-0.3.2-mac-x64.dmg
is:
aea5f610a3baddd828b30b90f563b0837c0c9f6dfa841c44549881485a256df9
KeyTone-0.3.2-mac-arm64.dmg
is:
0ff2340fa2e5f3456b33090b196797abd6fbf123c718f11ca0bdb3128e311f24
The MD5 hash sum
KeyTone-0.3.2-win-x64.exe
is:
7c7eddc0e884088305b2de381d5dd25e
KeyTone-0.3.2-linux-x64.tar.gz
is:
47eb0911fba2bf9daf126dd77c5ef5de
KeyTone-0.3.2-linux-x64.AppImage
is:
56157a0c59bcdb7d71eee688cbfe1614
KeyTone-0.3.2-linux-x64.deb
is:
0a465c334ff871b6e0146bcf601173ca
KeyTone-0.3.2-mac-x64.dmg
is:
f29f9c5aa099511386d251c2ac830ea0
KeyTone-0.3.2-mac-arm64.dmg
is:
d4e8016dcf13e839b493b83c7c9be11a
Changelogs
Bug Fixes
- build: Fixed missing icons when building appx package. In this commit, we used quasar's icongenie icon processing tool's custom configuration to generate the required icon resources in the correct path. (033eacb), closes #57
- electron: Fixed invalid auto-start related settings in Microsoft Store version (ac10af0)
- ui | electron | appx: Attempted to fix icon size and background inconsistency with exe version (6c6e5f5), closes #57
- ui | electron | refactor: Refactored the logic of boot auto-start related settings. Fixed the issue where app restart was required for settings to take effect (now takes effect immediately after setting). (b79430c)
- ui: Fixed style anomaly bug caused by line wrapping when route names are too long in top navigation bar. (c7eae76)