Skip to content

Commit df99033

Browse files
committed
docs(CHANGELOG): update with new features, performance improvements, and bug fixes
1 parent 7864dd2 commit df99033

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### New Features
1111

12+
- **Interactive JSON Navigation**: Click JSON fields to filter, and Ctrl-click IDs to jump to related items.
1213
- **Local Source Mode**: Support for loading and browsing multiple JSON files from a local directory (In-source mode).
13-
- **Interactive JSON Navigation**: Navigate through game data by clicking on IDs or specific fields within the JSON details pane to instantly filter and jump to related items.
14-
- **Comprehensive Mouse Support**: Full interactivity with the TUI
14+
- **Initial web runtime**: Added a browser-based web port (Ratzilla) so the app can be used outside the terminal.
1515

16-
### Performance
16+
### Changes
1717

1818
- **Low-latency UI**: Significant optimizations to rendering and JSON highlighting, resulting in a more responsive interface and zero flickering during navigation.
19-
- **Caching Improvements**: Implemented eager caching for display strings and rendered details to eliminate redundant calculations.
19+
- **Clearer startup and empty states**: Added a welcome message on first load and improved messaging when a filter returns no results.
20+
- **More resilient downloads**: Network requests now use timeouts so stalled requests fail faster instead of hanging.
2021

2122
### Bugfixes
2223

2324
- Fixed an issue where the filter input became uneditable when the text exceeded the visible width.
2425
- Fixed background color inconsistencies across different themes.
26+
- Fixed `Ctrl-R` reload for source data.
27+
- Fixed `Shift-Tab` (`BackTab`) pane navigation.
2528

2629

2730
## [0.3.1] - 2026-02-19

0 commit comments

Comments
 (0)