Skip to content

Commit 09f32c2

Browse files
committed
update changelog and icon
1 parent b66d2d0 commit 09f32c2

6 files changed

Lines changed: 27 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.4.0
2+
3+
### Changelog
4+
5+
* Supports FTP storage
6+
* Supports adding local folders to the storage list
7+
* Storage list support remote disk and network shortcuts on Windows
8+
* Add Windows installer
9+
10+
### 更新日志
11+
12+
* 支持 FTP 存储
13+
* 支持添加本地文件夹到存储列表
14+
* Windows 版本存储列表支持远程磁盘和网络快捷方式
15+
* 添加 Windows 版本安装器
16+
17+
118
## v1.3.4
219

320
### Changelog

assets/images/icon.png

-4.52 KB
Loading

assets/images/icon.svg

Lines changed: 7 additions & 7 deletions
Loading

inno.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "IRIS"
5-
#define MyAppVersion "1.3.4"
5+
#define MyAppVersion "1.4.0"
66
#define MyAppPublisher "nini22P"
77
#define MyAppURL "https://github.com/nini22P/iris"
88
#define MyAppExeName "iris.exe"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: iris
22
description: "A lightweight video player"
33
publish_to: 'none'
4-
version: 1.3.4+3
4+
version: 1.4.0+3
55

66
environment:
77
sdk: ^3.5.4
@@ -82,7 +82,7 @@ msix_config:
8282
identity_name: 22P.IRISplayer
8383
publisher_display_name: 22P
8484
publisher: CN=9740B6B2-E777-4F52-8ECD-C4A577A73010
85-
msix_version: 1.3.4.0
85+
msix_version: 1.4.0.0
8686
logo_path: assets/images/icon.png
8787
trimLogo: false
8888
languages: en-us, zh-cn
-4.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)