Skip to content

Commit

Permalink
Update release notes and app listing, readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaisn committed Jun 13, 2021
1 parent aedd53e commit 89ead34
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 18 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v1.3.0
- Add import data feature, from exported JSON data (#11).
- Add periodical auto export feature.
- Add option to separate checked and unchecked items in list notes.
- Fixed export data crash (#18).
- Attenuated impact of potential bug where recurring alarms are not set.
If this happens now, launching the app will set the alarm correctly again.

## v1.2.0
- Added reminders with notifications
- Reminder can be added from main screen or edit screen
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ components. Download is available on:
- Reminders (including recurring).
- Searching notes.
- Light and dark theme support.
- Basic import and export.
- Somewhat customizable interface.

### Screenshots
Expand Down
1 change: 1 addition & 0 deletions app/src/main/play/listings/en-US/full-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Features:
- Labeled notes.
- Reminders, including recurring reminders.
- Search text across all notes.
- Basic import and export.
- Light and dark theme support.
- Customizable interface.
- Open source app.
1 change: 1 addition & 0 deletions app/src/main/play/listings/fr-CA/full-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Fonctionnalités:
- Étiquettes sur les notes.
- Rappels, y compris des rappels récurrents.
- Recherche parmi vos notes.
- Importation et exportation de base.
- Thèmes clair et sombre.
- Interface personnalisable.
- Application open source.
13 changes: 4 additions & 9 deletions app/src/main/play/release-notes/en-US/production.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
Many new features:
- Reminders including recurring reminders.
- Labels on notes.
- Pinned notes.
- Show date in preview.
- More customization settings.
- App shortcuts.

A lot of bugs were fixed too.
- Fixed export feature causing crash.
- Add import feature for JSON data.
- Add periodical auto export feature to a JSON file.
- Add option to separate checked and unchecked items in list note.
13 changes: 4 additions & 9 deletions app/src/main/play/release-notes/fr-CA/production.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
Plusieurs nouvelles fonctionnalités:
- Rappels, y compris des rappels récurrents.
- Étiquettes sur les notes.
- Notes épinglées.
- Affichage de la date dans l'aperçu.
- Plus d'options de personnalisation.
- Racourcis sur l'icône.

Plusieurs bugs ont également été corrigés.
- Correction du plantage lors de l'exportation des données.
- Nouvelle fonctionnalité: importation des données JSON.
- Nouvelle fonctionnalité: exportation périodique des données.
- Nouvelle option: séparation des éléments cochés et non cochés dans les listes.

0 comments on commit 89ead34

Please sign in to comment.