Skip to content

Commit bef4768

Browse files
committed
Update changelog and bump version to 0.2.4
1 parent 6e0989d commit bef4768

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.2.4
4+
5+
- **feat**: Persist hide-paused-cards toggle in global settings
6+
- **feat**: Add toggle to hide paused cards on dashboard
7+
- **feat**: Include landing page in `pnpm dev`
8+
- **feat**: Add syntax highlighting to code blocks on landing page
9+
- **improve**: Repo/service settings UX with dirty-state tracking and better labels
10+
- **improve**: Conflict resolution UI labels for clarity ("Keep changes from store/target" instead of "Keep Store/Target")
11+
- **fix**: Landing page client-side routing with Vercel rewrites
12+
313
## v0.2.3
414

515
- **fix**: Critical bug: bad conflict handling after `git pull` auto-merges

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ai-sync",
33
"author": "Anh-Thi Dinh",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"repository": "https://github.com/anhthiding/ai-sync",
66
"private": true,
77
"license": "MIT",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ai-sync/server",
33
"author": "Anh-Thi Dinh",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"repository": "https://github.com/anhthiding/ai-sync",
66
"private": true,
77
"license": "MIT",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ai-sync/ui",
33
"author": "Anh-Thi Dinh",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"repository": "https://github.com/anhthiding/ai-sync",
66
"private": true,
77
"license": "MIT",

0 commit comments

Comments
 (0)