Skip to content

Commit 1193609

Browse files
committed
chore: release v2.3.2
1 parent 7fabdee commit 1193609

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## [2.3.2](https://github.com/LibreService/my_rime/compare/v2.3.0-beta...v2.3.2) (2025-10-27)
10+
11+
### Features
12+
13+
* add announcement component and changelog parser ([7fabdee](https://github.com/LibreService/my_rime/commit/7fabdeec265664055ea549ee89aba59d2aba1869))
14+
* add feedback form component, fix: T9Keyboard space not working ([17715ba](https://github.com/LibreService/my_rime/commit/17715bac17321d50aa34dc7044086f9ceaec6fc9))
15+
* add speech model download script, integrate T9 pinyin functionality ([fd5bb9a](https://github.com/LibreService/my_rime/commit/fd5bb9a75f793b94ad85549d563464048133fa61))
16+
* add yuyan T9 pinyin ([866da7c](https://github.com/LibreService/my_rime/commit/866da7cc3bbf10696a7688b07ca678c9da75a512))
17+
* allow user to choose which t9 keyboard to use on window resize; ([fcec77d](https://github.com/LibreService/my_rime/commit/fcec77d6252e2706c79651beb466c8dab69d3f84))
18+
* implement caching for voice recognition models ([e0c364f](https://github.com/LibreService/my_rime/commit/e0c364f72d48b9e5fcb2c0eaeb558de36b1e5250))
19+
20+
### Bug Fixes
21+
22+
* form submit not working ([c2fa572](https://github.com/LibreService/my_rime/commit/c2fa57296fe3f1ea043b47728c4489d944d94e96))
23+
* form values missing when submit ([4b54082](https://github.com/LibreService/my_rime/commit/4b540826c183e7079f1787587a594baf911230e4))
24+
25+
### Documentation
26+
27+
* Update README.md ([bde45fc](https://github.com/LibreService/my_rime/commit/bde45fc1fd40032b6dc9ebaf5198fa164c900462))
28+
29+
### Code Refactoring
30+
31+
* remove unused ime package ([7ab0918](https://github.com/LibreService/my_rime/commit/7ab0918d804644ebc75f9626f56c825a55bfb2d8))
32+
833
## [2.3.1] - 2025-10-27
934

1035
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aibuild/vr-pinyin",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"files": [
55
"dist"
66
],

public/announcement.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
本文档记录项目的所有重要变更。
44

5-
## [2.3.1] - 2025-10-27
5+
## [2.3.2] - 2025-10-27
66

77
### 九键输入、语音输入功能正式上线
88

0 commit comments

Comments
 (0)