File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.4.1
2
+
3
+ ### Changelog
4
+
5
+ * Dynamic FTP streaming url
6
+
7
+ ### 更新日志
8
+
9
+ * FTP 串流使用动态 url
10
+
1
11
## v1.4.0
2
12
3
13
### Changelog
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " IRIS"
5
- #define MyAppVersion " 1.4.0 "
5
+ #define MyAppVersion " 1.4.1 "
6
6
#define MyAppPublisher " nini22P"
7
7
#define MyAppURL " https://github.com/nini22P/iris"
8
8
#define MyAppExeName " iris.exe"
Original file line number Diff line number Diff line change 1
1
name : iris
2
2
description : " A lightweight video player"
3
3
publish_to : ' none'
4
- version : 1.4.0 +3
4
+ version : 1.4.1 +3
5
5
6
6
environment :
7
7
sdk : ^3.5.4
@@ -82,7 +82,7 @@ msix_config:
82
82
identity_name : 22P.IRISplayer
83
83
publisher_display_name : 22P
84
84
publisher : CN=9740B6B2-E777-4F52-8ECD-C4A577A73010
85
- msix_version : 1.4.0 .0
85
+ msix_version : 1.4.1 .0
86
86
logo_path : assets/images/icon.png
87
87
trimLogo : false
88
88
languages : en-us, zh-cn
You can’t perform that action at this time.
0 commit comments