From a6a6abc64b1fbaa102a17028f75faba2d4178f5c Mon Sep 17 00:00:00 2001 From: Herbert Reiter <4941275-moasda@users.noreply.gitlab.com> Date: Thu, 2 Jan 2020 17:02:57 +0100 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..55d1d1d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +## 2.1.0 (versionCode 14, 2020-01-01) + +TODO: Dialog "Einstellungen" mit Option für Kalender + +- Birthdays and events can be provided as an Android calendar +- Added `@Nullable` and `@NotNull` annotations, fixed potential bugs +- Removed UDP broadcast support as it didn't really work for the app +- Updated copyright +- Published sources on GitLab + +## 2.0.9.2 (versionCode 13, 2019-01-03) + +- HTML layout changed to border-box +- targetSdkVersion updated due to recent Google requirements +- Do not use an internal TCP port any more. Thus, the app requires no Internet permission for normal usage, it is only necessary for synchronisation. +- Bugfix: Fixed broken search +- Bugfix: Page titles with space or special characters couldn't be shown + +## 2.0.8 (versionCode 9, 2018-02-05) + +- App can be closed by pressing the back button twice + +## 2.0.7 (versionCode 7, 2017-05-28) + +- Bugfix: Editor icons got visible on scrolling + +## 2.0.6 (versionCode 6, 2016-11-28) + +- Bugfix: Edit symbol was still available and active + +## 2.0.5 (versionCode 5, 2016-11-22) + +- Initial App