Skip to content

Commit af4d219

Browse files
committed
chore(release): squirrel 1.0.2 🎉
1 parent 2bda075 commit af4d219

File tree

6 files changed

+73
-25
lines changed

6 files changed

+73
-25
lines changed

blog/source/_data/downloads.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ librime:
1717

1818
squirrel:
1919
name: 鼠鬚管
20-
version: '1.0.1'
20+
version: '1.0.2'
2121
repo: https://github.com/rime/squirrel
22-
url: https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg
22+
url: https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg
2323

2424
weasel:
2525
name: 小狼毫

blog/source/download/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RIME/中州韻輸入法引擎,是一個跨平臺的輸入法算法框架。
2525

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

28-
* [鼠鬚管 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)
28+
* [鼠鬚管 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)
2929
適用於 macOS 13.0+
3030

3131
* [鼠鬚管 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)

blog/source/release/squirrel/appcast.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<description>鼠鬚管 Appcast 更新頻道</description>
77
<language>zh</language>
88
<item>
9-
<title>鼠鬚管 1.0.1</title>
9+
<title>鼠鬚管 1.0.2</title>
1010
<sparkle:releaseNotesLink>https://rime.github.io/release/squirrel/</sparkle:releaseNotesLink>
1111
<sparkle:minimumSystemVersion>13.0.0</sparkle:minimumSystemVersion>
12-
<pubDate>Fri, 31 May 2024 13:57:38 -0400</pubDate>
13-
<enclosure url="https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg"
14-
sparkle:version="1.0.1"
15-
sparkle:edSignature="+5+hh4Mqf5wThIykwSSTVGzs0vmqZAxzvjGcqPJ3U1Ve1HB0GOZmHdRJqH6CbTaiaGlHwCok7lOqOzl+tgZ0Cg=="
16-
length="22942964"
12+
<pubDate>Fri, 07 Jun 2024 11:37:29 -0400</pubDate>
13+
<enclosure url="https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg"
14+
sparkle:version="1.0.2"
15+
sparkle:edSignature="E0wppOyf1g3nH9xS4b6rS1gdP9rYVr0bU1D5PtunFgLHlLGXcSaHzwoeKbb71SiZ6DTv3gXrqDleov9XD2CZDg=="
16+
length="22943169"
1717
type="application/octet-stream"/>
1818
</item>
1919
</channel>

