Skip to content

Commit 3717235

Browse files
committed
chore: bump version to 1.3.8 and update changelog
Update package version and related files to 1.3.8, including package.json, installer config, and changelog. The changelog includes new i18n messages, notifications feature, settings icons, keyboard shortcuts, and updater functionality.
1 parent dc76432 commit 3717235

4 files changed

Lines changed: 22 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.3.8](https://github.com/OXOYO/Flying-Bird-Wallpaper/compare/v1.3.7...v1.3.8) (2026-03-10)
2+
3+
4+
### Features
5+
6+
* **i18n:** add "allDownloadTasksDone" message for multiple locales ([dc6d504](https://github.com/OXOYO/Flying-Bird-Wallpaper/commit/dc6d50414294a10ce0da0796a39f4f92156bc57e))
7+
* **notifications:** add system notifications feature for task events ([8ab71fd](https://github.com/OXOYO/Flying-Bird-Wallpaper/commit/8ab71fd952d1ad9498500a7623483b03f4e935a6))
8+
* **settings:** add icons to form elements and language icon ([007a757](https://github.com/OXOYO/Flying-Bird-Wallpaper/commit/007a7574933d69100243543b378cf1b7d21c3424))
9+
* **shortcuts:** implement global and window-level keyboard shortcuts management ([10a850a](https://github.com/OXOYO/Flying-Bird-Wallpaper/commit/10a850a3eea59789d016835f3ae9eaeb42c958ab))
10+
* **shortcuts:** update keyboard shortcuts and menu accelerators ([dc76432](https://github.com/OXOYO/Flying-Bird-Wallpaper/commit/dc764327d014b5ffdac0e2b7ac3b83415be268d2))
11+
* **updater:** add startup and interval update checks ([3ca3ba9](https://github.com/OXOYO/Flying-Bird-Wallpaper/commit/3ca3ba90bbeaad4ea18437db1ece396fbe908630))
12+
13+
14+
115
## [1.3.7](https://github.com/OXOYO/Flying-Bird-Wallpaper/compare/v1.3.6...v1.3.7) (2026-02-05)
216

317

build/Flying-Bird-Wallpaper.iss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#define MyAppName "飞鸟壁纸"
2-
#define MyAppVersion "1.3.7"
2+
#define MyAppVersion "1.3.8"
33
#define MyAppPublisher "OXOYO"
44
#define MyAppURL "https://github.com/OXOYO/Flying-Bird-Wallpaper"
55
#define MyAppExeName "Flying Bird Wallpaper.exe"
66

77
[Setup]
8-
AppId={{38CA1441-B5F8-4955-8246-F5D46F7AC5D0}
8+
AppId={38CA1441-B5F8-4955-8246-F5D46F7AC5D0}
99
AppName={#MyAppName}
1010
AppVersion={#MyAppVersion}
1111
AppPublisher={#MyAppPublisher}
@@ -44,16 +44,16 @@ function .onInit
4444
StrCmp $0 0x0804 "Chinese"
4545
; 默认使用英语
4646
Goto "English"
47-
47+
4848
Chinese:
4949
; 设置为简体中文
5050
Push "chinesesimplified"
5151
Goto "End"
52-
52+
5353
English:
5454
; 设置为英语
5555
Push "english"
56-
56+
5757
End:
5858
; 设置安装程序语言
5959
Pop $1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flying-bird-wallpaper",
33
"productName": "Flying Bird Wallpaper",
4-
"version": "1.3.7",
4+
"version": "1.3.8",
55
"description": "飞鸟壁纸是一款功能丰富的桌面壁纸软件,支持图片、视频、律动、纯色等多种壁纸类型,让您的桌面焕发独特魅力。",
66
"type": "module",
77
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)