Skip to content

Commit 73680d6

Browse files
committed
docs: update README and FEATURES for v1.10.0 (v1.10.0)
1 parent 8a86540 commit 73680d6

6 files changed

Lines changed: 20 additions & 10 deletions

File tree

CHANGELOG.de.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Großes Release mit PDF-Export, Text- und Kalender-Teilen, überarbeitetem FAB-M
1616

1717
### ✨ Neue Features
1818

19-
**Teilen & Exportieren aus dem Editor** ([e2b9f79](https://github.com/inventory69/simple-notes-sync/commit/e2b9f79), [2aca873](https://github.com/inventory69/simple-notes-sync/commit/2aca873), [57c4e96](https://github.com/inventory69/simple-notes-sync/commit/57c4e96))
19+
**Teilen & Exportieren aus dem Editor** ([e2b9f79](https://github.com/inventory69/simple-notes-sync/commit/e2b9f79), [2aca873](https://github.com/inventory69/simple-notes-sync/commit/2aca873), [57c4e96](https://github.com/inventory69/simple-notes-sync/commit/57c4e96)) _(Danke an [@james0336](https://github.com/james0336) für den PDF-Export-Wunsch!)_
2020
- Neues Überlaufmenü (⋮) in der Editor-Toolbar: Als Text teilen, Als PDF teilen, In Kalender exportieren
2121
- PDF nativ über `PdfDocument`-API erstellt — keine Drittanbieter-Bibliothek erforderlich
2222
- Teilen via `FileProvider` für sichere Freigabe mit beliebigen PDF-Viewern
@@ -61,7 +61,7 @@ Großes Release mit PDF-Export, Text- und Kalender-Teilen, überarbeitetem FAB-M
6161
- UI-Toggle aktualisiert optimistisch und kehrt bei Fehler oder Timeout zurück
6262
- Verhindert, dass der Einstellungs-Screen bei unerreichbaren Servern hängt
6363

64-
**Speichern beim Zurücknavigieren** ([402382c](https://github.com/inventory69/simple-notes-sync/commit/402382c))
64+
**Speichern beim Zurücknavigieren** ([402382c](https://github.com/inventory69/simple-notes-sync/commit/402382c)) _(Danke an [@GitNichtGibtsNicht](https://github.com/GitNichtGibtsNicht) für den Autosave-beim-Zurück-Wunsch!)_
6565
- Ungespeicherte Notizen werden beim Verlassen des Editors automatisch gespeichert (System-Zurück + Toolbar-Zurück)
6666
- Nur aktiv wenn Autosave aktiviert ist; synchrones Speichern ohne Sync auszulösen
6767
- Autosave-Toggle-Beschreibung erwähnt jetzt dieses Verhalten

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Major release adding PDF export, text and calendar sharing, a redesigned FAB men
1616

1717
### ✨ New Features
1818

19-
**Share & Export from Editor** ([e2b9f79](https://github.com/inventory69/simple-notes-sync/commit/e2b9f79), [2aca873](https://github.com/inventory69/simple-notes-sync/commit/2aca873), [57c4e96](https://github.com/inventory69/simple-notes-sync/commit/57c4e96))
19+
**Share & Export from Editor** ([e2b9f79](https://github.com/inventory69/simple-notes-sync/commit/e2b9f79), [2aca873](https://github.com/inventory69/simple-notes-sync/commit/2aca873), [57c4e96](https://github.com/inventory69/simple-notes-sync/commit/57c4e96)) _(Thanks to [@james0336](https://github.com/james0336) for requesting PDF export!)_
2020
- New overflow menu (⋮) in the editor toolbar: Share as Text, Share as PDF, Export to Calendar
2121
- PDF generated natively via `PdfDocument` API — no third-party library required
2222
- Shared via `FileProvider` for secure, permission-free sharing with any PDF viewer
@@ -61,7 +61,7 @@ Major release adding PDF export, text and calendar sharing, a redesigned FAB men
6161
- UI toggle updates optimistically and reverts if the export fails or times out
6262
- Prevents the Settings screen from hanging on unreachable servers
6363

64-
**Save on Back Navigation** ([402382c](https://github.com/inventory69/simple-notes-sync/commit/402382c))
64+
**Save on Back Navigation** ([402382c](https://github.com/inventory69/simple-notes-sync/commit/402382c)) _(Thanks to [@GitNichtGibtsNicht](https://github.com/GitNichtGibtsNicht) for requesting autosave on back!)_
6565
- Dirty notes are saved automatically when navigating back from the editor (system back + toolbar back)
6666
- Only active when autosave is enabled; synchronous save without triggering sync
6767
- Autosave toggle description updated to mention this behaviour

README.de.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ alt="Get it on F-Droid" align="center" height="80" /></a>
7474
- 🔒 **Self-hosted** – Deine Daten bleiben bei dir (WebDAV)
7575
- 💾 **Lokales Backup** – Export/Import als JSON-Datei (optional verschlüsselt)
7676
- 🖥️ **Desktop-Integration** – Markdown-Export für Obsidian, VS Code, Typora
77+
- 📤 **Teilen & Exportieren** – Als Text oder PDF teilen, in Kalender exportieren
78+
- ↩️ **Rückgängig/Wiederherstellen** – Vollständige Undo/Redo-Historie im Notiz-Editor
7779
- 🎨 **Material Design 3** – Dynamischer Dark/Light Mode & Farben
7880

7981
➡️ **Vollständige Feature-Liste:** [docs/FEATURES.de.md](docs/FEATURES.de.md)
@@ -140,6 +142,6 @@ MIT License – siehe [LICENSE](LICENSE)
140142
<div align="center">
141143
<br /><br />
142144

143-
**v1.8.2** · Built with ❤️ using Kotlin + Jetpack Compose + Material Design 3
145+
**v1.10.0** · Built with ❤️ using Kotlin + Jetpack Compose + Material Design 3
144146

145147
</div>

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ alt="Get it on F-Droid" align="center" height="80" /></a>
7474
- 🔒 **Self-hosted** - Your data stays with you (WebDAV)
7575
- 💾 **Local backup** - Export/Import as JSON file (encryption available)
7676
- 🖥️ **Desktop integration** - Markdown export for Obsidian, VS Code, Typora
77+
- 📤 **Share & export** - Share as text or PDF, export to calendar
78+
- ↩️ **Undo/Redo** - Full undo/redo history in the note editor
7779
- 🎨 **Material Design 3** - Dynamic dark/light mode & colors based on system settings
7880

7981
➡️ **Complete feature list:** [FEATURES.md](docs/FEATURES.md)
@@ -150,6 +152,6 @@ MIT License - see [LICENSE](LICENSE)
150152
<div align="center">
151153
<br /><br />
152154

153-
**v1.8.2** · Built with ❤️ using Kotlin + Jetpack Compose + Material Design 3
155+
**v1.10.0** · Built with ❤️ using Kotlin + Jetpack Compose + Material Design 3
154156

155157
</div>

docs/FEATURES.de.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@
3434
-**Auto-Fokus** - Direkt losschreiben
3535
-**Vollbild-Modus** - Maximale Schreibfläche
3636
-**Speichern-Button** - Manuelle Bestätigung möglich
37-
-**Zurück-Navigation** - Speichert automatisch
37+
-**Zurück-Navigation** - Speichert automatisch wenn Autosave aktiviert ist _(v1.10.0)_
3838
-**Slide-Animationen** _(NEU in v1.5.0)_ - Flüssige Übergänge
3939
-**Markdown-Vorschau** _(NEU in v1.9.0)_ - Live-Vorschau mit Formatierungs-Toolbar
4040
-**Opt-in Autosave** _(NEU in v1.9.0)_ - Konfigurierbarer Debounce-Autosave-Timer
41+
-**Rückgängig/Wiederherstellen** _(NEU in v1.10.0)_ - Vollständige Undo/Redo-Historie (bis 50 Schritte) via Toolbar-Buttons
42+
-**Teilen & Exportieren** _(NEU in v1.10.0)_ - Als Text oder PDF teilen, in Kalender exportieren
43+
-**Löschen mit Rückgängig** _(NEU in v1.10.0)_ - Löschen aus dem Editor mit zeitgesteuerter Rückgängig-Snackbar
4144

4245
---
4346

@@ -362,4 +365,4 @@ A: Ja! Lade die APK direkt von GitHub oder nutze F-Droid.
362365

363366
---
364367

365-
**Letzte Aktualisierung:** v1.9.0 (2026-02-25)
368+
**Letzte Aktualisierung:** v1.10.0 (2026-03-01)

docs/FEATURES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@
3434
-**Auto-focus** - Start writing immediately
3535
-**Fullscreen mode** - Maximum writing space
3636
-**Save button** - Manual confirmation possible
37-
-**Back navigation** - Saves automatically
37+
-**Back navigation** - Saves automatically when autosave is enabled _(v1.10.0)_
3838
-**Slide animations** _(NEW in v1.5.0)_ - Smooth transitions
3939
-**Markdown preview** _(NEW in v1.9.0)_ - Live preview with formatting toolbar
4040
-**Opt-in autosave** _(NEW in v1.9.0)_ - Configurable debounce autosave timer
41+
-**Undo/Redo** _(NEW in v1.10.0)_ - Full undo/redo history (up to 50 steps) with toolbar buttons
42+
-**Share & export** _(NEW in v1.10.0)_ - Share as text or PDF, export to calendar
43+
-**Delete with undo** _(NEW in v1.10.0)_ - Delete from editor with timed undo snackbar
4144

4245
---
4346

@@ -362,4 +365,4 @@ A: Yes! Download the APK directly from GitHub or use F-Droid.
362365

363366
---
364367

365-
**Last update:** v1.9.0 (2026-02-25)
368+
**Last update:** v1.10.0 (2026-03-01)

0 commit comments

Comments
 (0)