From 33e7a00b03dcf34d65a2b2cdce272c563eb5d21f Mon Sep 17 00:00:00 2001 From: James Manuel Date: Fri, 14 Aug 2026 12:05:54 +0200 Subject: [PATCH] docs: Backfill CHANGELOG.md from merged PR history MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CHANGELOG.md has read "## [Unreleased] / Added / First release" since the initial skeleton commit — every merge since (overview page, search fixes, npm audit fixes, icon update) went unrecorded. Backfill from the merged PR history, grouped by Keep a Changelog category. Internal-only work (ci/docs/test/chore, l10n tooling) is left out — this file is for consumers, not contributors. Closes #109 Co-Authored-By: Claude Signed-off-by: James Manuel --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab830f7..82070b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)