Skip to content

Commit 8053df9

Browse files
committed
docs: add CHANGELOG for vsce publish
1 parent a7bbe59 commit 8053df9

File tree

2 files changed

+139
-1
lines changed

2 files changed

+139
-1
lines changed

CHANGELOG.md

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.1.2] - 2025-11-22
6+
7+
### 📚 Documentation
8+
9+
- Add CHANGELOG for vsce publish
10+
11+
## [0.1.1] - 2025-11-22
12+
13+
### 🐛 Bug Fixes
14+
15+
- Display text alignment
16+
17+
### 💼 Other
18+
19+
- Remove useless deps
20+
21+
### 🚜 Refactor
22+
23+
- Migrate from better-sqlite3 to sql.js
24+
25+
### 🧪 Testing
26+
27+
- Add unit tests
28+
29+
### ⚙️ Miscellaneous Tasks
30+
31+
- Remove dependabot
32+
33+
## [0.1.0] - 2025-09-29
34+
35+
### 🚀 Features
36+
37+
- Add achievements creating classes
38+
- Create all productivity stacking templates
39+
- Create files stacking templates
40+
- Standardize points attribution
41+
- Add vscode specific logger module
42+
- Add new achievements linked constants
43+
- Add config manager module (specific to vscode)
44+
- Add separate db migrations manager module
45+
- Move and upgrade Achievements model
46+
- Create progression management model
47+
- Add separate database populate module
48+
- Add extensions commands
49+
- Create proper achievements workflow controller
50+
- Add pusheen icons
51+
- Add skeleton for Achievements react webview
52+
- Add toggle notifications command
53+
- Add generic AchievementRequirement SQL script
54+
- Upgrade achievement model
55+
- Upgrade Achievements controller
56+
- Create Achievement webview page
57+
- Add separate module to handle frontend requests
58+
- Add containers styling
59+
- First UI release
60+
- Update logger module to accept any length / type arguments
61+
- Fix progressions model & controller workflow
62+
- Add resource creation / deletion listeners
63+
- Add git related achievements listeners
64+
- Add time time tracking
65+
- Add webview profile section
66+
- UX
67+
- Add terminal event listeners
68+
- Add tab events listeners
69+
- Add extensions listeners
70+
- Add debug listeners
71+
- Add new file edited listeners
72+
- Condition listeners setup
73+
- Proper image packaging
74+
- Add creator achievements logos
75+
- Style using tailwindcss
76+
- Add git achievements icons
77+
- Add terminal tasks icons
78+
- Add files icons
79+
- Add debugger icons
80+
- Add shortcuts icons
81+
- Add extensions icons
82+
- Add productivity icons
83+
- Add (temporary) speaker icons
84+
85+
### 🐛 Bug Fixes
86+
87+
- Leave error messages in lowercase
88+
- Errors in some default achievements
89+
- Change some constants to enums & fix awarder
90+
- Issues fix
91+
92+
### 💼 Other
93+
94+
- Default vscode extension setup
95+
- House cleaning
96+
- House cleaning
97+
- Prepare release
98+
- *(deps)* Upgrade all dependencies
99+
- Complete build method
100+
101+
### 🚜 Refactor
102+
103+
- Replace Python achievements builder with typescript
104+
- [**breaking**] Update model to use better-sqlite3
105+
- Move logger module
106+
- Move communication / requests to proper spots
107+
- Yet another achievements model rework
108+
- [**breaking**] Rename points to EXP
109+
- [**breaking**] Replace terminal by tasks
110+
- Move settings from raw JSON to VSCode
111+
112+
### 📚 Documentation
113+
114+
- Add proper README
115+
- Add docstrings everywhere
116+
- Update project description
117+
- Update changelog and install
118+
119+
### ⚡ Performance
120+
121+
- Upgrade achievements model (100x speedup)
122+
- Upgrade progressions model (100x speedup)
123+
- Cleanup db init to iterate over StackingTemplates
124+
125+
### 🎨 Styling
126+
127+
- Standardize StackingTemplates
128+
- Apply code formatters
129+
130+
### ⚙️ Miscellaneous Tasks
131+
132+
- Prepare build & config for better-sqlite3
133+
- Housekeeping
134+
- *(dependabot)* Configuration
135+
- Add publish workflows
136+
137+
<!-- generated by git-cliff -->

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": {
77
"name": "BoxBoxJason"
88
},
9-
"version": "0.1.1",
9+
"version": "0.1.2",
1010
"engines": {
1111
"vscode": "^1.105.0"
1212
},
@@ -153,6 +153,7 @@
153153
"dist",
154154
"assets",
155155
"README.md",
156+
"CHANGELOG.md",
156157
"node_modules/sql.js/dist/sql-wasm.wasm",
157158
"node_modules/react/**",
158159
"node_modules/react-dom/**"

0 commit comments

Comments
 (0)