Skip to content

Commit dcd7dea

Browse files
tentoumushiiCopilot
andcommitted
chore(release): bump version to 0.1.16
- Add three new community themes (Calligraphy Ink, Ginkgo Gold, Sunset Train) - Expand learning content with trivia, proverbs, quotes, and false friends - Improve theme card UX with pointer cursor Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1d43ce5 commit dcd7dea

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.16] - 2026-03-30
11+
12+
### Added
13+
14+
- Three beautiful community-created themes: Calligraphy Ink, Ginkgo Gold, and Sunset Train
15+
- Expanded learning content including new trivia questions, Japanese proverbs, video game quotes, anime quotes, and false friends
16+
- New Japan facts and haiku content
17+
18+
### Fixed
19+
20+
- Theme card cursor now shows pointer on hover for better UX
21+
1022
## [0.1.15] - 2026-02-21
1123

1224
### Added

features/PatchNotes/patchNotesData.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"version": "0.1.16",
4+
"date": "March 30, 2026",
5+
"changes": [
6+
"Three stunning new community themes: Calligraphy Ink, Ginkgo Gold, and Sunset Train",
7+
"Expanded Japanese learning library with new trivia questions, proverbs, video game quotes, and anime quotes",
8+
"Added more false friends (words that look similar but mean different things) to help avoid common mistakes",
9+
"Enhanced theme selection with pointer cursor on hover"
10+
]
11+
},
212
{
313
"version": "0.1.15",
414
"date": "February 21, 2026",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kanadojo",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"private": true,
55
"scripts": {
66
"prepare": "husky",

0 commit comments

Comments
 (0)