- Notifications
You must be signed in to change notification settings - Fork49
Releases: amnweb/yasb
v1.6.7
Compare
New Features
- implement event filter for menu visibility and enhance reload handling2f9dee9
- network icon filtering optionccf34b9
- add 'controls_hide' option to manage media controls visibility0790e25
- add session switching functionalityf93dda8
- add environment variable parsing for configuratione77b473
Bugfixes
Refactors
- remove hide_taskbar option and related functionality3988ff7
Chores
- update build version to 1.6.7ee2b3d6
Other Changes
- Merge pull request#160 byVideo-Nomad from Video-Nomad/fix/systray-empty-pinned-fixe3e3fdd
- Using the same method of systray icon for taskbar and active_window icons drawingd04a401
- remove unused imports07de1a6
- Merge pull request#164 byVideo-Nomad from Video-Nomad/fix/buttery-taskbar-compat1e3e1c4
- Fix stuck session issue and reduce logging spam2f0e4bc
- Merge pull request#162 byDusk-afk from Dusk-afk/feat/media-session-switchc91716e
- Merge pull request#161 byarthurferrai from arthurferrai/fix/taskbar-icons6f2590c
What's Changed
- fix(systray): properly hide pinned container on last icon delete by@Video-Nomad in#160
- fix(systray): Buttery Taskbar compat fix by@Video-Nomad in#164
- feat(media): add session switching functionality by@Dusk-afk in#162
- Improved taskbar and active_window icon rendering by@arthurferrai in#161
Full Changelog:v1.6.6...v1.6.7
v1.6.6
Compare
New Features
- add context menu for desktop management actions937ad25
- enhance taskbar and windows desktops styling78e3d6a
- add custom context menu for workspace actionsad0ee6b
- conditionally add wallpaper options for non-Windows 10 systems1ab397d
- add additional ignored window classes for better process filtering8488f4f
- add min_bar_height option for customizable bar height limits3a6c010
- add special_keys option for customizable hotkeys2a615d8
- added systray widgeta56fd8d
- add systray widget to build options08f1031
- add support for environment file loading914bf20
Bugfixes
- add error handling for wallpaper setting functions010eb94
- Improve performance on loading wallpapers and remove deprecated options enable_cache and lazy_load_delay7dcc8fb
- improve icon handling in WeatherWidget8112d4e
- fixed the pin state restore on initial launchc004185
- added a delay for send_taskbar_created2cb98c1
Refactors
- simplify client setup timing and screen ID retrievalf5085f4
Chores
- update Windows Dev workflow triggersf1573f9
- update Windows Dev workflow triggers7a1f8da
- update build version to 1.6.6b1b313f
Other Changes
- Added option to add style to foreground application (
.app-icon.foreground
).f3ff04f - Merge pull request#151 byarthurferrai from arthurferrai/feat/taskbar-foreground-class8dfd5a3
- Merge pull request#155 byVideo-Nomad from Video-Nomad/feat/systray-widget302cd81
- Merge pull request#156 byVideo-Nomad from Video-Nomad/fix/systray-fixes3d95e56
- Merge pull request#158 byVideo-Nomad from Video-Nomad/fix/systray-thread-timer-fix7af3314
- Merge pull request#157 byDusk-afk from Dusk-afk/feat/env-filefaf8f23
Assets4
v1.6.5
Compare
New Features
- add use_shell and encoding options to command execution045c1ee
- introduce layout configuration for bar widget alignment and stretchingc08e64e
- enhance keyboard navigation and focus management6f94f63
- enhance workspace and layout management with monitor index support25f8a0c
- enhance button navigation with row wrapping support4ca58f5
- enhance applications widget with additional launch options and command handlingc8e86e0
- add offset_top and offset_left properties to menu configuration (replacing the deprecated 'distance' property)c5a5801
- enhance window icon fetching with DPI support and caching improvementsd55af95
- add smoothing options for window icon fetchingf33ffe5
- enhance window icon fetching with dynamic bitmap sizing and resource cleanup6d8dfc5
Bugfixes
- remove redundant icon setting and reset stylesheet5d48c3f
- correct label class assignment for battery widget9e892e7
- remove unnecessary comma in toggle_tiling callbackb32023c
- remove unnecessary whitespace and clean up code formatting1d9f9c9
- improve fullscreen detection logic and visibility handling14db841
- improve window hiding logic and update ignored classesa124931
Refactors
- remove unused import from bar.py8e2b32e
- unify label class assignment for consistency in widget display99ea863
Chores
- update fetch-depth and retention days in windows-dev.yaml3331ebe
- update build version to 1.6.5ba48b51
Other Changes
- Merge branch 'main' ofhttps://github.com/amnweb/yasb1bc932b
- Fixed some typing, get info of all visible windows to make sure all appears on icons list.1b608d0
- Merge branch 'main' into taskbar-fixf27b5c3
- Merge pull request#149 byarthurferrai from arthurferrai/taskbar-fix4cd5e56
What's Changed
- Fixed taskbar not showing all apps icons by@arthurferrai in#149
New Contributors
- @arthurferrai made their first contribution in#149
Full Changelog:v1.6.4...v1.6.5
v1.6.4
Compare
New Features
- support custom configuration directory via YASB_CONFIG_HOMEcfee1c8
Bugfixes
- downgrade PyQt6 version to 6.7.1 because there is many issues with 6.8.12daff32
- update log output description to include YASB_CONFIG_HOME6a2b368
Documentation Changes
- update documentation to include YASB_CONFIG_HOME for custom config directory8f84e75
Full Changelog:v1.6.3...v1.6.4
Assets4
v1.6.3
Compare
Bugfixes
- set font engine to GDI to resolve font and icons issues9efc2ce
Important
Font engine is set to GDI by default, because there are some issues with the default font engine in PyQt6.8. Please use old font-families in the styles.css file to avoid font and icons issues. Example:font-family: "JetBrainsMono NFP"
Full Changelog:v1.6.2...v1.6.3
Assets4
v1.6.2
Compare
Bugfixes
- fix cli reload command1559c5b
- update build version to 1.6.286fe838
- prevent processing desktop windows in foreground check01c3876
Important
YASB now reads font names in the same way as Windows. For example, the oldfont-family: "JetBrainsMono NFP"
has becomefont-family: "JetBrainsMono Nerd Font Propo"
. To get the correct font name, open the font settings in Windows and copy the font name from there.
Full Changelog:v1.6.1...v1.6.2
Assets4
v1.6.1
Compare
New Features
- add hide_on_fullscreen option to window_flags151faca
- register atexit handlers to clear events on exit423be21
Bugfixes
Important
YASB now reads font names in the same way as Windows. For example, the oldfont-family: "JetBrainsMono NFP"
has becomefont-family: "JetBrainsMono Nerd Font Propo"
. To get the correct font name, open the font settings in Windows and copy the font name from there.
Full Changelog:v1.6.0...v1.6.1
Assets4
v1.6.0
Compare
New Features
- implement Cava widget with customizable options5940ef1
- connect aboutToQuit signal to stop taskbar widget eventsef15a07
Bugfixes
- correct syntax error in winget update command0777216
- hide widget when API key or location is missingbe368da
- update font family in default styles.css1e1225a
- update PyQt6 version to >=6.8.0c5ba37f
- update build version to 1.6.06176c3b
Refactors
- comment out debug logging for weather data2d9825a
Documentation Changes
- add Cava widget documentation and update sidebarbdb1d8b
Important
YASB now reads font names in the same way as Windows. For example, the oldfont-family: "JetBrainsMono NFP"
has becomefont-family: "JetBrainsMono Nerd Font Propo"
. To get the correct font name, open the font settings in Windows and copy the font name from there.
Full Changelog:v1.5.91...v1.6.0
Assets4
v1.5.91
Compare
v1.5.9
Compare
Bugfixes
- improve author link handling and enhance description display8701ac8
- add encoding to RotatingFileHandler for proper log file handlingcd6a8b1
- improve locale handling for time and character encoding16c6796
- improve alert handling in WeatherWidgeted26165
- ensure selected day does not exceed days in montha9f0916
Refactors
- expand user paths and handle file missing case with loggerf595216
- remove unused icon path variable from ThemeViewerd0dbe89
- remove debug log for API URL in WeatherWidgetf6983ba
Code Style Changes
- update font family and size for improved readabilityc9500a3
Chores
- bump build version to 1.5.9275e2dd
Other Changes
- Update bug_report.yml284cc97
Full Changelog:v1.5.8...v1.5.9