From ee08a3805bb80179442ed27dc38793f821d83647 Mon Sep 17 00:00:00 2001 From: coderPaddyS Date: Fri, 25 Oct 2024 11:47:12 +0000 Subject: [PATCH] update changelog for v2.0.2 changes This commit was created by changelog-from-release in 'Changelog Generation' CI workflow --- CHANGELOG.md | 165 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 100 insertions(+), 65 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd0de06..8db342c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,40 @@ # Changelog - -## [v2.0.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v2.0.0) - 03 Sep 2024 + +## [Notes (Privacy Friendly) v2.0.2](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v2.0.2) - 2024-10-25 + +## What's Changed +* [fix] checklist items now consistently contain their state. by [@coderPaddyS](https://github.com/coderPaddyS) in [#181](https://github.com/SecUSo/privacy-friendly-notes/pull/181) + + +**Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v2.0.1...v2.0.2 + +[Changes][v2.0.2] + + + +## [Notes (Privacy Friendly) v2.0.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v2.0.1) - 2024-09-20 + +## What's Changed +* Update changelog for v2.0.0 by [@github-actions](https://github.com/github-actions) in [#166](https://github.com/SecUSo/privacy-friendly-notes/pull/166) +* Fix Intent handling in BaseNoteActivity by [@udenr](https://github.com/udenr) in [#167](https://github.com/SecUSo/privacy-friendly-notes/pull/167) +* Fix current category not selected for new notes by [@udenr](https://github.com/udenr) in [#168](https://github.com/SecUSo/privacy-friendly-notes/pull/168) +* Update GitHub workflows by [@udenr](https://github.com/udenr) in [#169](https://github.com/SecUSo/privacy-friendly-notes/pull/169) +* Fix notes from default category not shown after update to v2.0 by [@udenr](https://github.com/udenr) in [#173](https://github.com/SecUSo/privacy-friendly-notes/pull/173) +* Fix filter not ignoring case by [@udenr](https://github.com/udenr) in [#171](https://github.com/SecUSo/privacy-friendly-notes/pull/171) +* Fix potential crash if preference contains invalid value by [@udenr](https://github.com/udenr) in [#172](https://github.com/SecUSo/privacy-friendly-notes/pull/172) +* Fix race condition in some edge cases by [@udenr](https://github.com/udenr) in [#174](https://github.com/SecUSo/privacy-friendly-notes/pull/174) +* Use Glide to load images in `NoteAdapter` by [@udenr](https://github.com/udenr) in [#170](https://github.com/SecUSo/privacy-friendly-notes/pull/170) +* V2.0.1 by [@coderPaddyS](https://github.com/coderPaddyS) in [#175](https://github.com/SecUSo/privacy-friendly-notes/pull/175) + + +**Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v2.0.0...v2.0.1 + +[Changes][v2.0.1] + + + +## [Notes (Privacy Friendly) v2.0.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v2.0.0) - 2024-09-03 ## What's Changed ### UI @@ -27,32 +60,32 @@ - Closes issues [#143](https://github.com/SecUSo/privacy-friendly-notes/issues/143), [#74](https://github.com/SecUSo/privacy-friendly-notes/issues/74), [#131](https://github.com/SecUSo/privacy-friendly-notes/issues/131), [#150](https://github.com/SecUSo/privacy-friendly-notes/issues/150), [#59](https://github.com/SecUSo/privacy-friendly-notes/issues/59), [#43](https://github.com/SecUSo/privacy-friendly-notes/issues/43). ## New Contributors -* [@jahway603](https://github.com/jahway603) made their first contribution in https://github.com/SecUSo/privacy-friendly-notes/pull/155 +* [@jahway603](https://github.com/jahway603) made their first contribution in [#155](https://github.com/SecUSo/privacy-friendly-notes/pull/155) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.5...v2.0.0 [Changes][v2.0.0] - -## [Notes (Privacy Friendly) v1.4.5](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.5) - 11 Jan 2024 + +## [Notes (Privacy Friendly) v1.4.5](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.5) - 2024-01-11 ## What's Changed -* Fix export permissions for API >= 33 by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/158 +* Fix export permissions for API >= 33 by [@udenr](https://github.com/udenr) in [#158](https://github.com/SecUSo/privacy-friendly-notes/pull/158) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.4...v1.4.5 [Changes][v1.4.5] - -## [Notes (Privacy Friendly) v1.4.4](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.4) - 31 Oct 2023 + +## [Notes (Privacy Friendly) v1.4.4](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.4) - 2023-10-31 ## What's Changed -* Update to BackupAPI v1.2.0 by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/147 -* Add missing preference key to BackupRestorer.java by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/146 -* Fix notifications by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/151 -* Update dependencies and target sdk by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/152 +* Update to BackupAPI v1.2.0 by [@udenr](https://github.com/udenr) in [#147](https://github.com/SecUSo/privacy-friendly-notes/pull/147) +* Add missing preference key to BackupRestorer.java by [@udenr](https://github.com/udenr) in [#146](https://github.com/SecUSo/privacy-friendly-notes/pull/146) +* Fix notifications by [@udenr](https://github.com/udenr) in [#151](https://github.com/SecUSo/privacy-friendly-notes/pull/151) +* Update dependencies and target sdk by [@udenr](https://github.com/udenr) in [#152](https://github.com/SecUSo/privacy-friendly-notes/pull/152) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.2...v1.4.4 @@ -60,13 +93,13 @@ [Changes][v1.4.4] - -## [Notes (Privacy Friendly) v1.4.2](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.2) - 09 May 2023 + +## [Notes (Privacy Friendly) v1.4.2](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.2) - 2023-05-09 ## What's Changed -* Fixes: [#132](https://github.com/SecUSo/privacy-friendly-notes/issues/132) by [@coderPaddyS](https://github.com/coderPaddyS) in https://github.com/SecUSo/privacy-friendly-notes/pull/135 -* Fixes: [#133](https://github.com/SecUSo/privacy-friendly-notes/issues/133) by [@coderPaddyS](https://github.com/coderPaddyS) in https://github.com/SecUSo/privacy-friendly-notes/pull/136 -* v1.4.2 Bugfix sharing notes by [@coderPaddyS](https://github.com/coderPaddyS) in https://github.com/SecUSo/privacy-friendly-notes/pull/145 +* Fixes: [#132](https://github.com/SecUSo/privacy-friendly-notes/issues/132) by [@coderPaddyS](https://github.com/coderPaddyS) in [#135](https://github.com/SecUSo/privacy-friendly-notes/pull/135) +* Fixes: [#133](https://github.com/SecUSo/privacy-friendly-notes/issues/133) by [@coderPaddyS](https://github.com/coderPaddyS) in [#136](https://github.com/SecUSo/privacy-friendly-notes/pull/136) +* v1.4.2 Bugfix sharing notes by [@coderPaddyS](https://github.com/coderPaddyS) in [#145](https://github.com/SecUSo/privacy-friendly-notes/pull/145) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.1...v1.4.2 @@ -74,12 +107,12 @@ [Changes][v1.4.2] - -## [Notes (Privacy Friendly) v1.4.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.1) - 02 Dec 2022 + +## [Notes (Privacy Friendly) v1.4.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.1) - 2022-12-02 ## What's Changed -* Fixed the save button to function the same as the back action by [@coderPaddyS](https://github.com/coderPaddyS) in https://github.com/SecUSo/privacy-friendly-notes/pull/128 -* Fixed the NPE in noteFromIntent caused by empty extras. by [@coderPaddyS](https://github.com/coderPaddyS) in https://github.com/SecUSo/privacy-friendly-notes/pull/129 +* Fixed the save button to function the same as the back action by [@coderPaddyS](https://github.com/coderPaddyS) in [#128](https://github.com/SecUSo/privacy-friendly-notes/pull/128) +* Fixed the NPE in noteFromIntent caused by empty extras. by [@coderPaddyS](https://github.com/coderPaddyS) in [#129](https://github.com/SecUSo/privacy-friendly-notes/pull/129) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.0...v1.4.1 @@ -87,29 +120,29 @@ [Changes][v1.4.1] - -## [Notes (Privacy Friendly) v1.4.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.0) - 21 Nov 2022 + +## [Notes (Privacy Friendly) v1.4.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.4.0) - 2022-11-21 ## What's Changed -* Refactored MainActivityViewModel to use Flows instead of LiveData. by [@coderPaddyS](https://github.com/coderPaddyS) in https://github.com/SecUSo/privacy-friendly-notes/pull/123 -* Overhaul Note UI and Bugfixes by [@coderPaddyS](https://github.com/coderPaddyS) in https://github.com/SecUSo/privacy-friendly-notes/pull/124 +* Refactored MainActivityViewModel to use Flows instead of LiveData. by [@coderPaddyS](https://github.com/coderPaddyS) in [#123](https://github.com/SecUSo/privacy-friendly-notes/pull/123) +* Overhaul Note UI and Bugfixes by [@coderPaddyS](https://github.com/coderPaddyS) in [#124](https://github.com/SecUSo/privacy-friendly-notes/pull/124) ## New Contributors -* [@coderPaddyS](https://github.com/coderPaddyS) made their first contribution in https://github.com/SecUSo/privacy-friendly-notes/pull/123 +* [@coderPaddyS](https://github.com/coderPaddyS) made their first contribution in [#123](https://github.com/SecUSo/privacy-friendly-notes/pull/123) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.3.0...v1.4.0 [Changes][v1.4.0] - -## [Notes (Privacy Friendly) v1.3.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.3.0) - 23 Aug 2022 + +## [Notes (Privacy Friendly) v1.3.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.3.0) - 2022-08-23 ## What's Changed -* fix sql constraint exception that would occur when a note had a null category by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-notes/pull/114 -* fix backup import error by [@Kamuno](https://github.com/Kamuno) and [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/115 -* add utility methods to get the correct database version on backup creation by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-notes/pull/116 -* Added a setting to enable/disable note previews by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-notes/pull/117 +* fix sql constraint exception that would occur when a note had a null category by [@Kamuno](https://github.com/Kamuno) in [#114](https://github.com/SecUSo/privacy-friendly-notes/pull/114) +* fix backup import error by [@Kamuno](https://github.com/Kamuno) and [@udenr](https://github.com/udenr) in [#115](https://github.com/SecUSo/privacy-friendly-notes/pull/115) +* add utility methods to get the correct database version on backup creation by [@Kamuno](https://github.com/Kamuno) in [#116](https://github.com/SecUSo/privacy-friendly-notes/pull/116) +* Added a setting to enable/disable note previews by [@Kamuno](https://github.com/Kamuno) in [#117](https://github.com/SecUSo/privacy-friendly-notes/pull/117) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.5...v1.3.0 @@ -117,11 +150,11 @@ [Changes][v1.3.0] - -## [Notes (Privacy Friendly) v1.2.5](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.5) - 08 Aug 2022 + +## [Notes (Privacy Friendly) v1.2.5](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.5) - 2022-08-08 ## What's Changed -* Allow main thread queries for now by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-notes/pull/111 +* Allow main thread queries for now by [@Kamuno](https://github.com/Kamuno) in [#111](https://github.com/SecUSo/privacy-friendly-notes/pull/111) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.4...v1.2.5 @@ -129,11 +162,11 @@ [Changes][v1.2.5] - -## [Notes (Privacy Friendly) v1.2.4](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.4) - 08 Aug 2022 + +## [Notes (Privacy Friendly) v1.2.4](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.4) - 2022-08-08 ## What's Changed -* Fix database access from main thread crash in BootReceiver by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/110 +* Fix database access from main thread crash in BootReceiver by [@udenr](https://github.com/udenr) in [#110](https://github.com/SecUSo/privacy-friendly-notes/pull/110) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.3...v1.2.4 @@ -141,25 +174,25 @@ [Changes][v1.2.4] - -## [Notes (Privacy Friendly) v1.2.3](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.3) - 06 Aug 2022 + +## [Notes (Privacy Friendly) v1.2.3](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.3) - 2022-08-06 ## What's Changed -* Fixed class cast exception, pending intent flags, missing permission by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-notes/pull/103 -* Update Icons and fastlane app icon by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-notes/pull/104 -* Fix version number in the about activity not being updated automatically by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/107 -* Fix notifications by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-notes/pull/106 +* Fixed class cast exception, pending intent flags, missing permission by [@Kamuno](https://github.com/Kamuno) in [#103](https://github.com/SecUSo/privacy-friendly-notes/pull/103) +* Update Icons and fastlane app icon by [@Kamuno](https://github.com/Kamuno) in [#104](https://github.com/SecUSo/privacy-friendly-notes/pull/104) +* Fix version number in the about activity not being updated automatically by [@udenr](https://github.com/udenr) in [#107](https://github.com/SecUSo/privacy-friendly-notes/pull/107) +* Fix notifications by [@udenr](https://github.com/udenr) in [#106](https://github.com/SecUSo/privacy-friendly-notes/pull/106) ## New Contributors -* [@udenr](https://github.com/udenr) made their first contribution in https://github.com/SecUSo/privacy-friendly-notes/pull/107 +* [@udenr](https://github.com/udenr) made their first contribution in [#107](https://github.com/SecUSo/privacy-friendly-notes/pull/107) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.2...v1.2.3 [Changes][v1.2.3] - -## [Notes (Privacy Friendly) v1.2.2](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.2) - 03 Aug 2022 + +## [Notes (Privacy Friendly) v1.2.2](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.2) - 2022-08-03 ## What's Changed * Fixed crash that would occur more than one text note was saved by [@Kamuno](https://github.com/Kamuno) @@ -170,11 +203,11 @@ [Changes][v1.2.2] - -## [Notes (Privacy Friendly) v1.2.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.1) - 03 Aug 2022 + +## [Notes (Privacy Friendly) v1.2.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.1) - 2022-08-03 ## What's Changed -* Fixed crash that would occur when no text notes are saved by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-notes/pull/100 +* Fixed crash that would occur when no text notes are saved by [@Kamuno](https://github.com/Kamuno) in [#100](https://github.com/SecUSo/privacy-friendly-notes/pull/100) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.2.0...v1.2.1 @@ -182,8 +215,8 @@ [Changes][v1.2.1] - -## [Notes (Privacy Friendly) v1.2.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.0) - 03 Aug 2022 + +## [Notes (Privacy Friendly) v1.2.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.2.0) - 2022-08-03 Notes (Privacy Friendly) v1.2.0 @@ -196,8 +229,8 @@ Notes (Privacy Friendly) v1.2.0 [Changes][v1.2.0] - -## [Notes (Privacy Friendly) v1.1.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.1.1) - 31 Jul 2022 + +## [Notes (Privacy Friendly) v1.1.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.1.1) - 2022-07-31 Notes (Privacy Friendly) v1.1.1 @@ -210,12 +243,12 @@ Notes (Privacy Friendly) v1.1.1 [Changes][v1.1.1] - -## [Notes (Privacy Friendly) v1.1.0 ** BROKEN RELEASE **](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.1.0) - 25 Jul 2022 + +## [Notes (Privacy Friendly) v1.1.0 ** BROKEN RELEASE **](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.1.0) - 2022-07-25 ## What's Changed -* Lab WS22 + Backup API update by [@Kamuno](https://github.com/Kamuno) and [@maxmitz](https://github.com/maxmitz) in https://github.com/SecUSo/privacy-friendly-notes/pull/95 -* Update to correct backup api version. by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-notes/pull/96 +* Lab WS22 + Backup API update by [@Kamuno](https://github.com/Kamuno) and [@maxmitz](https://github.com/maxmitz) in [#95](https://github.com/SecUSo/privacy-friendly-notes/pull/95) +* Update to correct backup api version. by [@Kamuno](https://github.com/Kamuno) in [#96](https://github.com/SecUSo/privacy-friendly-notes/pull/96) - Database switched to Room - Switched Note Overview to RecyclerView @@ -231,8 +264,8 @@ Notes (Privacy Friendly) v1.1.1 [Changes][v1.1.0] - -## [Notes (Privacy Friendly) v1.0.2](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.0.2) - 27 Jan 2021 + +## [Notes (Privacy Friendly) v1.0.2](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.0.2) - 2021-01-27 Added api to backup application. Added adaptive icon @@ -240,8 +273,8 @@ Added adaptive icon [Changes][v1.0.2] - -## [Privacy Friendly Notes v1.0.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.0.1) - 12 Dec 2016 + +## [Privacy Friendly Notes v1.0.1](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.0.1) - 2016-12-12 - Japanese Translation - Export Icon Update @@ -250,8 +283,8 @@ Added adaptive icon [Changes][v1.0.1] - -## [Privacy Friendly Notes v1.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.0) - 24 Nov 2016 + +## [Privacy Friendly Notes v1.0](https://github.com/SecUSo/privacy-friendly-notes/releases/tag/v1.0) - 2016-11-24 Privacy Friendly Notes is an Android application for the creation and management of notes. It is also possible to can define categories and assign them to the notes. Notes can have one of these types: ­- simple text notes @@ -265,6 +298,8 @@ This app belongs to the Privacy Friendly Apps group developed by the research gr [Changes][v1.0] +[v2.0.2]: https://github.com/SecUSo/privacy-friendly-notes/compare/v2.0.1...v2.0.2 +[v2.0.1]: https://github.com/SecUSo/privacy-friendly-notes/compare/v2.0.0...v2.0.1 [v2.0.0]: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.5...v2.0.0 [v1.4.5]: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.4...v1.4.5 [v1.4.4]: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.4.2...v1.4.4 @@ -284,4 +319,4 @@ This app belongs to the Privacy Friendly Apps group developed by the research gr [v1.0.1]: https://github.com/SecUSo/privacy-friendly-notes/compare/v1.0...v1.0.1 [v1.0]: https://github.com/SecUSo/privacy-friendly-notes/tree/v1.0 - +