Skip to content

Commit

Permalink
update CHANGELOG.md, whatsnew, TODO.md to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmo committed May 20, 2021
1 parent ac64b04 commit 207d09e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# v1.0.1 (unreleased)
# v1.0.1
- add version info in settings
- add note on deletion of backup files upon uninstall in settings
- fix snackbars in People-List appearing in the wrong place
- fix date picker in edit transaction screen needing two clicks to appear
- add specific error message when trying to restore from backup and backup file was not found

# v1.0.0
initial release
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# code
## 1.0.1

## 1.1.0
- use ACTION_CREATE_DOCUMENT / ACTION_OPEN_DOCUMENT intent to get source/destination for restore/backup (see https://github.com/lordi/tickmate/blob/master/app/src/main/java/de/smasi/tickmate/Tickmate.java)
- unify transactionList and PersonSumList (abstract base class)
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/play/listings/de-DE/whatsnew
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- neu: Versionsnummer in Einstellungen angezeigt
- neu: Hinweis in den Einstellungen auf Löschen der Backup-Datei bei Deinstallation
- behoben: Nachrichtenleisten in der Personenliste nun an der richtigen Stelle
- behoben: Datumsauswahl im Transaktion-Bearbeiten-Dialog nun mit einem Klick sichtbar
- neu: spezifische Fehlermeldung, wenn Sicherungsdatei beim Widerherstellen nicht gefunden wird
6 changes: 5 additions & 1 deletion app/src/main/play/listings/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
initial release
- add version info in settings
- add note on deletion of backup files upon uninstall in settings
- fix snackbars in People-List appearing in the wrong place
- fix date picker in edit transaction screen needing two clicks to appear
- add specific error message when trying to restore from backup and backup file was not found

0 comments on commit 207d09e

Please sign in to comment.