Surn commited on
Commit
6ca84dc
·
1 Parent(s): 92717b0

Document updates readme and claude

Browse files
Files changed (2) hide show
  1. CLAUDE.md +4 -0
  2. README.md +28 -6
CLAUDE.md CHANGED
@@ -22,6 +22,10 @@ Wrdler is a simplified vocabulary puzzle game based on BattleWords:
22
  - Fixed static spinner graphic and favicon
23
  - Background enable/disable toggles improved
24
  - Sidebar disabled for streamlined UI
 
 
 
 
25
 
26
  ## Current Features (v0.2.12)
27
 
 
22
  - Fixed static spinner graphic and favicon
23
  - Background enable/disable toggles improved
24
  - Sidebar disabled for streamlined UI
25
+ - Minor grid layout tightening
26
+ - Added a couple words to classic.txt
27
+ - HF server fix
28
+ - Documentation updates
29
 
30
  ## Current Features (v0.2.12)
31
 
README.md CHANGED
@@ -32,11 +32,7 @@ Wrdler is a vocabulary learning game with a simplified grid and strategic letter
32
  **Current Version:** v0.2.12
33
  **Last Updated:** 2025-12-21
34
 
35
- ## Recent Changes (v0.2.12)
36
- - Changed layout for improved usability
37
- - Fixed static spinner graphic and favicon
38
- - Background enable/disable toggles improved
39
- - Sidebar disabled for streamlined UI
40
 
41
  ## Key Differences from BattleWords
42
 
@@ -264,7 +260,33 @@ All test files must be placed in the `/tests` folder. This ensures a clean proje
264
 
265
  ## Changelog
266
 
267
- ### v0.2.9 (Current) ✅
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  - Bump version to 0.2.9
269
  - Enhanced settings management: create, update, rename, and delete settings files
270
  - Split "Save Settings" into "Create Settings" and "Update Settings" actions
 
32
  **Current Version:** v0.2.12
33
  **Last Updated:** 2025-12-21
34
 
35
+
 
 
 
 
36
 
37
  ## Key Differences from BattleWords
38
 
 
260
 
261
  ## Changelog
262
 
263
+ ### v0.2.12 (Current) ✅
264
+ - Changed layout for improved usability
265
+ - Fixed static spinner graphic and favicon
266
+ - Background enable/disable toggles improved
267
+ - Sidebar disabled for streamlined UI
268
+ - Minor grid layout tightening
269
+ - Added a couple words to classic.txt
270
+ - HF server fix
271
+ - Documentation updates
272
+
273
+ ### v0.2.11
274
+ - Audio, UI, and settings enhancements
275
+ - Improved audio error handling, debug logging, and volume control
276
+ - Enhanced settings page with sound effects listing and synchronization
277
+ - Adjusted spinner delay and refined UI elements
278
+ - Updated Python version requirement to >=3.12,<3.13
279
+ - Undo/enable/disable background changes
280
+
281
+ ### v0.2.10
282
+ - Refactored spinner handling with CustomSpinner context manager
283
+ - Improved spinner visuals and transitions
284
+ - Modularized UI code, added _render_game_tab
285
+ - Moved some functions to ui_helper
286
+ - Improved error handling and CSS for spinner
287
+ - Bug fixes and code cleanup
288
+
289
+ ### v0.2.9
290
  - Bump version to 0.2.9
291
  - Enhanced settings management: create, update, rename, and delete settings files
292
  - Split "Save Settings" into "Create Settings" and "Update Settings" actions