feat(v1.4.0): Checklists feature + WiFi permission cleanup
Features: - Interactive checklists with tap-to-check, drag & drop sorting - GitHub-flavored Markdown export (- [ ] / - [x]) - FAB menu for note type selection Fixes: - Improved Markdown parsing (robust line-based content extraction) - Better duplicate filename handling (ID suffix) - Foreground notification suppression Privacy: - Removed ACCESS_WIFI_STATE and CHANGE_WIFI_STATE permissions (SSID binding was never used, app only checks connectivity state) Code Quality: - Fixed 7 Detekt warnings (SwallowedException, MaxLineLength, MagicNumber)
This commit is contained in:
12
fastlane/metadata/android/de-DE/changelogs/11.txt
Normal file
12
fastlane/metadata/android/de-DE/changelogs/11.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
NEU: Checklisten!
|
||||
- Erstelle Checklisten-Notizen mit Tap-to-Check
|
||||
- Markdown-Export als GitHub-Style Aufgabenlisten
|
||||
|
||||
Fixes:
|
||||
- Robusteres Markdown-Parsing
|
||||
- Doppelte Dateinamen bekommen ID-Suffix
|
||||
- Keine Benachrichtigungen wenn App offen ist
|
||||
|
||||
Privacy:
|
||||
- 2 WiFi-Permissions entfernt (ACCESS/CHANGE_WIFI_STATE)
|
||||
- WiFi-Binding funktioniert bereits ohne SSID-Zugriff!
|
||||
Reference in New Issue
Block a user