From c1c208fc03cf1f9db6db2e968600f43b2e3823e1 Mon Sep 17 00:00:00 2001 From: ottoptj Date: Wed, 13 Nov 2024 00:54:02 +0200 Subject: [PATCH] Added a changelog --- CREDITS.md | 4 ++-- metadata/en-US/changelogs/10.txt | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 metadata/en-US/changelogs/10.txt diff --git a/CREDITS.md b/CREDITS.md index 1ea153d..2526d40 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -3,5 +3,5 @@ - Fixed crash on date click with no calendar app installed. [Pull Request](https://github.com/ottop/yam_launcher/pull/9) - Blocked empty app names when renaming apps. [Pull Request](https://github.com/ottop/yam_launcher/pull/12) - Fixed a wrong text style default value. [Pull Request](https://github.com/ottop/yam_launcher/pull/13) -- Moved unncessary array translations to a common file. [Pull Request](https://github.com/ottop/yam_launcher/pull/14) -- Added a .gitignore file to the base directory. [Pull Request](https://github.com/ottop/yam_launcher/pull/18) +- Moved unnecessary array translations to a common file. [Pull Request](https://github.com/ottop/yam_launcher/pull/14) +- Added a .gitignore file to the base directory. [Pull Request](https://github.com/ottop/yam_launcher/pull/18) \ No newline at end of file diff --git a/metadata/en-US/changelogs/10.txt b/metadata/en-US/changelogs/10.txt new file mode 100644 index 0000000..443f379 --- /dev/null +++ b/metadata/en-US/changelogs/10.txt @@ -0,0 +1,12 @@ +Feature release + +- Shortcuts can now be renamed +- Contacts can now be added to the home screen +- The GPS location now uses network location when available +- Status bar text now follows the launcher's text color +- A Finnish translation has been added +- A crash upon calendar launch has been fixed (by @alrajdev) +- Empty app names are now blocked (by @alrajdev) +- The text style default value has now been fixed (by @alrajdev) +- A common array file has been made (by @alrajdev) +- A .gitgnore file has been made in the repository (by @alrajdev) \ No newline at end of file