v1.1.1.8-ble
Changes
- Pet persistence fix: save directory is now always created before writing; added serial logging to diagnose any remaining persistence issues
- Deep Mines random levels: each new game now uses
esp_random()(hardware RNG) instead ofmillis()for the dungeon seed — every run is genuinely unique - Games cleanup: removed all games except Deep Mines (Snake, 2048, Maze, Game of Life, Chess, Caro, Sudoku, Minesweeper); framework preserved for future additions
- Home screen UI improvements (Cards theme):
- Recent books card enlarged to 60% of the right column height (was 50%)
- Virtual pet card shrunk to 40% (was 50%)
- Book titles now wrap to two lines at word boundaries instead of being hard-truncated
- Progress bar added below each book title showing reading progress