Skip to content

v1.5.3

Latest
Compare
Choose a tag to compare
@amnweb amnweb released this 13 Jan 02:42
· 2 commits to main since this release

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

What's Changed

  • Add support for using keyboard layout in Language widget by @Osyx in #91

New Contributors

  • @Osyx made their first contribution in #91

Full Changelog: v1.5.2...v1.5.3