Skip to content

Commit aeffaf8

Browse files
committed
Prepare for 0.3.0 release
1 parent d2b8db5 commit aeffaf8

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.3.0] - 2025-11-18
11+
1012
### Added
11-
- **Query tab pagination**: Added pagination support to the Explore > Query tab to prevent browser crashes from large result sets
12-
- Results are now paginated with 25 rows per page
13-
- User-specified LIMIT and OFFSET clauses are respected when paginating through results
14-
- Count queries correctly account for user's limit/offset to show accurate total counts
13+
- **Query tab pagination**: Pagination support for Explore > Query tab to prevent browser crashes from large result sets
14+
- Results paginated with 25 rows per page
15+
- User-specified LIMIT/OFFSET clauses respected when paginating
1516
- Empty result sets display "No results found" message
1617

1718
### Changed
18-
- **Explore page**: Tab state is now preserved when switching between tabs (filters, sort, column visibility/order, pagination)
19-
- Added reset button to restore columns to default settings
20-
- **Number formatting**: Large numbers in pagination displays now show thousand separators (e.g., "1,205,980" instead of "1205980")
21-
- Applied consistently across all paginated views: Explore tabs, Alerts, Scan History, Search Results, Roots, and Schedules
19+
- **Explore page**: Tab state preserved when switching between tabs (filters, sort, column visibility/order, pagination)
20+
- Reset button restores columns to default settings
21+
- **Number formatting**: Large numbers in pagination displays now show thousand separators (e.g., "1,205,980")
2222

2323
### Fixed
24-
- **Item detail sheet**: Fixed calendar widget appearing over modification date entries in History card
24+
- **Item detail sheet**: Calendar widget no longer appears over modification date entries in History card
25+
26+
### Highlights from v0.2.x
27+
28+
This release includes all features from the v0.2 series:
29+
30+
- **Browse page**: Virtualized tree view supporting 100k-1M+ items with lazy loading and efficient search
31+
- **Global pause**: Pause all scanning with flexible durations; scans resume automatically
32+
- **Configuration UI**: Full settings management through web UI with validation and visual indicators
33+
- **Scan scheduling**: Daily, weekly, monthly, and interval-based recurring scans
34+
- **Scan history**: Paginated history table with duration, schedule source, and root filtering
35+
- **Insights**: Interactive charts showing file size, counts, changes, and alerts over time
36+
- **Item detail view**: Sliding panel with metadata, validation status, change history, and alerts
37+
- **Folder sizes**: Directory sizes computed during scan with dual-format display
38+
- **Database compaction**: Reclaim space from deleted data via Settings page
39+
- **Graceful shutdown**: Server waits for active scans to complete before exiting
40+
- **Platform data directories**: Database stored in standard OS locations (Linux/macOS/Windows)
2541

2642
## [v0.2.12] - 2025-11-17
2743

0 commit comments

Comments
 (0)