Release v0.1.2
Fixed:
- Fixed a bug where the number of notifications above the bell icon would disappear;
- The buttons in the settings panel are now the same size relative to all other components;
- Now “Local IP” label at settings panel works correctly;
- Navigating to the settings panel now occurs without any animation;
- There is no longer a slight lag when navigating to the achievements panel/settings panel;
- During auto-login, the
updateLastLoginDatemethod was not being called, which prevented the last login date from being updated in settings. - The display format has been changed from “yyyy-MM-dd HH:mm:ss” to “HH:mm:ss / dd.MM.yyyy”.
- The old theme name “original_dark” has been removed, as it could cause errors.
- The flying dots animation is now centered. The lines no longer overlap the flying dots but are positioned below them.
Added:
- A bar displaying the current and latest versions has been added to the bottom of the program. A button to go to the GitHub project has also been added to the right;
- The AppLogger class has been added to all program classes for more convenient debugging;
- Quote display has been added to the main page. You can now go to the main page by left-clicking the avatar in the top-left corner.
Full Changelog: v0.1.1...v0.1.2