Skip to content

Commit 68b71fd

Browse files
committed
docs: update changelog to v0.66.0
1 parent 6c3d1e8 commit 68b71fd

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# ToramDB Skill Simulator Changelog
22

3-
### v0.65.0 (Latest)
3+
### v0.66.0 (Latest)
4+
- **Featured Module Overhaul**: Transformed the Featured items' visual style on the homepage from a pill-based badge system to a professional, tabular list layout for better scannability.
5+
- **Smart Description (Map Icon)**: Implemented automatic detection of `map :` prefixes in the Description field, which are now rendered with a dedicated location symbol (📍) and special highlighting.
6+
- **Compact UI Refinement**: Reduced vertical padding and adjusted font weights across the Featured cards to ensure a sleek, high-density professional aesthetic.
7+
- **Crysta Icon Modernization**: Developed a rank-aware icon resolution system that automatically assigns `_base.png`, `_up.png`, or `_max.png` icons to Crystas based on their position in an enhancement path.
8+
- **Logic Syncing**: Synchronized rendering logic between the Homepage, Monster Modals, and Item Detail pages to ensure UI consistency across the entire database.
9+
10+
### v0.65.0
411
- **Data Source Migration**: The Skill Simulator data is no longer hardcoded into a 6,000+ line JS file. It now fetches the `SkillTrees` sheet from Google Sheets asynchronously, matching the rest of the ToramDB website architecture.
512
- **Dynamic Tree Building**: The simulator script now groups the flat table sheet rows by `tree_id` and automatically reconstructs the nested JSON object required by the legacy UI renderer on the fly.
613
- **Tree Background Colors**: Added support for reading `tree_bg_color` directly from the sheet `#ffffff` (white/light mode) or `#000000` (black/dark mode) per skill tree canvas.

0 commit comments

Comments
 (0)