File tree Expand file tree Collapse file tree 4 files changed +44
-9
lines changed Expand file tree Collapse file tree 4 files changed +44
-9
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 0.16.1 " ></a >
2+ ## [ 0.16.1] ( https://github.com/rime/weasel/compare/0.16.0...0.16.1 ) (2024-06-06)
3+
4+
5+ #### 安裝須知
6+
7+ ** ⚠️如您由0.16.0之前的版本升級,由於參數變化,安裝小狼毫前請保存好文件資料,於安裝後重啓或註銷 Windows,否則正在使用小狼毫的應用可能會崩潰。**
8+
9+ ** ⚠如您由0.16.0之前的版本升級,請確認您的 ` installation.yaml ` 文件編碼爲 ` UTF-8 ` , 否則如您在其中修改了非 ASCII 字符內容的路徑時,有可能會引起未明錯誤。**
10+
11+ #### 主要更新
12+ * 爲` WeaselServer.exe ` 使能Windows Error Reporting, 提供對應的` WeaselServer.pdb ` 和` rime.pdb ` 文件, 在` WeaselServer.exe ` 崩潰時可以生成dmp報告文件在日誌文件夾中
13+ * 提供` WeaselServer.exe ` 守護,在服務崩潰後6個按鍵事件(三次擊鍵Down&Up)後拉起服務
14+ * 新增英文界面語言
15+ * 更新7z和curl到最新版本,修復一些因爲7z的bug引起的問題
16+ * 優化預覽圖PNG文件大小
17+ * 新增語言欄菜單,打開日誌文件夾,調整日誌文件夾路徑爲` %TEMP%\rime.weasel ` ,方便查閱管理
18+ * 異步處理消息,避免服務崩潰時長時間未響應引起客戶端程序崩潰
19+ * 不在服務中部署方案,避免在守護拉起服務進入長耗時部署引起的僵死問題
20+
21+ #### Bug 修復
22+
23+ * 修復自動折行未正確處理標點符號(標點在折行後最前)的問題
24+ * 修復` vim-mode ` 下的typo引起的` <C-C> ` 無法生效問題
25+ * 修復部署消息未更新問題
26+ * 修復卸載小狼毫時意外安裝語言包問題
27+ * 修復` semi_hilite ` 下的UI未正確響應問題, ` semi_hilite ` 顏色調整爲高亮色的半透明度狀態,改善體驗
28+ * 減少不必要的服務端UI更新,提高性能減少服務崩潰機率
29+ * 修復在非` DPI=96 ` 的副屏上響應慢的問題
30+ * 修復在高分屏上layout參數未dpi aware問題
31+ * 修復Windows 11下Chrome等瀏覽器中非激活光標狀態下的按鍵響應異常問題
32+ * 修復64位系統下默認安裝路徑不準確的問題
33+
34+
35+
136<a name =" 0.16.0 " ></a >
237## [ 0.16.0] ( https://github.com/rime/weasel/compare/0.15.0...0.16.0 ) (2024-05-14)
338
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if not defined WEASEL_ROOT set WEASEL_ROOT=%CD%
1010
1111if not defined VERSION_MAJOR set VERSION_MAJOR = 0
1212if not defined VERSION_MINOR set VERSION_MINOR = 16
13- if not defined VERSION_PATCH set VERSION_PATCH = 0
13+ if not defined VERSION_PATCH set VERSION_PATCH = 1
1414
1515if not defined WEASEL_VERSION set WEASEL_VERSION = %VERSION_MAJOR% .%VERSION_MINOR% .%VERSION_PATCH%
1616if not defined WEASEL_BUILD set WEASEL_BUILD = 0
Original file line number Diff line number Diff line change 66 <description >小狼毫 Appcast 更新頻道</description >
77 <language >zh</language >
88 <item >
9- <title >小狼毫 0.16.0 </title >
9+ <title >小狼毫 0.16.1 </title >
1010 <sparkle : releaseNotesLink >http://rime.github.io/release/weasel/release-notes.html</sparkle : releaseNotesLink >
11- <pubDate >Tue, 14 May 2024 23:00:00 +0800</pubDate >
12- <enclosure url =" https://github.com/rime/weasel/releases/download/0.16.0 /weasel-0.16.0 .0-installer.exe"
13- sparkle : version =" 0.16.0 "
11+ <pubDate >Thu, 06 Jun 2024 19:29:28 +0800</pubDate >
12+ <enclosure url =" https://github.com/rime/weasel/releases/download/0.16.1 /weasel-0.16.1 .0-installer.exe"
13+ sparkle : version =" 0.16.1 "
1414 type =" application/octet-stream" />
1515 </item >
1616 </channel >
Original file line number Diff line number Diff line change 66 <description >小狼毫測試版 Appcast 更新頻道</description >
77 <language >zh</language >
88 <item >
9- <title >小狼毫 0.16.0 </title >
9+ <title >小狼毫 0.16.1 </title >
1010 <sparkle : releaseNotesLink >http://rime.github.io/testing/weasel/release-notes.html</sparkle : releaseNotesLink >
11- <pubDate >Tue, 14 May 2024 23:00:00 +0800</pubDate >
12- <enclosure url =" https://github.com/rime/weasel/releases/download/0.16.0 /weasel-0.16.0 .0-installer.exe"
13- sparkle : version =" 0.16.0 "
11+ <pubDate >Thu, 06 Jun 2024 19:29:28 +0800</pubDate >
12+ <enclosure url =" https://github.com/rime/weasel/releases/download/0.16.1 /weasel-0.16.1 .0-installer.exe"
13+ sparkle : version =" 0.16.1 "
1414 type =" application/octet-stream" />
1515 </item >
1616 </channel >
You can’t perform that action at this time.
0 commit comments