File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11name : iris
22description : " A lightweight video player"
33publish_to : ' none'
4- version : 1.3.4 +3
4+ version : 1.4.0 +3
55
66environment :
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
You can’t perform that action at this time.
0 commit comments