Added a changelog

This commit is contained in:
ottoptj 2024-11-13 00:54:02 +02:00
commit c1c208fc03
2 changed files with 14 additions and 2 deletions

View file

@ -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)
- 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)

View file

@ -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)