You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### New Features
11
11
12
+
-**Interactive JSON Navigation**: Click JSON fields to filter, and Ctrl-click IDs to jump to related items.
12
13
-**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.
15
15
16
-
### Performance
16
+
### Changes
17
17
18
18
-**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.
20
21
21
22
### Bugfixes
22
23
23
24
- Fixed an issue where the filter input became uneditable when the text exceeded the visible width.
24
25
- Fixed background color inconsistencies across different themes.
0 commit comments