diff --git a/CHANGELOG.md b/CHANGELOG.md index bee43a52..162f0f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a093f7c3..08a048fb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/src/main/play/listings/en-US/full-description.txt b/app/src/main/play/listings/en-US/full-description.txt index a4a5daf1..89e08b1f 100644 --- a/app/src/main/play/listings/en-US/full-description.txt +++ b/app/src/main/play/listings/en-US/full-description.txt @@ -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. diff --git a/app/src/main/play/listings/fr-CA/full-description.txt b/app/src/main/play/listings/fr-CA/full-description.txt index b71c9c6e..c8edcf61 100644 --- a/app/src/main/play/listings/fr-CA/full-description.txt +++ b/app/src/main/play/listings/fr-CA/full-description.txt @@ -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. diff --git a/app/src/main/play/release-notes/en-US/production.txt b/app/src/main/play/release-notes/en-US/production.txt index 575905f3..0152542d 100644 --- a/app/src/main/play/release-notes/en-US/production.txt +++ b/app/src/main/play/release-notes/en-US/production.txt @@ -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. \ No newline at end of file diff --git a/app/src/main/play/release-notes/fr-CA/production.txt b/app/src/main/play/release-notes/fr-CA/production.txt index 0b797517..9d8b828e 100644 --- a/app/src/main/play/release-notes/fr-CA/production.txt +++ b/app/src/main/play/release-notes/fr-CA/production.txt @@ -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.