Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Releases: amnweb/yasb

v1.6.7

21 Mar 21:51
Compare
Choose a tag to compare
Loading

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

  • include 'env_file' in config change detection6238e34
  • Buttery Taskbar compat fixc89f652

Refactors

  • remove hide_taskbar option and related functionality3988ff7

Chores

  • update build version to 1.6.7ee2b3d6

Other Changes

What's Changed

Full Changelog:v1.6.6...v1.6.7

Contributors

  • @arthurferrai
  • @Video-Nomad
  • @Dusk-afk
arthurferrai, Video-Nomad, and Dusk-afk
Assets4
Loading
enusr2k and markox92 reacted with thumbs up emojivhick and Dusk-afk reacted with hooray emojiDefinitelyNotCherry and markox92 reacted with heart emojiVideo-Nomad reacted with rocket emoji
6 people reacted

v1.6.6

21 Mar 21:48
Compare
Choose a tag to compare
Loading

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

Loading
enusr2k reacted with hooray emojiDefinitelyNotCherry, vhick, enusr2k, ClixTW, Dusk-afk, zakicade55, and Arcfoz reacted with heart emojimarkox92 and enusr2k reacted with rocket emojimarkox92 reacted with eyes emoji
8 people reacted

v1.6.5

09 Mar 09:32
Compare
Choose a tag to compare
Loading

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

What's Changed

New Contributors

Full Changelog:v1.6.4...v1.6.5

Contributors

  • @arthurferrai
arthurferrai
Loading
vhick, enusr2k, and rabbit-ng reacted with hooray emojiClixTW and enusr2k reacted with heart emojienusr2k reacted with rocket emoji
4 people reacted

v1.6.4

21 Feb 08:36
Compare
Choose a tag to compare
Loading

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

Loading
ClixTW, vhick, enusr2k, Mouadhbendjedidi, AliGalip75, and mrtfff reacted with heart emoji
6 people reacted

v1.6.3

20 Feb 09:16
Compare
Choose a tag to compare
Loading

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

Loading
enusr2k and vhick reacted with rocket emoji
2 people reacted

v1.6.2

19 Feb 03:17
Compare
Choose a tag to compare
Loading

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

Loading
enusr2k, vhick, and Emp24 reacted with heart emoji
3 people reacted

v1.6.1

18 Feb 20:35
Compare
Choose a tag to compare
Loading

New Features

  • add hide_on_fullscreen option to window_flags151faca
  • register atexit handlers to clear events on exit423be21

Bugfixes

  • replace os.execl with QProcess for application reload3457f18
  • update build version to 1.6.1096017f

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

Loading
vhick and enusr2k reacted with hooray emojienusr2k reacted with heart emoji
2 people reacted

v1.6.0

18 Feb 09:12
Compare
Choose a tag to compare
Loading

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

Loading
ClixTW, DefinitelyNotCherry, and enusr2k reacted with heart emoji
3 people reacted

v1.5.91

10 Feb 00:57
Compare
Choose a tag to compare
Loading

Bugfixes

  • remove encoding parameter from RotatingFileHandlerdc1b1a2
  • handle missing API key or location in WeatherWidget45af45c
  • temporarily remove LC_CTYPE locale settingc5524b6

Chores

  • bump build version to 1.5.911a6b46e

Full Changelog:v1.5.9...v1.5.91

Loading
vhick and PHAntom-PROjects reacted with hooray emojienusr2k and TowhidMolla-Dev reacted with heart emoji
4 people reacted

v1.5.9

09 Feb 12:34
Compare
Choose a tag to compare
Loading

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

Other Changes

Full Changelog:v1.5.8...v1.5.9

Loading
DefinitelyNotCherry and enusr2k reacted with heart emoji
2 people reacted
Previous13456
Previous

[8]ページ先頭

©2009-2025 Movatter.jp