Skip to content

Releases: amnweb/yasb

v1.3.4

26 Oct 15:46
Compare
Choose a tag to compare

New Features

  • implement update check service and widget 0a711ce read Wiki how to use Update Checker widget.

Bugfixes

  • fix(yasb/wallpapers): prevent NoneType exception when handling mouse events 02f570d

Documentation Changes

  • Add Update Check widget to README and sidebar 908f2ed

Other Changes

  • Add Update Check widget to build options 8c69ee4
  • Bump build version to 1.3.4 be8a297

Full Changelog: v1.3.3...v1.3.4

v1.3.3

24 Oct 23:45
Compare
Choose a tag to compare

Bugfixes

  • CLI: fix restart app after update 7c1fd04
  • WallaperWidget: prevent crashing on right-click. ba5e5a7

Full Changelog: v1.3.2...v1.3.3

v1.3.2

24 Oct 17:53
Compare
Choose a tag to compare

New Features

  • Libre Hardware Monitor Widget 72aff8f
  • Update wallpapers widget configuration and add gallery options f91aa51

Bugfixes

  • added default values for info dict 0493018
  • No connection message for histogram b71b92f

Refactors

  • Update update command to run installation and restart application d7d5a7a
  • Add is_windows_10() method ea44a0b
  • Update power menu blur settings for Windows 10 compatibility de351af

Other Changes

  • Refactor CLI.md: Update 'update' command description 4049593
  • Merge pull request #59 by Video-Nomad from Video-Nomad/feat/libre-hardware-monitor-widget f63022b
  • Update build version to 1.3.2 a5e91b6

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

21 Oct 21:52
Compare
Choose a tag to compare

Refactors

  • remove hardcoded path from apply_stylesheet method, use get_stylesheet instead. 4f22992
  • add update command to CLIHandler 7e88109

Documentation Changes

  • Update YASB CLI documentation a59afad

Other Changes

Full Changelog: v1.3.0...v1.3.1

v1.3.0

20 Oct 20:44
Compare
Choose a tag to compare

Refactors

Other Changes

  • Update build version to 1.3.0 c7104d9

Full Changelog: v1.2.9...v1.3.0

v1.2.9

20 Oct 02:39
Compare
Choose a tag to compare

Refactors

  • improve CSSProcessor class 0e822d1
  • Added a method to remove comments from CSS content
  • Refactored the process_imports method to handle multiple import patterns
  • Improved the process_variables method to handle multiple :root blocks

Other Changes

  • Bump build version to 1.2.9 f5a539c

Full Changelog: v1.2.8...v1.2.9

v1.2.8

20 Oct 00:17
Compare
Choose a tag to compare

New Features

  • add 'hide_empty' option to CustomWidget for improved label visibility 27dcbc3
  • add CLIHandler class for handling command-line interface](f295cfe)
  • introduce CSSProcessor for parsing and processing CSS files](f7393ff) you can use :root and @import now in styles.css

Bugfixes

  • handle failures in creating named mutex, improve error handling and cleanup 257c2a6
  • prevent multiple instances, improve error handling](453ba58)

Refactors

  • Update Wallpapers widget label in documentation 70894b3
  • Update exec_options in Custom Widget documentation eb06b4c
  • improve initialization logic of bars e302ba9

Other Changes

  • Refactor bar initialization logic for improved performance in BarManager 8b27168

Full Changelog: v1.2.7...v1.2.8

v1.2.7

14 Oct 21:31
Compare
Choose a tag to compare

New Features

  • add threading and opacity effect for wallpaper change 73c6fff

Refactors

  • Improve event handling in WhkdWidget's show_popup method bd11405
  • Add support for running commands after changing wallpaper 0d2850a d99a139
  • Improve style updating in bar.py 27e8e7e
  • Remove unused CLASS_NAME variable in BatteryWidget and MemoryWidget 7b64fcd
  • update widget styles to use container class f77e348
  • Update WindowShellDialog to display log timestamps 0e1369c
  • Add WiFi widget documentation efa5a0f
  • Update WiFi widget documentation 0da6209
  • Update WifiWidget to use NetworkInformation API for retrieving wifi information 36d89cc. This should fix problem with latest 24H2 update.

Chores

  • remove duplicate CSS class for battery widget 81bda66

Other Changes

What's Changed

  • Adding pywal section to Wallpaper Widget Docs by @ArtyWaBe in #52

New Contributors

Full Changelog: v1.2.6...v1.2.7

v1.2.6

09 Oct 00:12
Compare
Choose a tag to compare

New Features

  • add OBS WebSocket integration and widget 58328fe
  • add WHKD widget for displaying keybinds ebe1a3e

Bugfixes

  • enhance workspace_update event with event type b0fea03
  • Fix for MoveWindow event from Komorebi 1d23106
  • adjust OBS WebSocket logger level based on DEBUG 63cc1bc
  • Remove unnecessary code in ActiveWindowWidget 1275927

Refactors

  • remove duplicate callback registration 20c684a
  • Update workspace and active window event handling 7c0da32

Other Changes

  • Update README.md with list of available widgets in YASB

Full Changelog: v1.2.5...v1.2.6

v1.2.5

06 Oct 00:24
Compare
Choose a tag to compare

New Features

  • add interactive console dialog for real-time log monitoring 8413899
  • add debug menu with system and monitor information 4a7b601
  • implement dynamic theme detection for application bar ad35292

Refactors

  • handle directory creation for home configuration bf2be1c
  • update installation instructions 2030ef0
  • emit workspace_update event on workspace change 5acdc3d
  • add focus_change_workspaces signal 9ae0968
  • update debug menu and system information display 28c1b07
  • update widget styling examples cb31e9e

Other Changes

  • Update build version to 1.2.5 28b0c4a

Full Changelog: v1.2.4...v1.2.5