Skip to content

Commit

Permalink
Weasel 0.9.30 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Mar 30, 2014
1 parent aa246d7 commit ee3494c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@

RIME 主頁: http://code.google.com/p/rimeime/

小狼毫 0.9.30 <2014-04-01>
---
Rime 算法庫變更集

* 新增:中西文切換方式 `clear`,切換時清除未完成的輸入
* 改進:長按 Shift(或 Control)鍵不觸發中西文切換
* 改進:並擊輸入,若按回車鍵則上屏按鍵對應的字符
* 改進:支持對用戶設定中的列表元素打補靪,例如 `switcher/@0/reset: 1`
* 改進:缺少詞典源文件 `*.dict.yaml` 時利用固態詞典 `*.table.bin` 完成部署
* 修復:自動組詞的詞典部署時未檢查【八股文】的變更,導致索引失效、候選字缺失
* 修復:`comment_format` 會對候選註釋重複使用多次的BUG

【東風破】變更集

* 新增:快捷鍵 `Control+.` 切換中西文標點
* 更新:【八股文】【朙月拼音】【地球拼音】【五筆畫】
* 改進:【朙月拼音·語句流】`/0` ~ `/10` 輸入數字符號

小狼毫 0.9.29.1 <2013-12-22>
---
【小狼毫】變更集
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.9.29.1"
#define WEASEL_VERSION_NUM 0,9,29,1
#define WEASEL_VERSION_STR "0.9.30"
#define WEASEL_VERSION_NUM 0,9,30,0

#define WEASEL_CODE_NAME "Weasel"
#define WEASEL_VERSION WEASEL_VERSION_STR
4 changes: 2 additions & 2 deletions output/install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
!include LogicLib.nsh
!include x64.nsh

!define WEASEL_VERSION 0.9.29
!define WEASEL_BUILD ${WEASEL_VERSION}.1
!define WEASEL_VERSION 0.9.30
!define WEASEL_BUILD ${WEASEL_VERSION}.0

!define WEASEL_ROOT $INSTDIR\weasel-${WEASEL_VERSION}

Expand Down
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.9.29.1</title>
<title>小狼毫 0.9.30</title>
<sparkle:releaseNotesLink>http://rimeime.github.io/weasel-update/</sparkle:releaseNotesLink>
<pubDate>Sun, 22 Dec 2013 19:00:00 +0800</pubDate>
<enclosure url="http://dl.bintray.com/lotem/rime/weasel-0.9.29.1-installer.exe?direct"
sparkle:version="0.9.29.0"
<pubDate>Sun, 1 Apr 2014 00:00:00 +0800</pubDate>
<enclosure url="http://dl.bintray.com/lotem/rime/weasel-0.9.30-installer.exe?direct"
sparkle:version="0.9.30"
type="application/octet-stream"/>
</item>
</channel>
Expand Down
8 changes: 4 additions & 4 deletions update/pioneer-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.9.29.1</title>
<title>小狼毫 0.9.30</title>
<sparkle:releaseNotesLink>http://rimeime.github.io/weasel-update/pioneer/</sparkle:releaseNotesLink>
<pubDate>Sun, 22 Dec 2013 19:00:00 +0800</pubDate>
<enclosure url="http://dl.bintray.com/lotem/rime/weasel-0.9.29.1-installer.exe?direct"
sparkle:version="0.9.29.1"
<pubDate>Sun, 1 Apr 2014 00:00:00 +0800</pubDate>
<enclosure url="http://dl.bintray.com/lotem/rime/weasel-0.9.30-installer.exe?direct"
sparkle:version="0.9.30"
type="application/octet-stream"/>
</item>
</channel>
Expand Down

0 comments on commit ee3494c

Please sign in to comment.