Skip to content

Commit

Permalink
feat(widget): add Brightness Widget to build options and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Dec 30, 2024
1 parent eec1e27 commit d819b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'core.widgets.yasb.obs',
'core.widgets.yasb.whkd',
'core.widgets.yasb.taskbar',
'core.widgets.yasb.brightness',
'core.widgets.yasb.update_check',
'core.widgets.yasb.windows_desktops',
'core.widgets.yasb.home',
Expand Down
2 changes: 1 addition & 1 deletion src/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
SCRIPT_PATH = os.path.dirname(os.path.abspath(__file__))
GITHUB_URL = "https://github.com/amnweb/yasb"
GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes"
BUILD_VERSION = "1.5.1"
BUILD_VERSION = "1.5.2"
# Development Settings
DEBUG = False
# Configuration Settings
Expand Down

0 comments on commit d819b6f

Please sign in to comment.