New Features
- include build version in logger initialization message 1e86db7
- add debug logging for app bar creation details b3d70bb
- add group label functionality and container padding options 5972b1b
- run komorebi commands in separate threads for improved responsiveness c62fd11
- add round corners type to blur effect configuration fe80ca0
- add PopupWidget class f6688c4
- enhance Blur function to support corner type customization on non-Windows 10 f35e5db
- add round corners type configuration to blur effect 7808ec0
- add round corners and border color configuration to disk widget 13eccf4
- enhance DiskWidget with group label toggling and configuration options dd960cb
- add units configuration for weather data and enhance weather card styles 20d65d0
- add units configuration and enhance weather card settings a8dbf79
- add round corners type configuration and ensure border color is a string f034396
- enable animation option for taskbar widget 7994f60
- add animation configuration to widgets with default settings 9890a7c
- implement AnimationManager for widget animations 5481329
- add animation support to mute toggle in microphone and volume widgets cd336fa
- add default animation settings to validation schema bb27b23
- implement theme installation with subprocess control d7a6239
- enhance container padding structure for multiple widgets 8a2e1cc
- add animation settings for UI elements 29191d0
Bugfixes
- remove unnecessary whitespace in disk widget code 1c6ecbe
- improve icon scaling for better aspect ratio preservation cd2a65a
- handle audio device absence with appropriate logging da7d991
- replace git dependency with pypi package for pyvda fcb43fb
- remove animation parameter from VirtualDesktop activation 68f7ef8
- update temperature labels in weather widget configuration 346e887
- update weather label placeholders for consistency dfcb3c8
- update weather label placeholders for temperature consistency 954ff03
- ensure widget is deleted after hiding c27e600
- handle missing configuration file with error logging and alert 1b6d523
- ensure animation starts only if enabled and handle errors gracefully f6459d6
- add error logging for undefined and invalid widget options b5b3978
- improve popup window management and cleanup on close event 12c0ac5
- update version to 1.0.5 and improve log file handling 1493011
Refactors
- remove unused blink_on_click method from utilities 62bcca1
- change logging level from debug to info for bar creation 863671e
- replace QProcess with os.execl for application reload 7c949f3
Documentation Changes
- update Nerd Fonts installation instructions and clarify config directory creation 12e078c
- add installation and configuration troubleshooting tips 7591fca
- add animation settings and container padding to multiple widgets 6e6ac21
- enhance Disk and Komorebi layout documentation 5f50b7d
- update configuration documentation for group labels and weather card options c50da35
Chores
- update build version to 1.5.3 4f4e41c
Other Changes
- Add layout_name variable to language 8a1220f
- Update doc b360446
- Add full_layout_name variable 4461484
- Update Language doc 46e7cef
- Add layout_country_name variable 0e9a495
- Update Language doc 12724c6
- Merge pull request #91 by Osyx from Osyx/main 006fd3b
What's Changed
New Contributors
Full Changelog: v1.5.2...v1.5.3