Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- First release
- Office overview page — browse, filter, search, and create Documents,
Spreadsheets, Presentations, and Diagrams from a single page (#5)

### Changed

- Updated app icon to Material Symbols (#108)

### Fixed

- Search now covers all Office file types, not just a subset (#15)
- Exclude external storage from the "Mine" filter (#48)
- Sort recent files newest-first (#85)
- Order and limit the DAV search so "Recent" is actually recent (#105)

### Security

- Address npm audit findings in dependencies (#24, #26, #31, #41)
Loading