Skip to content

Commit

Permalink
chore(release): 0.16.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Jun 6, 2024
1 parent 95a4192 commit 279da57
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 9 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
<a name="0.16.1"></a>
## [0.16.1](https://github.com/rime/weasel/compare/0.16.0...0.16.1) (2024-06-06)


#### 安裝須知

**⚠️如您由0.16.0之前的版本升級,由於參數變化,安裝小狼毫前請保存好文件資料,於安裝後重啓或註銷 Windows,否則正在使用小狼毫的應用可能會崩潰。**

**⚠如您由0.16.0之前的版本升級,請確認您的 `installation.yaml` 文件編碼爲 `UTF-8`, 否則如您在其中修改了非 ASCII 字符內容的路徑時,有可能會引起未明錯誤。**

#### 主要更新
*`WeaselServer.exe`使能Windows Error Reporting, 提供對應的`WeaselServer.pdb``rime.pdb`文件, 在`WeaselServer.exe`崩潰時可以生成dmp報告文件在日誌文件夾中
* 提供`WeaselServer.exe`守護,在服務崩潰後6個按鍵事件(三次擊鍵Down&Up)後拉起服務
* 新增英文界面語言
* 更新7z和curl到最新版本,修復一些因爲7z的bug引起的問題
* 優化預覽圖PNG文件大小
* 新增語言欄菜單,打開日誌文件夾,調整日誌文件夾路徑爲`%TEMP%\rime.weasel`,方便查閱管理
* 異步處理消息,避免服務崩潰時長時間未響應引起客戶端程序崩潰
* 不在服務中部署方案,避免在守護拉起服務進入長耗時部署引起的僵死問題

#### Bug 修復

* 修復自動折行未正確處理標點符號(標點在折行後最前)的問題
* 修復`vim-mode`下的typo引起的`<C-C>`無法生效問題
* 修復部署消息未更新問題
* 修復卸載小狼毫時意外安裝語言包問題
* 修復`semi_hilite`下的UI未正確響應問題, `semi_hilite`顏色調整爲高亮色的半透明度狀態,改善體驗
* 減少不必要的服務端UI更新,提高性能減少服務崩潰機率
* 修復在非`DPI=96`的副屏上響應慢的問題
* 修復在高分屏上layout參數未dpi aware問題
* 修復Windows 11下Chrome等瀏覽器中非激活光標狀態下的按鍵響應異常問題
* 修復64位系統下默認安裝路徑不準確的問題



<a name="0.16.0"></a>
## [0.16.0](https://github.com/rime/weasel/compare/0.15.0...0.16.0) (2024-05-14)

Expand Down
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=0
if not defined VERSION_PATCH set VERSION_PATCH=1

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
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.16.0</title>
<title>小狼毫 0.16.1</title>
<sparkle:releaseNotesLink>http://rime.github.io/release/weasel/release-notes.html</sparkle:releaseNotesLink>
<pubDate>Tue, 14 May 2024 23:00:00 +0800</pubDate>
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.0/weasel-0.16.0.0-installer.exe"
sparkle:version="0.16.0"
<pubDate>Thu, 06 Jun 2024 19:29:28 +0800</pubDate>
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.1/weasel-0.16.1.0-installer.exe"
sparkle:version="0.16.1"
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.16.0</title>
<title>小狼毫 0.16.1</title>
<sparkle:releaseNotesLink>http://rime.github.io/testing/weasel/release-notes.html</sparkle:releaseNotesLink>
<pubDate>Tue, 14 May 2024 23:00:00 +0800</pubDate>
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.0/weasel-0.16.0.0-installer.exe"
sparkle:version="0.16.0"
<pubDate>Thu, 06 Jun 2024 19:29:28 +0800</pubDate>
<enclosure url="https://github.com/rime/weasel/releases/download/0.16.1/weasel-0.16.1.0-installer.exe"
sparkle:version="0.16.1"
type="application/octet-stream"/>
</item>
</channel>
Expand Down

0 comments on commit 279da57

Please sign in to comment.