Skip to content

Commit 8224181

Browse files
chore(changelog): Update CHANGELOG.md
1 parent a4943d6 commit 8224181

File tree

1 file changed

+33
-20
lines changed

1 file changed

+33
-20
lines changed

CHANGELOG.md

Lines changed: 33 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,28 @@ All notable changes to this project will be documented in this file. See [conven
88

99
* Introduce BaseFragment and SystemBarObserver ([56066cf4](https://github.com/DroidWorksStudio/mLauncher/commit/56066cf4))
1010

11-
### Refactors:
12-
13-
* Remove package attribute from AndroidManifest.xml ([3d35e4a6](https://github.com/DroidWorksStudio/mLauncher/commit/3d35e4a6))
14-
* Improve Discord release message formatting ([1eaa194b](https://github.com/DroidWorksStudio/mLauncher/commit/1eaa194b))
15-
* Improve app list sorting ([543106e6](https://github.com/DroidWorksStudio/mLauncher/commit/543106e6))
16-
17-
### Build:
18-
19-
* Update Kotlin and KSP versions and increment patch version ([b9814bb2](https://github.com/DroidWorksStudio/mLauncher/commit/b9814bb2))
20-
21-
## [test](https://github.com/DroidWorksStudio/mLauncher/tree/test) - (15, September 2025)
22-
23-
### Enhancements:
24-
25-
* Introduce BaseFragment and SystemBarObserver ([8be5be4f](https://github.com/DroidWorksStudio/mLauncher/commit/8be5be4f))
26-
2711
### Bug Fixes:
2812

29-
* Correct typo in advanced settings description ([08961432](https://github.com/DroidWorksStudio/mLauncher/commit/08961432))
3013
* Correct app label display in HomeAppsWidgetProvider ([43c169f1](https://github.com/DroidWorksStudio/mLauncher/commit/43c169f1))
3114

3215
### Refactors:
3316

34-
* Improve Discord release message formatting ([21d650d7](https://github.com/DroidWorksStudio/mLauncher/commit/21d650d7))
35-
* Improve app list sorting ([98ece2ba](https://github.com/DroidWorksStudio/mLauncher/commit/98ece2ba))
17+
* Remove package attribute from AndroidManifest.xml ([3d35e4a6](https://github.com/DroidWorksStudio/mLauncher/commit/3d35e4a6))
18+
* Improve Discord release message formatting ([1eaa194b](https://github.com/DroidWorksStudio/mLauncher/commit/1eaa194b))
19+
* Improve app list sorting ([543106e6](https://github.com/DroidWorksStudio/mLauncher/commit/543106e6))
3620
* Replace Word of the Day AlarmManager with WorkManager ([a61c988d](https://github.com/DroidWorksStudio/mLauncher/commit/a61c988d))
3721
* Remove SecurityService and FLAG_SECURE ([ca71b87d](https://github.com/DroidWorksStudio/mLauncher/commit/ca71b87d))
3822
* Update cleanMessage regex to include 'docs' ([1bedc196](https://github.com/DroidWorksStudio/mLauncher/commit/1bedc196))
3923
* Simplify Discord release message ([840197f7](https://github.com/DroidWorksStudio/mLauncher/commit/840197f7))
4024

4125
### Documentation & Language:
4226

27+
* Updated Language Files. ([#893](https://github.com/DroidWorksStudio/mLauncher/pull/893)) ([a4943d6c](https://github.com/DroidWorksStudio/mLauncher/commit/a4943d6c))
4328
* Update Discord invite link ([04db3aca](https://github.com/DroidWorksStudio/mLauncher/commit/04db3aca))
4429

4530
### Build:
4631

47-
* Update Kotlin and KSP versions and increment patch version ([cdfc3708](https://github.com/DroidWorksStudio/mLauncher/commit/cdfc3708))
32+
* Update Kotlin and KSP versions and increment patch version ([b9814bb2](https://github.com/DroidWorksStudio/mLauncher/commit/b9814bb2))
4833

4934
## [1.11.0.2](https://github.com/DroidWorksStudio/mLauncher/tree/1.11.0.2) - (14, September 2025)
5035

@@ -230,5 +215,33 @@ All notable changes to this project will be documented in this file. See [conven
230215

231216
* Increment build number to 4 ([3267c572](https://github.com/DroidWorksStudio/mLauncher/commit/3267c572))
232217

218+
## [1.10.8.3](https://github.com/DroidWorksStudio/mLauncher/tree/1.10.8.3) - (13, July 2025)
219+
220+
### Bug Fixes:
221+
222+
* Use `GITHUB_TOKEN` for `dependabot` actions ([8887e567](https://github.com/DroidWorksStudio/mLauncher/commit/8887e567))
223+
* Remove dependabot group names ([f0e6880e](https://github.com/DroidWorksStudio/mLauncher/commit/f0e6880e))
224+
* Group all dependency updates ([cca83156](https://github.com/DroidWorksStudio/mLauncher/commit/cca83156))
225+
* Only show "Personal apps" header if other profiles exist ([46ddee8b](https://github.com/DroidWorksStudio/mLauncher/commit/46ddee8b))
226+
227+
### Refactors:
228+
229+
* Implement ViewBinding in OnboardingPageFragment ([55b5d689](https://github.com/DroidWorksStudio/mLauncher/commit/55b5d689))
230+
* Nullify views in OnboardingPageFragment ([2c5710cc](https://github.com/DroidWorksStudio/mLauncher/commit/2c5710cc))
231+
232+
### Build:
233+
234+
* Bump svenstaro/upload-release-action from 2.11.1 to 2.11.2 ([#842](https://github.com/DroidWorksStudio/mLauncher/pull/842)) ([80d30262](https://github.com/DroidWorksStudio/mLauncher/commit/80d30262))
235+
* Bump MyAlbum/purge-cache from 2.1.0 to 2.2.0 ([#841](https://github.com/DroidWorksStudio/mLauncher/pull/841)) ([1fa356c8](https://github.com/DroidWorksStudio/mLauncher/commit/1fa356c8))
236+
237+
### Meta:
238+
239+
* Configure dependabot for GitHub Actions ([b33b311b](https://github.com/DroidWorksStudio/mLauncher/commit/b33b311b))
240+
* Increment build number to 3 ([a9d167d3](https://github.com/DroidWorksStudio/mLauncher/commit/a9d167d3))
241+
242+
### Feature Removals:
243+
244+
* Remove deprecated workflow ([4ffadaf5](https://github.com/DroidWorksStudio/mLauncher/commit/4ffadaf5))
245+
233246
---
234247
> Generated by DroidWorksStudio

0 commit comments

Comments
 (0)