Skip to content

Commit ed36a5d

Browse files
committed
chore(release): add post-release bug fixes to v2.7.0 changelogs
Add GridColumnChip glitch fix (27a7c0a) to fastlane 38.txt (EN/DE). Add Bug Fixes section to CHANGELOG.md and CHANGELOG.de.md for v2.7.0: pinned note pop-in (1e02895), grid scroll reset (2375c97), staggered grid memoization (dc117ba), GridColumnChip glitch (27a7c0a).
1 parent 27a7c0a commit ed36a5d

4 files changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.de.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Das Format basiert auf [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2121
- Ordner synchronisieren bidirektional via WebDAV mit ordner-bewusstem URL-Routing (`FolderSyncManager`)
2222
- Danke an [@happy-turtle](https://github.com/happy-turtle) und [@racehd](https://github.com/racehd) für die Idee, und an [@afoni95](https://github.com/afoni95) fürs Testen!
2323

24+
### 🐛 Bug-Fixes
25+
26+
**Raster & Angepinnte Notizen – Polishing** ([1e02895](https://github.com/inventory69/simple-notes-sync/commit/1e02895))
27+
- Pop-in-Artefakt beim Erscheinen angepinnter Notizen im gestaffelten Raster behoben
28+
- Scroll-Position wird beim Filterwechsel wieder auf den Anfang zurückgesetzt ([2375c97](https://github.com/inventory69/simple-notes-sync/commit/2375c97))
29+
- Berechnungen der gestaffelten Raster-Aufteilung gecacht, weniger Layout-Stress ([dc117ba](https://github.com/inventory69/simple-notes-sync/commit/dc117ba))
30+
- Visuellen Glitch beim GridColumnChip in der Spaltenauswahl der Anzeigeeinstellungen behoben ([27a7c0a](https://github.com/inventory69/simple-notes-sync/commit/27a7c0a))
31+
2432
### 🌍 Übersetzungen
2533

2634
- **Spanisch** (neu): [08f0948](https://github.com/inventory69/simple-notes-sync/commit/08f0948)

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2121
- Folders sync bidirectionally via WebDAV using folder-aware URL routing (`FolderSyncManager`)
2222
- Thanks to [@happy-turtle](https://github.com/happy-turtle) and [@racehd](https://github.com/racehd) for the idea, and [@afoni95](https://github.com/afoni95) for testing!
2323

24+
### 🐛 Bug Fixes
25+
26+
**Grid & Pinned Notes Polish** ([1e02895](https://github.com/inventory69/simple-notes-sync/commit/1e02895))
27+
- Fixed pop-in artifact when pinned notes appeared in staggered grid
28+
- Grid scroll now resets to top when the active filter changes ([2375c97](https://github.com/inventory69/simple-notes-sync/commit/2375c97))
29+
- Staggered grid split calculations memoized, reducing layout churn ([dc117ba](https://github.com/inventory69/simple-notes-sync/commit/dc117ba))
30+
- Fixed visual glitch in GridColumnChip in the display settings column picker ([27a7c0a](https://github.com/inventory69/simple-notes-sync/commit/27a7c0a))
31+
2432
### 🌍 Translations
2533

2634
- **Spanish** (new): [08f0948](https://github.com/inventory69/simple-notes-sync/commit/08f0948)

fastlane/metadata/android/de-DE/changelogs/38.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
• Neu: Spanisch als neue Sprache
55
• Fix: Pinned-Notiz-Pop-in im gestaffelten Raster
66
• Fix: Scroll-Position nach Filterwechsel wird jetzt zurückgesetzt
7+
• Fix: GridColumnChip-Glitch in Anzeigeeinstellungen
78
• Perf: Flüssigeres gestaffeltes Raster
89

910
Danke an @happy-turtle & @racehd (Ideen) und @afoni95 (Testen)!

fastlane/metadata/android/en-US/changelogs/38.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
• New: Spanish language added
55
• Fix: Pinned note pop-in in staggered grid
66
• Fix: Grid scroll not resetting on filter change
7+
• Fix: GridColumnChip glitch in display settings
78
• Perf: Smoother staggered grid rendering
89

910
Thanks to @happy-turtle & @racehd (ideas) and @afoni95 (testing)!

0 commit comments

Comments
 (0)