You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Update commit parsing rules for changelog generation
This commit updates the commit parsing rules in `post-discord-release.js` and `generate-changelog.js` for improved changelog generation.
The following changes were made:
- In `post-discord-release.js`:
- Updated group names to include "###" prefix and ":" suffix for markdown H3 formatting.
- Separated "Documentation" and "Localization" into distinct groups.
- Added "deprecated" to the "Feature Removals" group.
- Renamed "Improvements" group to "Code Quality".
- In `generate-changelog.js`:
- Separated "Documentation & Language" into "Documentation" and "Localization" groups.
- Added "deprecated" to the "Feature Removals" group.
- Renamed "Refactors" group to "Code Quality".
- Reordered "Feature Removals" group to appear after "Security".
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26-22Lines changed: 26 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,9 @@ All notable changes to this project will be documented in this file. See [conven
8
8
9
9
* Hide Private Apps button when mLauncher is not default ([1c7a5ae7](https://github.com/DroidWorksStudio/mLauncher/commit/1c7a5ae7))
10
10
11
-
### Refactors:
11
+
### Code Quality:
12
12
13
+
* Update commit parsing rules for changelog generation ([15ac2606](https://github.com/DroidWorksStudio/mLauncher/commit/15ac2606))
13
14
* Implement caching and optimize data loading in MainViewModel ([9318ffa0](https://github.com/DroidWorksStudio/mLauncher/commit/9318ffa0))
14
15
15
16
## [1.11.1.3](https://github.com/DroidWorksStudio/mLauncher/tree/1.11.1.3) - (21, September 2025)
@@ -18,7 +19,7 @@ All notable changes to this project will be documented in this file. See [conven
18
19
19
20
* Simplify icon loading and caching logic ([0ecf511b](https://github.com/DroidWorksStudio/mLauncher/commit/0ecf511b))
20
21
21
-
### Documentation & Language:
22
+
### Localization:
22
23
23
24
* Updated Language Files. ([#903](https://github.com/DroidWorksStudio/mLauncher/pull/903)) ([2b126639](https://github.com/DroidWorksStudio/mLauncher/commit/2b126639))
24
25
@@ -35,11 +36,11 @@ All notable changes to this project will be documented in this file. See [conven
35
36
* Fixed fontColor parameter for TopMainHeader composable ([e6d2f212](https://github.com/DroidWorksStudio/mLauncher/commit/e6d2f212))
36
37
* Ensure proper dismissal of Device Stats BottomSheet ([f3b100f5](https://github.com/DroidWorksStudio/mLauncher/commit/f3b100f5))
37
38
38
-
### Refactors:
39
+
### Code Quality:
39
40
40
41
* Rename screen time string resource ([44a17131](https://github.com/DroidWorksStudio/mLauncher/commit/44a17131))
41
42
42
-
### Documentation & Language:
43
+
### Localization:
43
44
44
45
* Updated Language Files. ([#901](https://github.com/DroidWorksStudio/mLauncher/pull/901)) ([803eb93a](https://github.com/DroidWorksStudio/mLauncher/commit/803eb93a))
45
46
* Updated Language Files. ([#899](https://github.com/DroidWorksStudio/mLauncher/pull/899)) ([703ced86](https://github.com/DroidWorksStudio/mLauncher/commit/703ced86))
@@ -54,19 +55,19 @@ All notable changes to this project will be documented in this file. See [conven
54
55
55
56
* Enhance Profile Handling and App List Filtering ([2cdb6900](https://github.com/DroidWorksStudio/mLauncher/commit/2cdb6900))
56
57
57
-
### Refactors:
58
+
### Code Quality:
58
59
59
60
* Improve Home Apps Widget Layout and Logic ([b3a917cc](https://github.com/DroidWorksStudio/mLauncher/commit/b3a917cc))
60
61
* Standardize widget update and FAB action handling ([66641117](https://github.com/DroidWorksStudio/mLauncher/commit/66641117))
61
62
62
-
### Build:
63
-
64
-
* Bump rexml in the bundler group across 1 directory ([#897](https://github.com/DroidWorksStudio/mLauncher/pull/897)) ([abc9f006](https://github.com/DroidWorksStudio/mLauncher/commit/abc9f006))
* Bump rexml in the bundler group across 1 directory ([#897](https://github.com/DroidWorksStudio/mLauncher/pull/897)) ([abc9f006](https://github.com/DroidWorksStudio/mLauncher/commit/abc9f006))
70
+
70
71
## [1.11.1.0](https://github.com/DroidWorksStudio/mLauncher/tree/1.11.1.0) - (15, September 2025)
71
72
72
73
### Enhancements:
@@ -77,7 +78,7 @@ All notable changes to this project will be documented in this file. See [conven
77
78
78
79
* Correct app label display in HomeAppsWidgetProvider ([43c169f1](https://github.com/DroidWorksStudio/mLauncher/commit/43c169f1))
79
80
80
-
### Refactors:
81
+
### Code Quality:
81
82
82
83
* Remove package attribute from AndroidManifest.xml ([3d35e4a6](https://github.com/DroidWorksStudio/mLauncher/commit/3d35e4a6))
0 commit comments