Skip to content

Commit

Permalink
chore(release): 0.16.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Oct 4, 2024
1 parent 8770fb3 commit 3c70aed
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 256 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.16.3"></a>
## [0.16.3](https://github.com/rime/weasel/compare/0.16.2...0.16.3)(2024-10-04)

#### Bug Fixes
* release channel feed_url not correct. ([fxliang](https://github.com/rime/weasel/commit/0c8bb0f01a929f46160482ae2f4492bed560b7b9))
* invalid quick return ([Xuesong Peng](https://github.com/rime/weasel/commit/4da263727e16362f01054f6f0bb7522e83ae1e06))

#### Chores
* add update\bump-version.ps1 to bump version in powershell, when clog is not required ([fxliang](https://github.com/rime/weasel/commit/8770fb3ed1b4341b7875c1d60e98bfa5b42f8ac7))
* update bump-version.sh, appcast.xml and testing-appcast.xml[skip ci] ([fxliang](https://github.com/rime/weasel/commit/91d5e4e224a0d73b8303a6ce10f03c71dace5cdd))

#### Continuous Integration
* release and update testing appcast only in rime/weasel ([fxliang](https://github.com/rime/weasel/commit/4af83b6e17f7c3cf78257dd300f4adadbffa1083))

<a name="0.16.2"></a>
## [0.16.2](https://github.com/rime/weasel/compare/0.16.1...0.16.2) (2024-09-28)

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

2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if not defined WEASEL_ROOT set WEASEL_ROOT=%CD%

if not defined VERSION_MAJOR set VERSION_MAJOR=0
if not defined VERSION_MINOR set VERSION_MINOR=16
if not defined VERSION_PATCH set VERSION_PATCH=2
if not defined VERSION_PATCH set VERSION_PATCH=3

if not defined WEASEL_VERSION set WEASEL_VERSION=%VERSION_MAJOR%.%VERSION_MINOR%.%VERSION_PATCH%
if not defined WEASEL_BUILD set WEASEL_BUILD=0
Expand Down
34 changes: 17 additions & 17 deletions update/appcast.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>【小狼毫】輸入法更新頻道</title>
<link>http://rime.github.io/release/weasel/appcast.xml</link>
<description>小狼毫 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>小狼毫 0.16.2</title>
<sparkle:releaseNotesLink>http://rime.github.io/release/weasel/release-notes.html</sparkle:releaseNotesLink>
<pubDate>Mon, 30 Sep 2024 11:51:10 +0800</pubDate>
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.2/weasel-0.16.2.0-installer.exe"
sparkle:version="0.16.2"
type="application/octet-stream"/>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>【小狼毫】輸入法更新頻道</title>
<link>http://rime.github.io/release/weasel/appcast.xml</link>
<description>小狼毫 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>小狼毫 0.16.3</title>
<sparkle:releaseNotesLink>http://rime.github.io/release/weasel/release-notes.html</sparkle:releaseNotesLink>
<pubDate>Fri, 04 Oct 2024 21:08:10 +08:00</pubDate>
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.3/weasel-0.16.3.0-installer.exe"
sparkle:version="0.16.3"
type="application/octet-stream"/>
</item>
</channel>
</rss>
34 changes: 17 additions & 17 deletions update/testing-appcast.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>【小狼毫】輸入法測試頻道</title>
<link>http://rime.github.io/testing/weasel/appcast.xml</link>
<description>小狼毫測試版 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>小狼毫 0.16.2</title>
<sparkle:releaseNotesLink>http://rime.github.io/testing/weasel/release-notes.html</sparkle:releaseNotesLink>
<pubDate>Mon, 30 Sep 2024 11:51:10 +0800</pubDate>
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.2/weasel-0.16.2.0-installer.exe"
sparkle:version="0.16.2"
type="application/octet-stream"/>
</item>
</channel>
</rss>
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle">
<channel>
<title>【小狼毫】輸入法測試頻道</title>
<link>http://rime.github.io/testing/weasel/appcast.xml</link>
<description>小狼毫測試版 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>小狼毫 0.16.3</title>
<sparkle:releaseNotesLink>http://rime.github.io/testing/weasel/release-notes.html</sparkle:releaseNotesLink>
<pubDate>Fri, 04 Oct 2024 21:08:10 +08:00</pubDate>
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.3/weasel-0.16.3.0-installer.exe"
sparkle:version="0.16.3"
type="application/octet-stream"/>
</item>
</channel>
</rss>
Loading

0 comments on commit 3c70aed

Please sign in to comment.