Skip to content

Commit

Permalink
chore(release): 0.14.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jun 22, 2019
1 parent 24a1f06 commit ba81ba6
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.14.3"></a>
## 0.14.3 (2019-06-22)


#### 主要更新

* 升級核心算法庫 [librime 1.5.3](https://github.com/rime/librime/blob/master/CHANGELOG.md#153-2019-06-22)
* 修復 `single_char_filter` 組件
* 完善上游項目 `librime` 的全自動發佈流程,免去手工上傳構建結果的步驟



<a name="0.14.2"></a>
## 0.14.2 (2019-06-17)

Expand Down
Binary file modified WeaselServer/WeaselServer.rc
Binary file not shown.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_script:
- .\build.bat data hant installer

artifacts:
- path: output\archives\weasel-0.14.2.*-installer.exe
- path: output\archives\weasel-0.14.3.*-installer.exe
name: Weasel

deploy:
Expand All @@ -37,7 +37,7 @@ deploy:
subject: rime
repo: weasel
package: release
version: 0.14.2
version: 0.14.3
publish: false
override: false
explode: false
Expand All @@ -49,7 +49,7 @@ deploy:
subject: rime
repo: weasel
package: testing
version: 0.14.2.$(APPVEYOR_BUILD_NUMBER)
version: 0.14.3.$(APPVEYOR_BUILD_NUMBER)
publish: true
override: false
explode: false
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setlocal

set WEASEL_VERSION=0.14.2
set WEASEL_VERSION=0.14.3
if not defined WEASEL_BUILD set WEASEL_BUILD=0
if not defined WEASEL_ROOT set WEASEL_ROOT=%CD%

Expand Down
4 changes: 2 additions & 2 deletions include/WeaselVersion.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#define WEASEL_VERSION_STR "0.14.2"
#define WEASEL_VERSION_NUM 0,14,2,0
#define WEASEL_VERSION_STR "0.14.3"
#define WEASEL_VERSION_NUM 0,14,3,0

#define WEASEL_CODE_NAME "Weasel"
#define WEASEL_VERSION WEASEL_VERSION_STR
8 changes: 4 additions & 4 deletions update/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<description>小狼毫 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>小狼毫 0.14.2</title>
<title>小狼毫 0.14.3</title>
<sparkle:releaseNotesLink>http://rime.github.io/release/weasel/release-notes.html</sparkle:releaseNotesLink>
<pubDate>Mon, 17 Jun 2019 23:51:53 +0800</pubDate>
<enclosure url="https://dl.bintray.com/rime/weasel/weasel-0.14.2.0-installer.exe"
sparkle:version="0.14.2"
<pubDate>Sat, 22 Jun 2019 22:54:50 +0800</pubDate>
<enclosure url="https://dl.bintray.com/rime/weasel/weasel-0.14.3.0-installer.exe"
sparkle:version="0.14.3"
type="application/octet-stream"/>
</item>
</channel>
Expand Down
8 changes: 4 additions & 4 deletions update/testing-appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<description>小狼毫測試版 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>小狼毫 0.14.2</title>
<title>小狼毫 0.14.3</title>
<sparkle:releaseNotesLink>http://rime.github.io/testing/weasel/release-notes.html</sparkle:releaseNotesLink>
<pubDate>Mon, 17 Jun 2019 23:51:53 +0800</pubDate>
<enclosure url="https://dl.bintray.com/rime/weasel/weasel-0.14.2.0-installer.exe"
sparkle:version="0.14.2"
<pubDate>Sat, 22 Jun 2019 22:54:50 +0800</pubDate>
<enclosure url="https://dl.bintray.com/rime/weasel/weasel-0.14.3.0-installer.exe"
sparkle:version="0.14.3"
type="application/octet-stream"/>
</item>
</channel>
Expand Down

0 comments on commit ba81ba6

Please sign in to comment.