Skip to content

获取商店应用(Dev) 0.6.0.0

Compare
Choose a tag to compare
@Gaoyifei1011 Gaoyifei1011 released this 17 Oct 08:28

获取商店应用(Dev) 0.6.0.0

新功能
1.添加了对网页版下载应用的功能支持。(该页面使用WebView2控件,如果您的系统未安装,请使用浏览器打开。)
2.添加了下载文件目录访问权限的检测。
3.更新了清理文件选择框,导航控件和下载说明浮动框的的UI。
4.使用MessageDialog而不是MessageBox提示应用已经正在运行。
5.添加了任务栏进度显示动画(在获取下载链接时)。
6.添加了查看下载完成后的文件信息显示。
7.添加了下载任务添加成功后的文字提示。
8.为Aria2下载进程添加了防火墙规则。 (感谢 @https://github.com/AndromedaMelody
9.应用内的所有字体图标全部升级为Segoe Fluent Icons和Settings Fluent Icons.

New features

  1. Added support for downloading applications from the web version. (This page uses the WebView2 control, if your system does not have it installed, please use the browser to open.)
  2. The check for the access permission of the download file directory is added.
  3. Updated the UI of the Clean up file selection box, navigation control and download description float box.
  4. Use MessageDialog instead of MessageBox to indicate that the application is running.
  5. Added the taskbar progress animation (when getting the download link).
  6. Added information about the downloaded file.
  7. A message indicating that the download task is successfully added is added.
  8. Added firewall rules for Aria2 download process. (Thanks @https://github.com/AndromedaMelody)
    9.All font icons in the app are upgraded to Segoe Fluent Icons and Settings Fluent Icons.

该版本存在的问题

  1. 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
  2. 主页面的滚动条可能会在屏幕内容未填满的情况下出现。(暂时未定位到该bug)
  3. Aria2暂未提供Arm64版本的发布,而且我本人暂无Arm64的设备进行测试,所以暂不支持打包Arm64。

Issues with this release

  1. The built-in download function of the app is still in the testing stage and may be unstable. If you get an error while downloading a file, switch the download option to "Download using a browser" in the settings.
    1. The scroll bar on the home page may appear when the screen is not fully filled. (The bug has not been located yet)
  2. Aria2 does not provide the release of the Arm64 version, and I do not have an Arm64 device to test, so I do not support packaging Arm64 at this time.

根据反馈信息了解到安装包文件偏大的现象,从这个版本开始,将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。

Based on the feedback, we know that the installation package files are too large. Starting with this version, two files will be provided. One is the msixbundle installation package, which can be quickly installed directly using the application installer. The other is the complete installation package containing the dependent framework library, which needs to be decompressed after downloading and can be quickly installed by running the install.ps1 file using powershell.

在Windows App SDK 1.2发布之后可能会提供IL修剪支持,到时候可能会进一步缩小应用安装包的大小。

IL trimming support may be available after the release of Windows App SDK 1.2, at which time the size of the application installation package may be further reduced.