blog/source/release/squirrel/index.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
title: 【鼠鬚管】更新日誌
22
comments: false
3-
date: 2024-06-01 06:00:00
3+
date: 2024-06-07 11:41:28
44
---
5+
6+
<a name="1.0.2"></a>
7+
## 1.0.2 (2024-06-07)
8+
9+
#### 其它更新內容
10+
* bug 修復
11+
* 未設定暗色主題時,配色不生效
12+
* 橫排時序號偏高
13+
* 帶 Alt 的快捷鍵不生效
14+
* App 特定設置 inline 不生效
15+
* `good_old_caps_lock` 關閉,且 Caps Lock 啓用時,Shift 無法輸入大寫字母
16+
* Edge 瀏覧器默認行內編輯 (修 #906)
17+
* 日誌置於 $TMPDIR/rime.squirrel 內,以便查找
18+
19+
#### Other Updates
20+
* Bug fixes:
21+
* `color_scheme` doesn't apply in dark mode when `color_scheme_dark` is not set
22+
* Label baseline too high in horizontal orientation
23+
* Shortcut with Alt doesn't work
24+
* inline option in app specific setting doesn't work
25+
* when `good_old_caps_lock` turned to false, and Caps Lock is on, Shift cannot product upper case letter
26+
* Edge defaults to inline mode (fix #906)
27+
* Logs dir is now $TMPDIR/rime.squirrel for clarity
28+
29+
**Full Changelog**: https://github.com/rime/squirrel/compare/1.0.1...1.0.2
30+
531
<a name="1.0.1"></a>
632
## 1.0.1 (2024-06-01)
733

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

2450
<a name="1.0.0"></a>
25-
## 1.0.0 (2024-06-01)
51+
## 1.0.0 (2024-05-30)
2652

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

6591
<a name="0.18"></a>
66-
## 0.18 (2024-05-05)
92+
## 0.18 (2024-05-04)
6793

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

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

151-
152-
153177
<a name="0.16.2"></a>
154178
## 0.16.2 (2023-02-05)
155179

blog/source/testing/squirrel/appcast.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<description>鼠鬚管測試版 Appcast 更新頻道</description>
77
<language>zh</language>
88
<item>
9-
<title>鼠鬚管 1.0.1</title>
9+
<title>鼠鬚管 1.0.2</title>
1010
<sparkle:releaseNotesLink>https://rime.github.io/testing/squirrel/</sparkle:releaseNotesLink>
1111
<sparkle:minimumSystemVersion>13.0.0</sparkle:minimumSystemVersion>
12-
<pubDate>Fri, 31 May 2024 13:57:38 -0400</pubDate>
13-
<enclosure url="https://github.com/rime/squirrel/releases/download/1.0.1/Squirrel-1.0.1.pkg"
14-
sparkle:version="1.0.1"
15-
sparkle:edSignature="+5+hh4Mqf5wThIykwSSTVGzs0vmqZAxzvjGcqPJ3U1Ve1HB0GOZmHdRJqH6CbTaiaGlHwCok7lOqOzl+tgZ0Cg=="
16-
length="22942964"
12+
<pubDate>Fri, 07 Jun 2024 11:37:29 -0400</pubDate>
13+
<enclosure url="https://github.com/rime/squirrel/releases/download/1.0.2/Squirrel-1.0.2.pkg"
14+
sparkle:version="1.0.2"
15+
sparkle:edSignature="E0wppOyf1g3nH9xS4b6rS1gdP9rYVr0bU1D5PtunFgLHlLGXcSaHzwoeKbb71SiZ6DTv3gXrqDleov9XD2CZDg=="
16+
length="22943169"
1717
type="application/octet-stream"/>
1818
</item>
1919
</channel>

blog/source/testing/squirrel/index.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
title: 【鼠鬚管】更新日誌
22
comments: false
3-
date: 2024-06-01 06:00:00
3+
date: 2024-06-07 11:41:28
44
---
5+
6+
<a name="1.0.2"></a>
7+
## 1.0.2 (2024-06-07)
8+
9+
#### 其它更新內容
10+
* bug 修復
11+
* 未設定暗色主題時,配色不生效
12+
* 橫排時序號偏高
13+
* 帶 Alt 的快捷鍵不生效
14+
* App 特定設置 inline 不生效
15+
* `good_old_caps_lock` 關閉,且 Caps Lock 啓用時,Shift 無法輸入大寫字母
16+
* Edge 瀏覧器默認行內編輯 (修 #906)
17+
* 日誌置於 $TMPDIR/rime.squirrel 內,以便查找
18+
19+
#### Other Updates
20+
* Bug fixes:
21+
* `color_scheme` doesn't apply in dark mode when `color_scheme_dark` is not set
22+
* Label baseline too high in horizontal orientation
23+
* Shortcut with Alt doesn't work
24+
* inline option in app specific setting doesn't work
25+
* when `good_old_caps_lock` turned to false, and Caps Lock is on, Shift cannot product upper case letter
26+
* Edge defaults to inline mode (fix #906)
27+
* Logs dir is now $TMPDIR/rime.squirrel for clarity
28+
29+
**Full Changelog**: https://github.com/rime/squirrel/compare/1.0.1...1.0.2
30+
531
<a name="1.0.1"></a>
632
## 1.0.1 (2024-06-01)
733

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

2450
<a name="1.0.0"></a>
25-
## 1.0.0 (2024-06-01)
51+
## 1.0.0 (2024-05-30)
2652

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

6591
<a name="0.18"></a>
66-
## 0.18 (2024-05-05)
92+
## 0.18 (2024-05-04)
6793

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

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

151-
152-
153177
<a name="0.16.2"></a>
154178
## 0.16.2 (2023-02-05)
155179

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy