Update changelog paths, enhance README features, and replace screenshots for v1.1.2 [skip ci]

This commit is contained in:
inventory69
2025-12-29 10:39:46 +01:00
parent 85625b4f67
commit 4802c3d979
6 changed files with 38 additions and 44 deletions

View File

@@ -105,10 +105,10 @@ jobs:
- name: F-Droid Changelogs lesen - name: F-Droid Changelogs lesen
run: | run: |
# Lese deutsche Changelog (Hauptsprache) # Lese deutsche Changelog (Hauptsprache)
if [ -f "android/fastlane/metadata/android/de-DE/changelogs/${{ env.BUILD_NUMBER }}.txt" ]; then if [ -f "fastlane/metadata/android/de-DE/changelogs/${{ env.BUILD_NUMBER }}.txt" ]; then
{ {
echo 'CHANGELOG_DE<<EOF' echo 'CHANGELOG_DE<<EOF'
cat "android/fastlane/metadata/android/de-DE/changelogs/${{ env.BUILD_NUMBER }}.txt" cat "fastlane/metadata/android/de-DE/changelogs/${{ env.BUILD_NUMBER }}.txt"
echo 'EOF' echo 'EOF'
} >> $GITHUB_ENV } >> $GITHUB_ENV
else else
@@ -116,10 +116,10 @@ jobs:
fi fi
# Lese englische Changelog (optional) # Lese englische Changelog (optional)
if [ -f "android/fastlane/metadata/android/en-US/changelogs/${{ env.BUILD_NUMBER }}.txt" ]; then if [ -f "fastlane/metadata/android/en-US/changelogs/${{ env.BUILD_NUMBER }}.txt" ]; then
{ {
echo 'CHANGELOG_EN<<EOF' echo 'CHANGELOG_EN<<EOF'
cat "android/fastlane/metadata/android/en-US/changelogs/${{ env.BUILD_NUMBER }}.txt" cat "fastlane/metadata/android/en-US/changelogs/${{ env.BUILD_NUMBER }}.txt"
echo 'EOF' echo 'EOF'
} >> $GITHUB_ENV } >> $GITHUB_ENV
else else

View File

@@ -25,30 +25,27 @@
## Features ## Features
### 📝 Notes ### 📝 Notes
- Create and edit simple text notes * Simple text notes with auto-save
- Automatic save * Swipe-to-delete with confirmation
- Swipe-to-delete with confirmation * Material Design 3 editor
### 🔄 Synchronization ### 🔄 Synchronization
- Auto-sync (15/30/60 min intervals) * **Pull-to-refresh** for manual sync
- WiFi-based - Sync on home WiFi connection * **Auto-sync** (15/30/60 min) only on home WiFi
- Server check (2s timeout) - No errors in foreign networks * **Smart server check** - No errors on foreign networks
- Conflict-free merging via timestamps * **Conflict-free merging** - Your changes are never lost
### 🏠 Self-Hosted & Privacy ### 🔒 Privacy & Self-Hosted
- WebDAV server (Nextcloud, ownCloud, etc.) * **WebDAV server** (Nextcloud, ownCloud, etc.)
- Your data stays with you - No tracking, no analytics * **Docker setup guide** included in docs
- 100% Open Source (MIT license) * **Your data stays with you** - No tracking, no cloud
* **HTTP only local** - HTTPS for external servers
* **100% open source** (MIT License)
### 🔋 Performance ### 🔋 Performance
- Battery-friendly (~0.2-0.8% per day) * **Battery-friendly** (~0.2-0.8% per day)
- Doze Mode optimized * **Offline-first** - Works without internet
- Offline-first - All features work without internet * **Dark mode** & dynamic colors
### 🎨 Material Design 3
- Dynamic Colors (Material You)
- Dark Mode
- Modern, intuitive UI
--- ---
@@ -105,4 +102,4 @@ Contributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
MIT License - see [LICENSE](LICENSE) MIT License - see [LICENSE](LICENSE)
**v1.1.1** · Built with Kotlin + Material Design 3 **v1.1.2** · Built with Kotlin + Material Design 3

View File

@@ -25,30 +25,27 @@
## Features ## Features
### 📝 Notizen ### 📝 Notizen
- Einfache Textnotizen erstellen und bearbeiten * Einfache Textnotizen mit automatischem Speichern
- Automatisches Speichern * Swipe-to-Delete mit Bestätigung
- Swipe-to-Delete mit Bestätigung * Material Design 3 Editor
### 🔄 Synchronisation ### 🔄 Synchronisation
- Auto-Sync (15/30/60 Min Intervalle) * **Pull-to-Refresh** für manuellen Sync
- WiFi-basiert - Sync bei Heim-WLAN-Verbindung * **Auto-Sync** (15/30/60 Min) nur im Heim-WLAN
- Server-Check (2s Timeout) - Keine Fehler in fremden Netzwerken * **Smart Server-Check** - Keine Fehler in fremden Netzwerken
- Konfliktfreies Merging via Timestamps * **Konfliktfreies Merging** - Deine Änderungen gehen nie verloren
### 🏠 Self-Hosted & Privacy ### 🔒 Privacy & Self-Hosted
- WebDAV-Server (Nextcloud, ownCloud, etc.) * **WebDAV-Server** (Nextcloud, ownCloud, etc.)
- Deine Daten bei dir - Kein Tracking, keine Analytics * **Docker Setup-Anleitung** in den Docs enthalten
- 100% Open Source (MIT Lizenz) * **Deine Daten bleiben bei dir** - Kein Tracking, keine Cloud
* **HTTP nur lokal** - HTTPS für externe Server
* **100% Open Source** (MIT Lizenz)
### 🔋 Performance ### 🔋 Performance
- Akkuschonend (~0.2-0.8% pro Tag) * **Akkuschonend** (~0.2-0.8% pro Tag)
- Doze Mode optimiert * **Offline-First** - Funktioniert ohne Internet
- Offline-First - Alle Features ohne Internet * **Dark Mode** & Dynamic Colors
### 🎨 Material Design 3
- Dynamic Colors (Material You)
- Dark Mode
- Moderne, intuitive UI
--- ---
@@ -105,4 +102,4 @@ Beiträge sind willkommen! Siehe [CONTRIBUTING.md](CONTRIBUTING.md) für Details
MIT License - siehe [LICENSE](LICENSE) MIT License - siehe [LICENSE](LICENSE)
**v1.1.1** · Gebaut mit Kotlin + Material Design 3 **v1.1.2** · Gebaut mit Kotlin + Material Design 3

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 134 KiB