Skip to content

Commit 4b0e3ce

Browse files
Revert "chore: bump version to 0.4.0" (#29)
2 parents e278af7 + ba6f8a4 commit 4b0e3ce

File tree

5 files changed

+35
-29
lines changed

5 files changed

+35
-29
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@labcatr/labcommitr": patch
3+
---
4+
5+
fix: include emoji placeholder in generated config template
6+
7+
- Add {emoji} placeholder to template in buildConfig function
8+
- Generated configs now include {emoji} in format.template field
9+
- Fixes issue where emojis didn't appear in commits even when enabled
10+
- Template now matches default config structure with emoji support
11+
- Ensures formatCommitMessage can properly replace emoji placeholder
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@labcatr/labcommitr": patch
3+
---
4+
5+
fix: show actual commit message with emojis in preview
6+
7+
- Preview now displays the exact commit message as it will be stored in Git
8+
- Removed emoji stripping from preview display logic
9+
- Users can see emojis even if terminal doesn't support emoji display
10+
- Ensures preview accurately reflects what will be committed to Git/GitHub
11+
- Fixes issue where emojis were hidden in preview on non-emoji terminals
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"@labcatr/labcommitr": minor
3+
---
4+
5+
feat: implement terminal emoji detection and display adaptation
6+
7+
- Add emoji detection utility with industry-standard heuristics (CI, TERM, NO_COLOR, Windows Terminal)
8+
- Implement automatic emoji stripping for non-emoji terminals in Labcommitr UI
9+
- Always store Unicode emojis in Git commits regardless of terminal support
10+
- Update commit, preview, and revert commands to adapt display based on terminal capabilities
11+
- Ensure GitHub and emoji-capable terminals always show emojis correctly
12+
- Improve user experience by cleaning up broken emoji symbols on non-emoji terminals

CHANGELOG.md

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
11
# @labcatr/labcommitr
22

3-
## 0.4.0
4-
5-
### Minor Changes
6-
7-
- 18d5a56: feat: implement terminal emoji detection and display adaptation
8-
- Add emoji detection utility with industry-standard heuristics (CI, TERM, NO_COLOR, Windows Terminal)
9-
- Implement automatic emoji stripping for non-emoji terminals in Labcommitr UI
10-
- Always store Unicode emojis in Git commits regardless of terminal support
11-
- Update commit, preview, and revert commands to adapt display based on terminal capabilities
12-
- Ensure GitHub and emoji-capable terminals always show emojis correctly
13-
- Improve user experience by cleaning up broken emoji symbols on non-emoji terminals
14-
15-
### Patch Changes
16-
17-
- 48bd866: fix: include emoji placeholder in generated config template
18-
- Add {emoji} placeholder to template in buildConfig function
19-
- Generated configs now include {emoji} in format.template field
20-
- Fixes issue where emojis didn't appear in commits even when enabled
21-
- Template now matches default config structure with emoji support
22-
- Ensures formatCommitMessage can properly replace emoji placeholder
23-
24-
- 250dcc5: fix: show actual commit message with emojis in preview
25-
- Preview now displays the exact commit message as it will be stored in Git
26-
- Removed emoji stripping from preview display logic
27-
- Users can see emojis even if terminal doesn't support emoji display
28-
- Ensures preview accurately reflects what will be committed to Git/GitHub
29-
- Fixes issue where emojis were hidden in preview on non-emoji terminals
30-
313
## 0.3.0
324

335
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labcatr/labcommitr",
3-
"version": "0.4.0",
3+
"version": "0.3.0",
44
"description": "Labcommitr is a solution for building standardized git commits, hassle-free!",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)