Skip to content

Commit 51d8012

Browse files
chore(changelog): Update CHANGELOG.md
1 parent a5fbca4 commit 51d8012

1 file changed

Lines changed: 15 additions & 36 deletions

File tree

CHANGELOG.md

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

99
* Add notification count badges to app icons ([4ef45966](https://github.com/DroidWorksStudio/mLauncher/commit/4ef45966))
1010
* Enhance widget management with new context extensions and localized menu options ([3ed94bdf](https://github.com/DroidWorksStudio/mLauncher/commit/3ed94bdf))
11-
* Add placeholder for empty widget screen and improve widget management ([d635fb8a](https://github.com/DroidWorksStudio/mLauncher/commit/d635fb8a))
12-
* Add Widget Page feature ([4fee3a2e](https://github.com/DroidWorksStudio/mLauncher/commit/4fee3a2e))
13-
* Enhance AppLogger with verbose logging and unconditional warning/error logging ([37d0d9f3](https://github.com/DroidWorksStudio/mLauncher/commit/37d0d9f3))
14-
* Introduce dynamic application name based on build type ([6b354ee0](https://github.com/DroidWorksStudio/mLauncher/commit/6b354ee0))
15-
* Add Widget Page feature ([54a83ae9](https://github.com/DroidWorksStudio/mLauncher/commit/54a83ae9))
1611

1712
### :bug: Bug Fixes:
1813

1914
* Prevent widgets from resizing or moving off-screen ([8ac19b66](https://github.com/DroidWorksStudio/mLauncher/commit/8ac19b66))
2015
* Use original app label when updating notification count ([45291dbb](https://github.com/DroidWorksStudio/mLauncher/commit/45291dbb))
21-
* Update widget dimensions and bitmap scaling ([b3de3be4](https://github.com/DroidWorksStudio/mLauncher/commit/b3de3be4))
2216

2317
### :wrench: Code Quality:
2418

2519
* Improve release message format ([8bf03bd4](https://github.com/DroidWorksStudio/mLauncher/commit/8bf03bd4))
2620
* Simplify dominant color retrieval ([3060b473](https://github.com/DroidWorksStudio/mLauncher/commit/3060b473))
27-
* Improve crash handling and reporting ([a71b94f6](https://github.com/DroidWorksStudio/mLauncher/commit/a71b94f6))
28-
* Adjust Word of the Day widget minWidth ([c4539247](https://github.com/DroidWorksStudio/mLauncher/commit/c4539247))
29-
* Rename `bottomSheet` to `showDeviceBottomSheet` ([bde4558f](https://github.com/DroidWorksStudio/mLauncher/commit/bde4558f))
30-
* Mark `word_of_the_day` as not translatable ([29f84c99](https://github.com/DroidWorksStudio/mLauncher/commit/29f84c99))
3121

3222
### :globe_with_meridians: Localization:
3323

3424
* Updated Language Files. ([#915](https://github.com/DroidWorksStudio/mLauncher/pull/915)) ([41451f4c](https://github.com/DroidWorksStudio/mLauncher/commit/41451f4c))
35-
* Updated Language Files. ([#908](https://github.com/DroidWorksStudio/mLauncher/pull/908)) ([111f8722](https://github.com/DroidWorksStudio/mLauncher/commit/111f8722))
36-
* Updated Language Files. ([#907](https://github.com/DroidWorksStudio/mLauncher/pull/907)) ([748d17be](https://github.com/DroidWorksStudio/mLauncher/commit/748d17be))
37-
38-
### :x: Feature Removals:
39-
40-
* Delete Word of the Day string resource files for all locales except english ([016c4de7](https://github.com/DroidWorksStudio/mLauncher/commit/016c4de7))
41-
42-
### :building_construction: Build:
43-
44-
* Bump the all-gradle group across 1 directory with 12 updates ([#911](https://github.com/DroidWorksStudio/mLauncher/pull/911)) ([a9ccdc2b](https://github.com/DroidWorksStudio/mLauncher/commit/a9ccdc2b))
45-
* Bump actions/cache in the all-actions group ([#910](https://github.com/DroidWorksStudio/mLauncher/pull/910)) ([66d9119d](https://github.com/DroidWorksStudio/mLauncher/commit/66d9119d))
4625

4726
### :broom: Maintenance & Cleanup:
4827

@@ -52,24 +31,24 @@ All notable changes to this project will be documented in this file. See [conven
5231

5332
### :sparkles: Enhancements:
5433

55-
* Add placeholder for empty widget screen and improve widget management ([0883c459](https://github.com/DroidWorksStudio/mLauncher/commit/0883c459))
56-
* Add Widget Page feature ([af483370](https://github.com/DroidWorksStudio/mLauncher/commit/af483370))
57-
* Enhance AppLogger with verbose logging and unconditional warning/error logging ([11ebd84d](https://github.com/DroidWorksStudio/mLauncher/commit/11ebd84d))
58-
* Introduce dynamic application name based on build type ([83240776](https://github.com/DroidWorksStudio/mLauncher/commit/83240776))
59-
* Add Widget Page feature ([7f5e8559](https://github.com/DroidWorksStudio/mLauncher/commit/7f5e8559))
34+
* Add placeholder for empty widget screen and improve widget management ([d635fb8a](https://github.com/DroidWorksStudio/mLauncher/commit/d635fb8a))
35+
* Add Widget Page feature ([4fee3a2e](https://github.com/DroidWorksStudio/mLauncher/commit/4fee3a2e))
36+
* Enhance AppLogger with verbose logging and unconditional warning/error logging ([37d0d9f3](https://github.com/DroidWorksStudio/mLauncher/commit/37d0d9f3))
37+
* Introduce dynamic application name based on build type ([6b354ee0](https://github.com/DroidWorksStudio/mLauncher/commit/6b354ee0))
38+
* Add Widget Page feature ([54a83ae9](https://github.com/DroidWorksStudio/mLauncher/commit/54a83ae9))
6039
* Enhance Private Space UI and Logic ([fc9287fa](https://github.com/DroidWorksStudio/mLauncher/commit/fc9287fa))
6140

6241
### :bug: Bug Fixes:
6342

64-
* Update widget dimensions and bitmap scaling ([5695d0b2](https://github.com/DroidWorksStudio/mLauncher/commit/5695d0b2))
43+
* Update widget dimensions and bitmap scaling ([b3de3be4](https://github.com/DroidWorksStudio/mLauncher/commit/b3de3be4))
6544
* Hide Private Apps button when mLauncher is not default ([a407a6f2](https://github.com/DroidWorksStudio/mLauncher/commit/a407a6f2))
6645

6746
### :wrench: Code Quality:
6847

69-
* Improve crash handling and reporting ([8401a5c2](https://github.com/DroidWorksStudio/mLauncher/commit/8401a5c2))
70-
* Adjust Word of the Day widget minWidth ([fe49c1bb](https://github.com/DroidWorksStudio/mLauncher/commit/fe49c1bb))
71-
* Rename `bottomSheet` to `showDeviceBottomSheet` ([c14313dc](https://github.com/DroidWorksStudio/mLauncher/commit/c14313dc))
72-
* Mark `word_of_the_day` as not translatable ([cfdb421b](https://github.com/DroidWorksStudio/mLauncher/commit/cfdb421b))
48+
* Improve crash handling and reporting ([a71b94f6](https://github.com/DroidWorksStudio/mLauncher/commit/a71b94f6))
49+
* Adjust Word of the Day widget minWidth ([c4539247](https://github.com/DroidWorksStudio/mLauncher/commit/c4539247))
50+
* Rename `bottomSheet` to `showDeviceBottomSheet` ([bde4558f](https://github.com/DroidWorksStudio/mLauncher/commit/bde4558f))
51+
* Mark `word_of_the_day` as not translatable ([29f84c99](https://github.com/DroidWorksStudio/mLauncher/commit/29f84c99))
7352
* Remove wordoftheday.xml from Crowdin configuration ([22e74bac](https://github.com/DroidWorksStudio/mLauncher/commit/22e74bac))
7453
* Update regex for conventional commit types ([9b7870fe](https://github.com/DroidWorksStudio/mLauncher/commit/9b7870fe))
7554
* Update commit parsing rules for changelog generation ([250afcf4](https://github.com/DroidWorksStudio/mLauncher/commit/250afcf4))
@@ -78,17 +57,17 @@ All notable changes to this project will be documented in this file. See [conven
7857

7958
### :globe_with_meridians: Localization:
8059

81-
* Updated Language Files. ([#908](https://github.com/DroidWorksStudio/mLauncher/pull/908)) ([c028e4d7](https://github.com/DroidWorksStudio/mLauncher/commit/c028e4d7))
82-
* Updated Language Files. ([#907](https://github.com/DroidWorksStudio/mLauncher/pull/907)) ([33ee046c](https://github.com/DroidWorksStudio/mLauncher/commit/33ee046c))
60+
* Updated Language Files. ([#908](https://github.com/DroidWorksStudio/mLauncher/pull/908)) ([111f8722](https://github.com/DroidWorksStudio/mLauncher/commit/111f8722))
61+
* Updated Language Files. ([#907](https://github.com/DroidWorksStudio/mLauncher/pull/907)) ([748d17be](https://github.com/DroidWorksStudio/mLauncher/commit/748d17be))
8362

8463
### :x: Feature Removals:
8564

86-
* Remove Word of the Day feature ([2a851d01](https://github.com/DroidWorksStudio/mLauncher/commit/2a851d01))
65+
* Delete Word of the Day string resource files for all locales except english ([016c4de7](https://github.com/DroidWorksStudio/mLauncher/commit/016c4de7))
8766

8867
### :building_construction: Build:
8968

90-
* Bump the all-gradle group across 1 directory with 12 updates ([#911](https://github.com/DroidWorksStudio/mLauncher/pull/911)) ([55153d87](https://github.com/DroidWorksStudio/mLauncher/commit/55153d87))
91-
* Bump actions/cache in the all-actions group ([#910](https://github.com/DroidWorksStudio/mLauncher/pull/910)) ([c9b60d1c](https://github.com/DroidWorksStudio/mLauncher/commit/c9b60d1c))
69+
* Bump the all-gradle group across 1 directory with 12 updates ([#911](https://github.com/DroidWorksStudio/mLauncher/pull/911)) ([a9ccdc2b](https://github.com/DroidWorksStudio/mLauncher/commit/a9ccdc2b))
70+
* Bump actions/cache in the all-actions group ([#910](https://github.com/DroidWorksStudio/mLauncher/pull/910)) ([66d9119d](https://github.com/DroidWorksStudio/mLauncher/commit/66d9119d))
9271

9372
## [1.11.1.3](https://github.com/DroidWorksStudio/mLauncher/tree/1.11.1.3) - (21, September 2025)
9473

0 commit comments

Comments
 (0)