Releases: draber/draber.github.io
Releases · draber/draber.github.io
v5.1.0
5.0.4: Merge pull request #169 from draber/dev
Maintenance Release 5.0.4
Bug Fixes
- Data not always synced when using on multiple devices
- Better responsiveness for Dark Mode screen
- Better responsiveness for Milestones screen
- DOM error in hive introduced in (the therefor very short lived) release 5.0.3
Code archictecture
- Moved all hive-related code to dedicated module
There are also minor changes in wording etc.
v5.0.0
📦 Spelling Bee Assistant 5.0
Release Date: 19 April 2025
A full structural refactor, major UI cleanup, and a ton of long-overdue debt deletion.
✨ Features & Improvements
🔹 New or Improved Stuff in the UI
- Introduced Keyboard Shortcuts for just about everything
- Replaced Your Progress with the more advanced Milestones
- Dark Mode and Color Themes now share a unified screen with live previews
- Cleaned up the Main Menu: fewer entries, larger font, better accessibility
- Numerous Dark Mode CSS improvements and visual polish throughout
🔧 Under the Hood
- Complete overhaul of table generation — tables are no longer tied to specific plugins
- All legacy
TablePane
components replaced with modularTableBuilder
- Clean separation between UI elements and logic (especially for details, popups, and layout)
Popup
logic migrated to the newPopupBuilder
class- Dark Mode now features automatic conflict detection (disables itself when other themes are detected)
- Strings, helpers, and utility functions have been consolidated for better maintainability