Skip to content

Commit 68da47a

Browse files
committed
v1.0.4 - bump Glaze for matugen support
1 parent 83c1763 commit 68da47a

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aw-shell"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "A hackable desktop shell for Hyprland, powered by Fabric and PySide6"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -12,7 +12,7 @@ keywords = ["hyprland", "shell", "wayland", "desktop", "fabric", "gtk", "pyside6
1212
dependencies = [
1313
"dbus-python>=1.3.2",
1414
"fabric",
15-
"glaze",
15+
"glaze>=0.2.1",
1616
"ijson>=3.3.0",
1717
"loguru>=0.7.0",
1818
"numpy>=1.26.0",

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"version": "1.0.3",
2+
"version": "1.0.4",
33
"pkg_update": false,
44
"changelog": [
5-
"<b>hotfix:</b> Matugen 4.0.0 breaking api change, json decode changes"
5+
"<b>hotfix:</b> Update Glaze version with matugen fix",
6+
"<b>hotfix:</b> Matugen 4.0.0 breaking api change, json decode changes",
67
"<b>test:</b> Comprehensive test suite — 362 tests, 94% coverage",
78
"<b>cleanup:</b> Removed dead GTK settings modules (about, appearance, keybindings, system, window)",
89
"<b>refactor:</b> Major codebase refactoring for maintainability",
910
"<b>refactor:</b> Extracted Signal class to utils/signal.py",
1011
"<b>refactor:</b> Created BaseSlider class hierarchy for controls",
1112
"<b>refactor:</b> Added layout utilities module",
12-
"<b>fork:</b> Rebranded from Ax-Shell to Aw-Shell"
13+
"<b>fork:</b> Rebranded from Ax-Shell to Aw-Shell",
1314
]
1415
}

0 commit comments

Comments
 (0)