Skip to content

Commit

Permalink
chore(release): squirrel 1.0.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw committed Jun 7, 2024
1 parent 2bda075 commit af4d219
Show file tree
Hide file tree
Showing 6 changed files with 73 additions and 25 deletions.
4 changes: 2 additions & 2 deletions blog/source/_data/downloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ librime:

squirrel:
name: 鼠鬚管
version: '1.0.1'
version: '1.0.2'
repo: https://github.com/rime/squirrel
url: https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg
url: https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg

weasel:
name: 小狼毫
Expand Down
2 changes: 1 addition & 1 deletion blog/source/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RIME/中州韻輸入法引擎,是一個跨平臺的輸入法算法框架。

## 鼠鬚管 <small>Squirrel</small>

* [鼠鬚管 1.0.1](https://github.com/rime/squirrel/releases/latest)[下載](https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg)〕〔[更新日誌](/release/squirrel/)〕〔[歷史版本](https://github.com/rime/squirrel/releases)
* [鼠鬚管 1.0.2](https://github.com/rime/squirrel/releases/latest)[下載](https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg)〕〔[更新日誌](/release/squirrel/)〕〔[歷史版本](https://github.com/rime/squirrel/releases)
適用於 macOS 13.0+

* [鼠鬚管 0.16.2](https://github.com/rime/squirrel/releases/0.16.2)[下載](https://github.com/rime/squirrel/releases/download/0.16.2/Squirrel-0.16.2.zip)
Expand Down
12 changes: 6 additions & 6 deletions blog/source/release/squirrel/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<description>鼠鬚管 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>鼠鬚管 1.0.1</title>
<title>鼠鬚管 1.0.2</title>
<sparkle:releaseNotesLink>https://rime.github.io/release/squirrel/</sparkle:releaseNotesLink>
<sparkle:minimumSystemVersion>13.0.0</sparkle:minimumSystemVersion>
<pubDate>Fri, 31 May 2024 13:57:38 -0400</pubDate>
<enclosure url="https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg"
sparkle:version="1.0.1"
sparkle:edSignature="+5+hh4Mqf5wThIykwSSTVGzs0vmqZAxzvjGcqPJ3U1Ve1HB0GOZmHdRJqH6CbTaiaGlHwCok7lOqOzl+tgZ0Cg=="
length="22942964"
<pubDate>Fri, 07 Jun 2024 11:37:29 -0400</pubDate>
<enclosure url="https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg"
sparkle:version="1.0.2"
sparkle:edSignature="E0wppOyf1g3nH9xS4b6rS1gdP9rYVr0bU1D5PtunFgLHlLGXcSaHzwoeKbb71SiZ6DTv3gXrqDleov9XD2CZDg=="
length="22943169"
type="application/octet-stream"/>
</item>
</channel>
Expand Down
34 changes: 29 additions & 5 deletions blog/source/release/squirrel/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
title: 【鼠鬚管】更新日誌
comments: false
date: 2024-06-01 06:00:00
date: 2024-06-07 11:41:28
---

<a name="1.0.2"></a>
## 1.0.2 (2024-06-07)

#### 其它更新內容
* bug 修復
* 未設定暗色主題時,配色不生效
* 橫排時序號偏高
* 帶 Alt 的快捷鍵不生效
* App 特定設置 inline 不生效
* `good_old_caps_lock` 關閉,且 Caps Lock 啓用時,Shift 無法輸入大寫字母
* Edge 瀏覧器默認行內編輯 (修 #906)
* 日誌置於 $TMPDIR/rime.squirrel 內,以便查找

#### Other Updates
* Bug fixes:
* `color_scheme` doesn't apply in dark mode when `color_scheme_dark` is not set
* Label baseline too high in horizontal orientation
* Shortcut with Alt doesn't work
* inline option in app specific setting doesn't work
* when `good_old_caps_lock` turned to false, and Caps Lock is on, Shift cannot product upper case letter
* Edge defaults to inline mode (fix #906)
* Logs dir is now $TMPDIR/rime.squirrel for clarity

**Full Changelog**: https://github.com/rime/squirrel/compare/1.0.1...1.0.2

<a name="1.0.1"></a>
## 1.0.1 (2024-06-01)

Expand All @@ -22,7 +48,7 @@ date: 2024-06-01 06:00:00
**Full Changelog**: https://github.com/rime/squirrel/compare/1.0.0...1.0.1

<a name="1.0.0"></a>
## 1.0.0 (2024-06-01)
## 1.0.0 (2024-05-30)

#### 主要功能更新
* 純 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧!
Expand Down Expand Up @@ -63,7 +89,7 @@ date: 2024-06-01 06:00:00
**Full Changelog**: https://github.com/rime/squirrel/compare/0.18...1.0.0

<a name="0.18"></a>
## 0.18 (2024-05-05)
## 0.18 (2024-05-04)

#### 主要功能更新
* 現可設定非高亮候選項背景色:
Expand Down Expand Up @@ -148,8 +174,6 @@ date: 2024-06-01 06:00:00

**Full Changelog**: https://github.com/rime/squirrel/compare/0.16.2...0.18



<a name="0.16.2"></a>
## 0.16.2 (2023-02-05)

Expand Down
12 changes: 6 additions & 6 deletions blog/source/testing/squirrel/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<description>鼠鬚管測試版 Appcast 更新頻道</description>
<language>zh</language>
<item>
<title>鼠鬚管 1.0.1</title>
<title>鼠鬚管 1.0.2</title>
<sparkle:releaseNotesLink>https://rime.github.io/testing/squirrel/</sparkle:releaseNotesLink>
<sparkle:minimumSystemVersion>13.0.0</sparkle:minimumSystemVersion>
<pubDate>Fri, 31 May 2024 13:57:38 -0400</pubDate>
<enclosure url="https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg"
sparkle:version="1.0.1"
sparkle:edSignature="+5+hh4Mqf5wThIykwSSTVGzs0vmqZAxzvjGcqPJ3U1Ve1HB0GOZmHdRJqH6CbTaiaGlHwCok7lOqOzl+tgZ0Cg=="
length="22942964"
<pubDate>Fri, 07 Jun 2024 11:37:29 -0400</pubDate>
<enclosure url="https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg"
sparkle:version="1.0.2"
sparkle:edSignature="E0wppOyf1g3nH9xS4b6rS1gdP9rYVr0bU1D5PtunFgLHlLGXcSaHzwoeKbb71SiZ6DTv3gXrqDleov9XD2CZDg=="
length="22943169"
type="application/octet-stream"/>
</item>
</channel>
Expand Down
34 changes: 29 additions & 5 deletions blog/source/testing/squirrel/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@
title: 【鼠鬚管】更新日誌
comments: false
date: 2024-06-01 06:00:00
date: 2024-06-07 11:41:28
---

<a name="1.0.2"></a>
## 1.0.2 (2024-06-07)

#### 其它更新內容
* bug 修復
* 未設定暗色主題時,配色不生效
* 橫排時序號偏高
* 帶 Alt 的快捷鍵不生效
* App 特定設置 inline 不生效
* `good_old_caps_lock` 關閉,且 Caps Lock 啓用時,Shift 無法輸入大寫字母
* Edge 瀏覧器默認行內編輯 (修 #906)
* 日誌置於 $TMPDIR/rime.squirrel 內,以便查找

#### Other Updates
* Bug fixes:
* `color_scheme` doesn't apply in dark mode when `color_scheme_dark` is not set
* Label baseline too high in horizontal orientation
* Shortcut with Alt doesn't work
* inline option in app specific setting doesn't work
* when `good_old_caps_lock` turned to false, and Caps Lock is on, Shift cannot product upper case letter
* Edge defaults to inline mode (fix #906)
* Logs dir is now $TMPDIR/rime.squirrel for clarity

**Full Changelog**: https://github.com/rime/squirrel/compare/1.0.1...1.0.2

<a name="1.0.1"></a>
## 1.0.1 (2024-06-01)

Expand All @@ -22,7 +48,7 @@ date: 2024-06-01 06:00:00
**Full Changelog**: https://github.com/rime/squirrel/compare/1.0.0...1.0.1

<a name="1.0.0"></a>
## 1.0.0 (2024-06-01)
## 1.0.0 (2024-05-30)

#### 主要功能更新
* 純 Swift 重寫,代碼更易維護,更易讀,貢獻代碼的門檻更低。今天就來看看源代碼,嘗試動手吧!
Expand Down Expand Up @@ -63,7 +89,7 @@ date: 2024-06-01 06:00:00
**Full Changelog**: https://github.com/rime/squirrel/compare/0.18...1.0.0

<a name="0.18"></a>
## 0.18 (2024-05-05)
## 0.18 (2024-05-04)

#### 主要功能更新
* 現可設定非高亮候選項背景色:
Expand Down Expand Up @@ -148,8 +174,6 @@ date: 2024-06-01 06:00:00

**Full Changelog**: https://github.com/rime/squirrel/compare/0.16.2...0.18



<a name="0.16.2"></a>
## 0.16.2 (2023-02-05)

Expand Down

0 comments on commit af4d219

Please sign in to comment.