Skip to content

Commit

Permalink
Merge pull request #90 from SecUSo/changelog-"v2.4.2"
Browse files Browse the repository at this point in the history
Update changelog for "v2.4.2"
  • Loading branch information
udenr authored Mar 14, 2023
2 parents 0fcfc2d + da62c3f commit 900d118
Showing 1 changed file with 95 additions and 15 deletions.
110 changes: 95 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,104 @@
Changelog
=========
# Changelog

Version 2.1 *(2018-04-04)*
----------------------------
<a name="v2.4.2"></a>
## [ToDo List (Privacy Friendly) v2.4.2](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.4.2) - 14 Mar 2023

* Bug fixing
## 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

Version 2.0 *(2018-03-29)*
----------------------------
## New Contributors
* [@udenr](https://github.com/udenr) made their first contribution in https://github.com/SecUSo/privacy-friendly-todo-list/pull/88

* Redesign
* Bug fixing
**Full Changelog**: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.4.0...v2.4.2

Version 1.0.1 *(2016-11-24)*
----------------------------
[Changes][v2.4.2]

* Translation updates

<a name="v2.4.0"></a>
## [ToDo List (Privacy Friendly) v2.4.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.4.0) - 24 Aug 2022

Version 1.0 *(2016-11-19)*
----------------------------
## 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

* Initial Release
## 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

**Full Changelog**: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.3...v2.4.0

[Changes][v2.4.0]


<a name="v2.3"></a>
## [Todo List (Privacy Friendly) v2.3](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.3) - 30 Jan 2020

- Deleted subtasks stay deleted, unless trashed and restored together with task
- Enabled taking tasks of lists to a default "no list"
- Updated target SDK to 28.

[Changes][v2.3]


<a name="v2.2"></a>
## [Todo List (Privacy Friendly) v2.2](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.2) - 26 Sep 2019

- Usability Improvements
- Fixed a crash on API < 21

[Changes][v2.2]


<a name="v2.1"></a>
## [Privacy Friendly Todo-List v2.1](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.1) - 04 Apr 2018

Database fix.

[Changes][v2.1]


<a name="v2.0"></a>
## [Privacy Friendly Todo-List v2.0](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v2.0) - 29 Mar 2018

Redesign

[Changes][v2.0]


<a name="v1.0.1"></a>
## [Privacy Friendly To-Do List v1.0.1](https://github.com/SecUSo/privacy-friendly-todo-list/releases/tag/v1.0.1) - 24 Nov 2016

Improvement of User Interface


[Changes][v1.0.1]


<a name="v1.0"></a>
## [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 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.

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]


[v2.4.2]: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.4.0...v2.4.2
[v2.4.0]: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.3...v2.4.0
[v2.3]: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.2...v2.3
[v2.2]: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.1...v2.2
[v2.1]: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v2.0...v2.1
[v2.0]: https://github.com/SecUSo/privacy-friendly-todo-list/compare/v1.0.1...v2.0
[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

<!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.0 -->

0 comments on commit 900d118

Please sign in to comment.