Skip to content

Commit 3c70aed

Browse files
committed
chore(release): 0.16.3 🎉
1 parent 8770fb3 commit 3c70aed

File tree

5 files changed

+271
-256
lines changed

5 files changed

+271
-256
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.16.3"></a>
2+
## [0.16.3](https://github.com/rime/weasel/compare/0.16.2...0.16.3)(2024-10-04)
3+
4+
#### Bug Fixes
5+
* release channel feed_url not correct. ([fxliang](https://github.com/rime/weasel/commit/0c8bb0f01a929f46160482ae2f4492bed560b7b9))
6+
* invalid quick return ([Xuesong Peng](https://github.com/rime/weasel/commit/4da263727e16362f01054f6f0bb7522e83ae1e06))
7+
8+
#### Chores
9+
* add update\bump-version.ps1 to bump version in powershell, when clog is not required ([fxliang](https://github.com/rime/weasel/commit/8770fb3ed1b4341b7875c1d60e98bfa5b42f8ac7))
10+
* update bump-version.sh, appcast.xml and testing-appcast.xml[skip ci] ([fxliang](https://github.com/rime/weasel/commit/91d5e4e224a0d73b8303a6ce10f03c71dace5cdd))
11+
12+
#### Continuous Integration
13+
* release and update testing appcast only in rime/weasel ([fxliang](https://github.com/rime/weasel/commit/4af83b6e17f7c3cf78257dd300f4adadbffa1083))
14+
115
<a name="0.16.2"></a>
216
## [0.16.2](https://github.com/rime/weasel/compare/0.16.1...0.16.2) (2024-09-28)
317

@@ -1052,3 +1066,4 @@
10521066
* 以Python開發的實驗版本
10531067
* 獨創「拼寫運算」技術
10541068
* 預裝標調拼音、註音、粵拼、吳語等多種輸入方案
1069+

build.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if not defined WEASEL_ROOT set WEASEL_ROOT=%CD%
1010

1111
if not defined VERSION_MAJOR set VERSION_MAJOR=0
1212
if not defined VERSION_MINOR set VERSION_MINOR=16
13-
if not defined VERSION_PATCH set VERSION_PATCH=2
13+
if not defined VERSION_PATCH set VERSION_PATCH=3
1414

1515
if not defined WEASEL_VERSION set WEASEL_VERSION=%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_PATCH%
1616
if not defined WEASEL_BUILD set WEASEL_BUILD=0

update/appcast.xml

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
3-
<channel>
4-
<title>【小狼毫】輸入法更新頻道</title>
5-
<link>http://rime.github.io/release/weasel/appcast.xml</link>
6-
<description>小狼毫 Appcast 更新頻道</description>
7-
<language>zh</language>
8-
<item>
9-
<title>小狼毫 0.16.2</title>
10-
<sparkle:releaseNotesLink>http://rime.github.io/release/weasel/release-notes.html</sparkle:releaseNotesLink>
11-
<pubDate>Mon, 30 Sep 2024 11:51:10 +0800</pubDate>
12-
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.2/weasel-0.16.2.0-installer.exe"
13-
sparkle:version="0.16.2"
14-
type="application/octet-stream"/>
15-
</item>
16-
</channel>
17-
</rss>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
3+
<channel>
4+
<title>【小狼毫】輸入法更新頻道</title>
5+
<link>http://rime.github.io/release/weasel/appcast.xml</link>
6+
<description>小狼毫 Appcast 更新頻道</description>
7+
<language>zh</language>
8+
<item>
9+
<title>小狼毫 0.16.3</title>
10+
<sparkle:releaseNotesLink>http://rime.github.io/release/weasel/release-notes.html</sparkle:releaseNotesLink>
11+
<pubDate>Fri, 04 Oct 2024 21:08:10 +08:00</pubDate>
12+
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.3/weasel-0.16.3.0-installer.exe"
13+
sparkle:version="0.16.3"
14+
type="application/octet-stream"/>
15+
</item>
16+
</channel>
17+
</rss>

update/testing-appcast.xml

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
3-
<channel>
4-
<title>【小狼毫】輸入法測試頻道</title>
5-
<link>http://rime.github.io/testing/weasel/appcast.xml</link>
6-
<description>小狼毫測試版 Appcast 更新頻道</description>
7-
<language>zh</language>
8-
<item>
9-
<title>小狼毫 0.16.2</title>
10-
<sparkle:releaseNotesLink>http://rime.github.io/testing/weasel/release-notes.html</sparkle:releaseNotesLink>
11-
<pubDate>Mon, 30 Sep 2024 11:51:10 +0800</pubDate>
12-
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.2/weasel-0.16.2.0-installer.exe"
13-
sparkle:version="0.16.2"
14-
type="application/octet-stream"/>
15-
</item>
16-
</channel>
17-
</rss>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
3+
<channel>
4+
<title>【小狼毫】輸入法測試頻道</title>
5+
<link>http://rime.github.io/testing/weasel/appcast.xml</link>
6+
<description>小狼毫測試版 Appcast 更新頻道</description>
7+
<language>zh</language>
8+
<item>
9+
<title>小狼毫 0.16.3</title>
10+
<sparkle:releaseNotesLink>http://rime.github.io/testing/weasel/release-notes.html</sparkle:releaseNotesLink>
11+
<pubDate>Fri, 04 Oct 2024 21:08:10 +08:00</pubDate>
12+
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.3/weasel-0.16.3.0-installer.exe"
13+
sparkle:version="0.16.3"
14+
type="application/octet-stream"/>
15+
</item>
16+
</channel>
17+
</rss>

0 commit comments

Comments
 (0)