Skip to content

Commit 876adeb

Browse files
committed
chore(release): 1.1.2 🎉
1 parent 714325e commit 876adeb

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="1.1.2"></a>
2+
## 1.1.2 (2026-01-13)
3+
4+
### 構建 | Build
5+
- use macos-latest image runner (550b355)
6+
- upgrade action with node 24 (2cc3d17)
7+
8+
### 雜項 | Miscellaneous
9+
- update Icon that can adapt with system color scheme (714325e)
10+
- remove unused arg in bump_version (32db10d)
11+
12+
**Full Changelog**: https://github.com/rime/squirrel/compare/1.1.1...1.1.2
13+
114
<a name="1.1.1"></a>
215
## 1.1.1 (2026-01-11)
316

Squirrel.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements;
607607
COMBINE_HIDPI_IMAGES = YES;
608608
COPY_PHASE_STRIP = NO;
609-
CURRENT_PROJECT_VERSION = 1.1.1;
609+
CURRENT_PROJECT_VERSION = 1.1.2;
610610
DEAD_CODE_STRIPPING = YES;
611611
FRAMEWORK_SEARCH_PATHS = (
612612
"$(inherited)",
@@ -662,7 +662,7 @@
662662
CLANG_ENABLE_OBJC_ARC = YES;
663663
CODE_SIGN_ENTITLEMENTS = resources/Squirrel.entitlements;
664664
COMBINE_HIDPI_IMAGES = YES;
665-
CURRENT_PROJECT_VERSION = 1.1.1;
665+
CURRENT_PROJECT_VERSION = 1.1.2;
666666
DEAD_CODE_STRIPPING = YES;
667667
FRAMEWORK_SEARCH_PATHS = (
668668
"$(inherited)",

0 commit comments

Comments
 (0)