Skip to content

Commit 324be0b

Browse files
committed
release: v5.0.0
1 parent 41728b7 commit 324be0b

2 files changed

Lines changed: 25 additions & 11 deletions

File tree

CHANGELOG

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
1-
# CHANGELOG
1+
# Changelog
22

3-
## [4.6.6](https://github.com/wibus-wee/kami/compare/d91230b1d42660ff084410f00f5c7bf517e3ef82...v4.6.6) (2024-07-07)
3+
All notable changes to this project will be documented in this file.
44

5+
## v5.0.0
6+
7+
> Release Date: 2026-04-13
8+
9+
### Features
10+
11+
- **i18n**: Add multi-language support with next-intl, including Chinese, English, and Japanese translations
12+
- **api-client**: Support api-client v3 with breaking changes in comment threading, owner endpoints, and model types
13+
- **backend**: Be compatible with the latest backend, including note music support and updated data structures
514

615
### Bug Fixes
716

8-
* follow the upstream backend data structure ([c7b003e](https://github.com/wibus-wee/kami/commit/c7b003e285ef347b0a7bbd1eee1ffce13d05fb70))
9-
* import an non-existed music hook ([758f80b](https://github.com/wibus-wee/kami/commit/758f80be7776c9e2de0af9de8715c8cf807b38d4))
10-
* **timeline:** update 'important' property from 'note.hasImportant' to 'note.bookmark' ([414336a](https://github.com/wibus-wee/kami/commit/414336a960de2a065851b0363ee690a16512fbb3))
11-
* update to be compatible with the latest backend ([aa13189](https://github.com/wibus-wee/kami/commit/aa13189d005a29233b5c3cc09af0633e5582964c))
12-
* use ack read to increase read counts ([d91230b](https://github.com/wibus-wee/kami/commit/d91230b1d42660ff084410f00f5c7bf517e3ef82))
13-
* xlog summary cannot display ([ed808a6](https://github.com/wibus-wee/kami/commit/ed808a6c98fe4dd973d616baa90866d07642181a))
17+
- **comment**: Fix thread display keys and depth-based indent
18+
- **markdown/ui**: Restore footnote LinkCard rendering and stabilize note/timeline layouts
19+
20+
### Chores
1421

22+
- Migrate to Better Auth & upgrade toolchain (ESLint 9 flat config, React, TypeScript updates)
23+
- Update demo URL
24+
- Update documentation link
25+
- Update various dev dependencies: `@types/randomcolor`, `@types/react-color`, `@types/remove-markdown`, `@trivago/prettier-plugin-sort-imports`, `js-yaml`, `@types/js-cookie`, `zx`
26+
- Disable deploy CI
1527

28+
## Warning
1629

30+
- You should upgrade mx-server to 11.x

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "mx-kami",
2+
"name": "kami",
33
"license": "GPL-3.0",
44
"private": false,
5-
"version": "4.6.7",
5+
"version": "5.0.0",
66
"engines": {
77
"node": ">=v14.21.3"
88
},
@@ -153,4 +153,4 @@
153153
"showDetails": true
154154
},
155155
"packageManager": "pnpm@10.33.0"
156-
}
156+
}

0 commit comments

Comments
 (0)