From 13a3a90c84753e729db94793abcaaa5d7ccaaaa1 Mon Sep 17 00:00:00 2001 From: udenr Date: Fri, 20 Dec 2024 20:05:50 +0000 Subject: [PATCH] update changelog for v3.0.0 changes This commit was created by changelog-from-release in 'Changelog Generation' CI workflow --- CHANGELOG.md | 110 +++++++++++++++------------------------------------ 1 file changed, 31 insertions(+), 79 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a30bfce5..2fef82be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,90 +1,42 @@ # Changelog - -## [ToDo List (Privacy Friendly) v3.0.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v3.0.0) - 24 Dec 2024 + +## [ToDo List (Privacy Friendly) v2.4.2](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.4.2) - 2023-03-14 ## What's Changed -* Update ci workflow by @udenr in https://github.com/SecUSo/privacy-friendly-todo-list/pull/104 -* Update sdk and dependencies and fix lint errors by @udenr in https://github.com/SecUSo/privacy-friendly-todo-list/pull/103 -* Add android test workflow by @udenr in https://github.com/SecUSo/privacy-friendly-todo-list/pull/105 -* Using Room persistence library to access the database by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/pull/108 -* Added info re: Privacy Friendly Backup to app Help screen by @jahway603 in https://github.com/SecUSo/privacy-friendly-todo-list/pull/110 -* Converted Java source code to Kotlin by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/pull/112 -* Refactored reminder service to job for JobScheduler by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/pull/115 -* Finished work on notification actions "snooze" and "set done". by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/pull/121 -* Widget improvements by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/pull/122 -* Update android-test.yml by @udenr in https://github.com/SecUSo/privacy-friendly-todo-list/pull/123 -* Recurring tasks by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/pull/126 -* Data Export / Import by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/pull/127 -* Re-ordering of lists, tasks and subtasks by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/pull/130 -* Update workflows by @udenr in https://github.com/SecUSo/privacy-friendly-todo-list/pull/132 -* Share todo list and task by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/128 -* Store creation-date and done-date of tasks and subtasks by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/117 -* Make current date clearer by underlining it? by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/91 -* Date/Time format should depend on current locale by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/120 -* Unique notification icon by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/124 -* Support renaming a task list by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/70 -* Widgets stop working after some time by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/78 -* Click on widget should open list in app by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/38 -* Widget config page not in PFA design by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/39 -* Widget should have current list name as title by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/118 -* Widget should also be able to show all tasks by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/119 -* [Request] Show PIN keyboard by default by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/25 -* Auto focus text input when adding list/task/sub-task by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/69 -* UI overlaps Todo text by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/68 -* 'isunlock' may always be false when 'onSaveInstanceState' in 'MainActivity' by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/74 -* Database call on UI thread. by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/48 -* not getting reminders by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/67 -* direct crash on phone startup by @0xC0FFEEC0DE in https://github.com/SecUSo/privacy-friendly-todo-list/issues/106 -* ... - -See also [Milestone "Release 3.0.0"](https://github.com/SecUSo/privacy-friendly-todo-list/milestone/1?closed=1) +* Fix crash when a reminder is created by [@udenr](https://github.com/udenr) in [#88](https://github.com/SecUSo/privacy-friendly-todo-list/pull/88) +* Fix data type in BackupRestorer.kt by [@udenr](https://github.com/udenr) in [#89](https://github.com/SecUSo/privacy-friendly-todo-list/pull/89) ## New Contributors -* @0xC0FFEEC0DE - -**Full Changelog**: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.4.2...v3.0.0 - -[Changes][v3.0.0] - - - -## [ToDo List (Privacy Friendly) v2.4.2](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.4.2) - 14 Mar 2023 - -## What's Changed -* Fix crash when a reminder is created by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-todo-list/pull/88 -* Fix data type in BackupRestorer.kt by [@udenr](https://github.com/udenr) in https://github.com/SecUSo/privacy-friendly-todo-list/pull/89 - -## New Contributors -* [@udenr](https://github.com/udenr) made their first contribution in https://github.com/SecUSo/privacy-friendly-todo-list/pull/88 +* [@udenr](https://github.com/udenr) made their first contribution in [#88](https://github.com/SecUSo/privacy-friendly-todo-list/pull/88) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.4.0...v2.4.2 [Changes][v2.4.2] - -## [ToDo List (Privacy Friendly) v2.4.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.4.0) - 24 Aug 2022 + +## [ToDo List (Privacy Friendly) v2.4.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.4.0) - 2022-08-24 ## What's Changed -* Fix problem saving edited subtask details by [@usrhub](https://github.com/usrhub) in https://github.com/SecUSo/privacy-friendly-todo-list/pull/53 -* Increased maximum pin length to 32 by [@betsythefc](https://github.com/betsythefc) in https://github.com/SecUSo/privacy-friendly-todo-list/pull/21 -* Pomodoro integration by [@Kamuno](https://github.com/Kamuno), [@nico1509](https://github.com/nico1509), uketz in https://github.com/SecUSo/privacy-friendly-todo-list/pull/71 -* Added Backup App integration and updated icons by [@Kamuno](https://github.com/Kamuno) in https://github.com/SecUSo/privacy-friendly-todo-list/pull/83 +* Fix problem saving edited subtask details by [@usrhub](https://github.com/usrhub) in [#53](https://github.com/SecUSo/privacy-friendly-todo-list/pull/53) +* Increased maximum pin length to 32 by [@betsythefc](https://github.com/betsythefc) in [#21](https://github.com/SecUSo/privacy-friendly-todo-list/pull/21) +* Pomodoro integration by [@Kamuno](https://github.com/Kamuno), [@nico1509](https://github.com/nico1509), uketz in [#71](https://github.com/SecUSo/privacy-friendly-todo-list/pull/71) +* Added Backup App integration and updated icons by [@Kamuno](https://github.com/Kamuno) in [#83](https://github.com/SecUSo/privacy-friendly-todo-list/pull/83) ## New Contributors -* [@usrhub](https://github.com/usrhub) made their first contribution in https://github.com/SecUSo/privacy-friendly-todo-list/pull/53 -* [@betsythefc](https://github.com/betsythefc) made their first contribution in https://github.com/SecUSo/privacy-friendly-todo-list/pull/21 -* [@Kamuno](https://github.com/Kamuno) made their first contribution in https://github.com/SecUSo/privacy-friendly-todo-list/pull/71 -* [@nico1509](https://github.com/nico1509) made their first contribution in https://github.com/SecUSo/privacy-friendly-todo-list/pull/71 +* [@usrhub](https://github.com/usrhub) made their first contribution in [#53](https://github.com/SecUSo/privacy-friendly-todo-list/pull/53) +* [@betsythefc](https://github.com/betsythefc) made their first contribution in [#21](https://github.com/SecUSo/privacy-friendly-todo-list/pull/21) +* [@Kamuno](https://github.com/Kamuno) made their first contribution in [#71](https://github.com/SecUSo/privacy-friendly-todo-list/pull/71) +* [@nico1509](https://github.com/nico1509) made their first contribution in [#71](https://github.com/SecUSo/privacy-friendly-todo-list/pull/71) **Full Changelog**: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.3...v2.4.0 [Changes][v2.4.0] - -## [Todo List (Privacy Friendly) v2.3](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.3) - 30 Jan 2020 + +## [Todo List (Privacy Friendly) v2.3](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.3) - 2020-01-30 - Deleted subtasks stay deleted, unless trashed and restored together with task - Enabled taking tasks of lists to a default "no list" @@ -93,8 +45,8 @@ See also [Milestone "Release 3.0.0"](https://github.com/SecUSo/privacy-friendly- [Changes][v2.3] - -## [Todo List (Privacy Friendly) v2.2](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.2) - 26 Sep 2019 + +## [Todo List (Privacy Friendly) v2.2](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.2) - 2019-09-26 - Usability Improvements - Fixed a crash on API < 21 @@ -102,24 +54,24 @@ See also [Milestone "Release 3.0.0"](https://github.com/SecUSo/privacy-friendly- [Changes][v2.2] - -## [Privacy Friendly Todo-List v2.1](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.1) - 04 Apr 2018 + +## [Privacy Friendly Todo-List v2.1](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.1) - 2018-04-04 Database fix. [Changes][v2.1] - -## [Privacy Friendly Todo-List v2.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.0) - 29 Mar 2018 + +## [Privacy Friendly Todo-List v2.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.0) - 2018-03-29 Redesign [Changes][v2.0] - -## [Privacy Friendly To-Do List v1.0.1](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v1.0.1) - 24 Nov 2016 + +## [Privacy Friendly To-Do List v1.0.1](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v1.0.1) - 2016-11-24 Improvement of User Interface @@ -127,14 +79,14 @@ Improvement of User Interface [Changes][v1.0.1] - -## [Privacy Friendly To-Do List v1.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v1.0) - 19 Nov 2016 + +## [Privacy Friendly To-Do List v1.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v1.0) - 2016-11-19 Privacy Friendly To-Do List is an Android app for creating and managing tasks and To-Do lists. -Each task can be subdivided into subtasks. It is possible to assign deadlines and a reminder service to get informed when a deadline is approaching. -Colours indicate if a tasks is due. A calendar view gives a quick overview about monthly tasks. A search function enables the user to look for To-Do lists, To-Do tasks and subtasks. +Each task can be subdivided into subtasks. It is possible to assign deadlines and a reminder service to get informed when a deadline is approaching. +Colours indicate if a tasks is due. A calendar view gives a quick overview about monthly tasks. A search function enables the user to look for To-Do lists, To-Do tasks and subtasks. -Privacy Friendly To-Do List belongs to the Privacy Friendly Apps group which are developed by the research group SECUSO at Technische Universität Darmstadt, Germany. +Privacy Friendly To-Do List belongs to the Privacy Friendly Apps group which are developed by the research group SECUSO at Technische Universität Darmstadt, Germany. [Changes][v1.0] @@ -149,4 +101,4 @@ Privacy Friendly To-Do List belongs to the Privacy Friendly Apps group which are [v1.0.1]: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v1.0...v1.0.1 [v1.0]: https://github.com/SecUSo/privacy-friendly-todo-list/tree/v1.0 - +