Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'chore: cut v0.49.0' (#393) from chore/cut-v0.49.0 into main

scott 9ac6ad9b 4a84ccd2

+3 -1
+2
CHANGELOG.md
··· 7 7 8 8 ## [Unreleased] 9 9 10 + ## [0.49.0] — 2026-04-16 11 + 10 12 ### Added 11 13 - E2EE key-loss warning: one-time modal on first visit to an encrypted document, tailored to whether the user is anonymous, signed in without synced key, or fully backed up. Shield icon in the topbar re-opens the explanation. (#671) 12 14 - Trash: 30-second undo window for permanent document deletion — `DELETE /api/documents/:id` now soft-marks the row via `pending_permanent_delete_at`, a background finalizer cascades real deletion of versions + blobs after the grace period, and `PUT /api/documents/:id/undo-delete` aborts within the window. Trash UI shows a "Permanently deleted. Undo" toast for 30s. (#674)
+1 -1
package.json
··· 1 1 { 2 2 "name": "tools", 3 - "version": "0.48.0", 3 + "version": "0.49.0", 4 4 "private": true, 5 5 "type": "module", 6 6 "main": "electron/main.js",