forked from Axenide/Ax-Shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
16 lines (16 loc) · 811 Bytes
/
version.json
File metadata and controls
16 lines (16 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"version": "1.0.5",
"pkg_update": false,
"changelog": [
"<b>update:</b> Added regression tests for the latest breaking changes, updated to use .venv-python",
"<b>hotfix:</b> Update Glaze version with matugen fix",
"<b>hotfix:</b> Matugen 4.0.0 breaking api change, json decode changes",
"<b>test:</b> Comprehensive test suite — 362 tests, 94% coverage",
"<b>cleanup:</b> Removed dead GTK settings modules (about, appearance, keybindings, system, window)",
"<b>refactor:</b> Major codebase refactoring for maintainability",
"<b>refactor:</b> Extracted Signal class to utils/signal.py",
"<b>refactor:</b> Created BaseSlider class hierarchy for controls",
"<b>refactor:</b> Added layout utilities module",
"<b>fork:</b> Rebranded from Ax-Shell to Aw-Shell",
]
}