diff --git a/CHANGELOG.md b/CHANGELOG.md index f57bede9..03473269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. See [conven ## [Coming Soon](https://github.com/DroidWorksStudio/EasyLauncher/tree/HEAD) +### Implemented Enhancements: + +- Added a default search engine so can use other apps other then ones selected - ([630e5c6](https://github.com/DroidWorksStudio/EasyLauncher/commit/630e5c6b2c765fc6abc481e066c9807ff57036f2)) + ### Feature Removal: - Remove trash files. ([#140](https://github.com/DroidWorksStudio/EasyLauncher/issues/140)) - ([d27ccc8](https://github.com/DroidWorksStudio/EasyLauncher/commit/d27ccc8cf6711d962c1b41504b52d77553d8fa4b)) @@ -12,6 +16,10 @@ All notable changes to this project will be documented in this file. See [conven - Updated Language Files. ([#129](https://github.com/DroidWorksStudio/EasyLauncher/issues/129)) - ([80fddba](https://github.com/DroidWorksStudio/EasyLauncher/commit/80fddba64d5f664662809d163a0b17737bcb64b0)) +### Releases: + +- Prepare for version 0.2.6 - ([b88ccdc](https://github.com/DroidWorksStudio/EasyLauncher/commit/b88ccdc44b05e9d5af662a745560ae1eec58a1e3)) + ## [0.2.5](https://github.com/DroidWorksStudio/EasyLauncher/tree/0.2.5) - (15, September 2024) ### Bug Fixes: diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e8cf4d8b..a8529414 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = "app.easy.launcher" minSdk = 24 targetSdk = 35 - versionCode = 25 - versionName = "0.2.5" + versionCode = 26 + versionName = "0.2.6" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" manifestPlaceholders["internetPermission"] = "android.permission.INTERNET"