Skip to content

Release 0.3.3

Latest
Compare
Choose a tag to compare
@LuSrackhall LuSrackhall released this 17 Jan 15:33

Overview

This version continues to address compatibility issues with the appx version. Additionally, some interaction logic in the settings interface has been adjusted.

Of course, we also completed some minor tasks, such as setting the process name and icon for the SDK on the Windows platform, and capitalizing the first letters of the product name in the process.

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.3-win-x64.exe is:

  • 643e802f4028fac6cd8ef3f64ea696029d1227a94abdb1ddd54f8a54bbe7e7db

KeyTone-0.3.3-linux-x64.tar.gz is:

  • 1c20ff35d0376910c9a3ea850e131a97b061a96bd1f1b01a0eef1cc6d1dfbf13

KeyTone-0.3.3-linux-x64.AppImage is:

  • 33d05d7a978ce89ed00d59e83191895d32c96668f157f1188e02dcf62ec2ddcd

KeyTone-0.3.3-linux-x64.deb is:

  • f0a72611be9eeb3a99bd68277ab53e8d5ced938f3940afe6deadacf5e75b110e

KeyTone-0.3.3-mac-x64.dmg is:

  • 5e9703ab2aabaecfc985c893859c84c0add953682b7fc5a66c1551c512aee03e

KeyTone-0.3.3-mac-arm64.dmg is:

  • f04d30c328683d43c0f92a7d745303c211245680dd7f0250deb0b8cc9b75a6a5
The MD5 hash sum

KeyTone-0.3.3-win-x64.exe is:

  • bed60fd09f7b37bf80bb167daa20ff54

KeyTone-0.3.3-linux-x64.tar.gz is:

  • b3dbc39c4daf3304c9d02e2df5f997a3

KeyTone-0.3.3-linux-x64.AppImage is:

  • 1da84d259f0fc5787bad6466400be940

KeyTone-0.3.3-linux-x64.deb is:

  • 7820b233d6f9d9084eb77fc9102cc7a1

KeyTone-0.3.3-mac-x64.dmg is:

  • fae1bf599bb66f19764bc889ba407674

KeyTone-0.3.3-mac-arm64.dmg is:

  • d0f490832f20766e704c7533c44e4eb1

Changelogs

Bug Fixes

  • electron: Fixed the issue where startup-related settings were invalid again in Microsoft Store version. (d100718)
  • ui | electron | appx: Fixed the issue where icon background was white instead of transparent in Windows Store and desktop shortcuts (expected to display with normal transparency as in the image). (99477f8), closes #57
  • ui: Changed the default behavior of clicking title to enter full page in settings interface - now requires double-click to enter, single-click behavior changed to expand settings same as clicking arrow. (9f00684)
  • ui: Fixed accidental page entry issue after changing to double-click behavior in settings interface (abandoned default double-click event, switched to single-click event with custom double-click function). (09d7428)
  • ui: Fixed incorrect use of volume icon for home-related settings in settings page (although current settings are indeed only volume-related). (87be226)