Releases: Gaoyifei1011/GetStoreApp
获取商店应用(Dev) 0.7.2.0
获取商店应用(Dev) 0.7.2.0
该版本是对0.7.0.0的一些内容调整。
This version is a tweak to 0.7.0.0.
新功能
- Win32传统右键菜单(标题栏右键菜单和托盘图标右键菜单 )现在已经添加深色支持。
- 再一次压缩应用包体积,删除了重复的第三方库(H.NotifyIcon.WinUI和Aria2.NET,改为自行实现),新版本安装包体积将近减少了 15%
- 最低版本从Windows 10 1903(18362)降低到Windows 10 1809(17763)
- 移除了Windows App SDK需要的Vclibs框架依赖。
New features
- Win32 traditional right-click menus (title bar right-click menu and tray icon right-click menu) have now added dark color support.
- The application package size was compressed again, and duplicate third-party libraries (H.NotifyIcon.WinUI and Aria2.NET, changed to self-implementation) were removed, and the new version installation package volume was reduced by nearly 15%
- Minimum version reduced from Windows 10 1903 (18362) to Windows 10 1809 (17763)
- Removed Vclibs framework dependencies required by Windows App SDK.
修复的问题
- 修复了系统的通知不能唤醒应用的bug。
Fixed issues
- Fixed the bug that the system's notification could not wake up the app.
积压的工作(计划暂定,未来可能会调整)
- Html解析暂未重构(可能会移除HtmlAgilityPack)。
Backlog (tentative, subject to future adjustments)
- Html parsing has not yet been refactored (HtmlAgilityPack may be removed).
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- 由于应用现在已经通过IL裁剪消除掉大量无用的代码,可能会出现一些未知性异常(目前经过测试还未遇到)。
- Aria2暂未提供Arm64版本的发布,有时间会构建一个支持Windows 11 on ARM64的二进制文件。
- 应用默认为单实例应用(如果应用存在主实例,默认会关闭其他实例),当应用第二次意外启动时,可能会发生内存泄漏问题,然后其他实例应用会意外退出。请注意,这不会影响主实例应用, 但未来确保这种现象发生,请不要多次启动应用(目前暂未定位到这一Bug)。
Problems with this release
- The built-in download function of the app is still in beta and may be unstable. If you make an error while downloading a file, toggle the download option to "Download using browser" in the settings.
- Since the application has now eliminated a lot of useless code through IL pruning, some unknown exceptions may occur (which have not been encountered after testing so far).
- Aria2 does not yet provide the release of Arm64 version, and there will be time to build a binary that supports Windows 11 on ARM64.
- The application defaults to a single-instance application (if the application has a primary instance, the other instances will be closed by default), when the application is launched unexpectedly for the second time, a memory leak may occur, and then the other instance application will quit unexpectedly. Note that this does not affect the main instance app, but to ensure this happens in the future, do not launch the app more than once (Currently this bug has not been located).
注意事项
这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
Notes
This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
获取商店应用(Dev) 0.7.0.0
获取商店应用(Dev) 0.7.0.0
新功能
1.升级UI框架Windows 应用 SDK 版本到1.2.1。添加了IL裁剪支持,大幅度降低安装包的大小。相比之前自包含的版本,安装包体积将近减少了50%。
2.升级.net框架7.0.0,新版本的框架已经是自包含。
3.移除了大量第三方框架和无用的代码。
4.为Windows 10 系统添加了亚克力背景色支持。
5.添加了窗口未处于焦点状态时持续显示背景色的设置选项。
6.现在已经可以通过系统分享链接的方式快速给文本输入框输入链接的支持。
7.由于IL裁剪控制台项目出现一些问题,再一次将控制台程序迁移回.NET Framework 4.8。
8.重新设计了应用内通知的动画和UI。
New features
- Upgrade the UI framework Windows App SDK version to 1.2.1. Added IL trimming support to greatly reduce the size of the installation package. Compared to the previous self-contained version, the size of the installation package has been reduced by nearly 40%.
- Upgrade the .NET Framework 7.0.0, the new version of the framework is already self-contained.
- Removed a lot of third-party frameworks and useless code.
- Added acrylic background color support for Windows 10 system.
- Added setting option to continuously display background color when the window is not in focus.
- Now you can quickly enter links into the text input box by sharing links in the system.
- Due to some problems with the IL trimming console project, migrate the console program back again. NET Framework 4.8。
- Redesigned animation and UI for in-app notifications.
修复的问题
1.修复了Windows 11 系统云母和云母Alt背景色显示效果相同的bug。
2.修复了标题栏右上角按钮在部分情况下颜色显示异常的问题。
3.现在应用内的所有对话框重构为Winui3样式。
4.修复了主页面的滚动条可能会在屏幕内容未填满的情况下出现的bug。
Fixed issues
- Fixed the bug that Windows 11 system mica and mica Alt background color display effect is the same.
- Fixed the issue that the color of the button in the upper right corner of the title bar is displayed abnormally in some cases.
- Now all dialogs within the app are refactored to Winui3 style.
- Fixed a bug where the scrollbar of the main page may appear when the screen content is not full
积压的工作(计划暂定,未来可能会调整)
1.Aria2 jsonRPC接口暂未重构(可能会移除Aria2.NET)。
2.应用托盘图标暂未重构(可能会移除H.NotifyIcon.WinUI)。
3.Html解析暂未重构(可能会移除HtmlAgilityPack)。
Backlog (tentative, subject to future adjustments)
1.The Aria2 jsonRPC interface has not been refactored (Aria2.NET may be removed).
2. The app tray icon has not been refactored (H.NotifyIcon.WinUI may be removed).
3. Html parsing has not yet been refactored (HtmlAgilityPack may be removed).
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- 由于应用现在已经通过IL裁剪消除掉大量无用的代码,可能会出现一些未知性异常(目前经过测试还未遇到)。
- Aria2暂未提供Arm64版本的发布,有时间会构建一个支持Windows 11 on ARM64的二进制文件。
- 使用系统的Toast通知不能唤醒应用,而且可能会导致内存泄漏。当系统的通知弹出时,建议您查看内容并忽略这些通知,未来版本可能会移除系统通知并使用应用内通知重构。(经过调试暂未定位到这些bug的出现。)
Problems with this release
- The built-in download function of the app is still in beta and may be unstable. If you make an error while downloading a file, toggle the download option to "Download using browser" in the settings.
- Since the application has now eliminated a lot of useless code through IL pruning, some unknown exceptions may occur (which have not been encountered after testing so far).
- Aria2 does not yet provide the release of Arm64 version, and there will be time to build a binary that supports Windows 11 on ARM64.
- Using the system's toast notifications does not wake the app and may cause memory leaks. When system notifications pop up, it is recommended that you review the content and ignore them, and system notifications may be removed and refactored with in-app notifications in future releases. (After debugging, the occurrence of these bugs has not been located.)
注意事项
这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
获取商店应用(Dev) 0.6.6.0
获取商店应用(Dev) 0.6.6.0
该版本是对0.6.5.0的一些内容调整。
This version is a tweak to 0.6.5.0.
新功能
1.控制台程序现在已经添加图标
2.控制台程序现在已经从.net framework 4.8迁移到.net 6
New features
- The console program has now added an icon
- Console programs have now migrated from the .NET Framework 4.8 to .NET 6
修复的问题
1.修复了下载完成后应用不能显示通知的问题
2.修复了语言设置列表中简体中文显示重复的问题
Fixed issues
- Fixed the issue that the app could not display notifications after the download was completed
- Fixed the issue that Chinese Simplified in the language settings list showed duplicates
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- 主页面的滚动条可能会在屏幕内容未填满的情况下出现。(暂时未定位到该bug)
- Aria2暂未提供Arm64版本的发布,而且我本人暂无Arm64的设备进行测试,所以暂不支持打包Arm64。
Issues with this release
- 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.
-
- The scroll bar on the home page may appear when the screen is not fully filled. (The bug has not been located yet)
- 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文件即可快速安装。
This version will still provide two files. One is the msixbundle installation package, which can be quickly installed directly using the application installer, and the other compressed package is a complete installation package containing dependent framework libraries, which needs to be unzipped after the download is completed, and the install.ps1 file can be quickly installed by running the install.ps1 file using PowerShell.
由于使用自包含的打包方式导致应用体积过大,且Windows 应用 SDK目前正式版本没有提供IL修剪支持。所以当前版本打包后不再提供应用内框架支持,需要单独安装.Net 框架
文件名称:windowsdesktop-runtime-6.0.10-win-x64.exe
下载地址:https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0
Due to the use of self-contained packaging, the application is too large, and the official version of the Windows App SDK does not provide IL trimming support. Therefore, the current version no longer provides in-app framework support after packaging, and needs to be installed separately. Net Framework
File name: windowsdesktop-runtime-6.0.10-win-x64.exe
Download address: https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0
获取商店应用(Dev) 0.6.5.0
获取商店应用(Dev) 0.6.5.0
新功能
1.应用启动现在可以通过参数启动了(具体参数请打开应用,点击“关于->使用说明->桌面程序参数”中查看)
2.实验性功能 (https://github.com/Gaoyifei1011/GetStoreApp/issues/5)
(1)可以停止应用获取网络状态信息(设备网络状态异常时可以关闭)
(2)可以自定义Aria2.conf配置文件
New features
- The application can now be launched through parameters (for specific parameters, please open the application and click "About-> Instructions - >Desktop Program Parameters" to view)
- Experimental features (#5)
(1) You can stop the app to get network status information (you can close it when the network status of the device is abnormal)
(2) The Aria2.conf configuration file can be customized
修复的问题
1.由于WinRT的文件夹选择框在管理员模式下运行会导致应用异常退出,现在使用IFileDialog为应用的文件夹选择框。(问题来源: https://github.com/microsoft/WindowsAppSDK/issues/2504)
2.修复了部分场景下可能弹出多个内容对话框(ContentDialog)导致应用异常退出的问题
Fixed issues
- Since WinRT's folderpicker running in administrator mode causes the app to exit abnormally, now use IFileDialog to select the box for the app's folder. (Source of the problem: microsoft/WindowsAppSDK#2504)
- Fixed the issue that multiple content dialogs (ContentDialog) may pop up in some scenarios, causing the application to exit abnormally
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- 主页面的滚动条可能会在屏幕内容未填满的情况下出现。(暂时未定位到该bug)
- Aria2暂未提供Arm64版本的发布,而且我本人暂无Arm64的设备进行测试,所以暂不支持打包Arm64。
Issues with this release
- 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.
-
- The scroll bar on the home page may appear when the screen is not fully filled. (The bug has not been located yet)
- 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.
到年底前的两个月内由于要完成学业上的内容,暂不进行功能上的更新,只提供修复和维护更新。
In the two months before the end of the year, due to the completion of academic content, functional updates will not be carried out for the time being, and only repair and maintenance updates will be provided.
接下来预计更新的内容
1.升级应用的UI框架Windows 应用 SDK版本到1.2
2.升级.Net6到.Net7
3.提供IL修剪支持(尽可能缩减应用包的大小 )
What is expected to be updated next
- Upgrade the UI framework of the application Windows App SDK version to 1.2
- Upgrade. Net6 to .Net7
- Provide IL trimming support (Reduce the size of the app package as much as possible)
获取商店应用(Dev) 0.6.0.0
获取商店应用(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
- 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.)
- The check for the access permission of the download file directory is added.
- Updated the UI of the Clean up file selection box, navigation control and download description float box.
- Use MessageDialog instead of MessageBox to indicate that the application is running.
- Added the taskbar progress animation (when getting the download link).
- Added information about the downloaded file.
- A message indicating that the download task is successfully added is added.
- 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.
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- 主页面的滚动条可能会在屏幕内容未填满的情况下出现。(暂时未定位到该bug)
- Aria2暂未提供Arm64版本的发布,而且我本人暂无Arm64的设备进行测试,所以暂不支持打包Arm64。
Issues with this release
- 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.
-
- The scroll bar on the home page may appear when the screen is not fully filled. (The bug has not been located yet)
- 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.
获取商店应用(Dev) 0.5.6.0
获取商店应用(Dev) 0.5.6.0
该版本是对0.5.5.0的一些内容调整。
This version is a tweak to 0.5.5.0.
新功能
1.对UI框架进行了一些调整。
(1)统一了应用每一个页面的样式,并为每一个页面添加了标题栏。
(2)所有页面的滚动条都位于屏幕最右侧。
2.添加了任务栏托盘图标的支持。
3.修复了正在下载模块和未下载模块删除文件失效的问题。
New features
- Made some changes to the UI framework.
(1) Unified application of each page style, and added a title bar for each page.
(2) The scroll bars on all pages are located at the far right of the screen. - Added support for taskbar tray ICONS.
- Fixed the deletion file failure of the module being downloaded and the module not being downloaded.
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- 主页面的滚动条可能会在屏幕内容未填满的情况下出现。(暂时未定位到该bug)
- Aria2暂未提供Arm64版本的发布,而且我本人暂无Arm64的设备进行测试,所以暂不支持打包Arm64。
Issues with this release
- 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.
-
- The scroll bar on the home page may appear when the screen is not fully filled. (The bug has not been located yet)
- 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.
获取商店应用(Dev) 0.5.5.0
获取商店应用(Dev) 0.5.5.0
新功能
1.现在已经支持安装下载完成的微软商店应用。
2.修复了内容对话框的烟雾层背景不能覆盖到标题栏的错误。
3.修复了不能打捆绑包的问题。
4.64位系统下Aria2下载程序架构现在已经升级到64位。
New features
- Installing downloaded Microsoft Store apps is now supported.
- Fixed a bug where the smoke layer background of the content dialog box could not be overridden to the title bar.
- Fixed the issue that you can't hit the bundle.
4.The Aria2 downloader process architecture on 64-bit systems has now been upgraded to 64-bit.
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- Aria2暂未提供Arm64版本的发布,而且我本人暂无Arm64的设备进行测试,所以暂不支持打包Arm64。
Issues with this release
- 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.
- 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.
获取商店应用(Dev) 0.5.1.0
获取商店应用(Dev) 0.5.1.0
新功能
1.现在已经支持应用内置下载,可以不用跳转浏览器尝试下载安装包。
2.UI部分界面进行了调整,应用的背景色和数据显示进行了详细的优化。
3.部分内容添加了更详细的文字提示,让您一目了然。
4.复制内容和下载文件时已经支持使用应用内的通知显示和系统通知显示。
5.更新Windows 应用 SDK版本为1.1.5。
6.之前应用可以支持多窗口化运行,但现在应用只能以单窗口模式下运行。
7.应用安装包现在已经改为捆绑包发布模式,无需区分系统的架构,解压缩后直接使用powershell运行install.ps1即可快速安装。
New features
- Now that the in-app download is supported, you can try to download the installation package without jumping to the browser.
- The UI part of the interface has been adjusted, and the background color and data display of the app have been optimized in detail.
- Added more detailed text hints to some of the content, so that you can see at a glance.
- When copying content and downloading files, the use of in-app notification display and system notification display is already supported.
- Update the Windows App SDK version to 1.1.5.
- Previously, the application could support multi-window operation, but now the application can only run in single window mode.
- The application installation package has now changed to bundle release mode, without distinguishing the architecture of the system, and can be quickly installed by running install.ps1 directly by using powershell after decompression.
修复的问题
1.修复了Aria2程序不能在后台运行的问题
Fixed issue
- Fixed the issue that Aria2 program could not run in the background
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- Aria2暂未提供Arm64版本的发布,而且我本人暂无Arm64的设备进行测试,所以暂不支持打包Arm64。
- 经过测试使用捆绑包打包的应用程序存在不能运行的现象,可能与.net6.0有关,具体细节请查看#2 ,所以当前版本暂不提供捆绑包下载,等待下一.net6.0修复版本、Windows应用SDK大版本更新再尝试打包捆绑包进行测试。
- 由于应用通知最低支持的API版本是10.0.18362.0,故将应用最低版本限制提升为10.0.18362.0(1803),不再支持10.0.17763.0(1709)。
Issues with this release
- 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.
- 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.
- After testing the application packaged with the bundle can not run the phenomenon, may be related to .net6.0, for specific details please see the #2 , so the current version does not provide bundle download, wait for the next .net 6.0 repair version, Windows application SDK version update and then try to package the bundle for testing.
- Since the minimum supported API version for app notification is 10.0.18362.0, the minimum app version limit has been increased to 10.0.18362.0 (1803) and 10.0.17763.0 (1709) is no longer supported.
获取商店应用(Dev) 0.5.0.0
获取商店应用(Dev) 0.5.0.0
新功能
1.现在已经支持应用内置下载,可以不用跳转浏览器尝试下载安装包。
2.UI部分界面进行了调整,应用的背景色和数据显示进行了详细的优化。
3.部分内容添加了更详细的文字提示,让您一目了然。
4.复制内容和下载文件时已经支持使用应用内的通知显示和系统通知显示。
5.更新Windows 应用 SDK版本为1.1.5。
6.之前应用可以支持多窗口化运行,但现在应用只能以单窗口模式下运行。
7.应用安装包现在已经改为捆绑包发布模式,无需区分系统的架构,解压缩后直接使用powershell运行install.ps1即可快速安装。
New features
- Now that the in-app download is supported, you can try to download the installation package without jumping to the browser.
- The UI part of the interface has been adjusted, and the background color and data display of the app have been optimized in detail.
- Added more detailed text hints to some of the content, so that you can see at a glance.
- When copying content and downloading files, the use of in-app notification display and system notification display is already supported.
- Update the Windows App SDK version to 1.1.5.
- Previously, the application could support multi-window operation, but now the application can only run in single window mode.
- The application installation package has now changed to bundle release mode, without distinguishing the architecture of the system, and can be quickly installed by running install.ps1 directly by using powershell after decompression.
该版本存在的问题
- 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
- Aria2暂未提供Arm64版本的发布,而且我本人暂无Arm64的设备进行测试,所以暂不支持打包Arm64。
- 经过测试使用捆绑包打包的应用程序出现了无法打开的现象,建议您不要安装该版本应用。(紧急修复中...)
如果应用已经升级,请降级到0.3.3.0,预计下周五之前修复这些问题。下一次发布的修复包版本是0.5.1.0。 - 由于应用通知最低支持的API版本是10.0.18362.0,故将应用最低版本限制提升为10.0.18362.0(1803),不再支持10.0.17763.0(1709)。
Issues with this release
- 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.
- 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.
- Apps packaged with test bundles that have been tested won't open, and we recommend that you don't install that version of the app. (Emergency repair in progress...)
If the app has already been upgraded, downgrade to 0.3.3.0 and expect to fix these issues by next Friday. The next release of the fix pack version is 0.5.1.0. - Since the minimum supported API version for app notification is 10.0.18362.0, the minimum app version limit has been increased to 10.0.18362.0 (1803) and 10.0.17763.0 (1709) is no longer supported.
获取商店应用(Dev) 0.3.3.0
获取商店应用(Dev) 0.3.3.0
该版本是对0.3.0.0的一些内容调整。
This version is a tweak to 0.3.0.0.
新功能
1.现在可以对应用的主题进行调整了。
2.对UI的部分内容进行了微调。
New features
- Now you can adjust the theme of your application.
- Parts of the UI have been fine-tuned.
该版本存在的问题
- 获取商店应用APP获取到的离线文件下载链接目前不能在应用内下载(该功能暂不支持),您可以点击文件名通过浏览器下载。
- 项目是基于Windows App SDK的单打包项目,该种方式打包暂不支持创建捆绑包。已经单独创建了32位系统和64位系统的安装包,解压缩后运行install.ps1即可快速安装。(我本人没有ARM64的机器,不能对其进行测试,暂不打包ARM64)
Issues with this release
- The offline file download link obtained by the GetStoreApp app is currently not available for download in the app (this feature is not supported at the moment), you can click the file name to download it through the browser.
- The project is a single-package project based on the Windows App SDK, which does not support the creation of bundles. The installation packages for 32-bit and 64-bit systems have been created separately, and after unzipping, run install.ps1 for quick installation. (I don't have an ARM64 machine myself, I can't test it, I don't pack an ARM64 yet)
下载功能正在加速开发中(使用Aira2下载)
Download functionality is under accelerated development (download using Aira2)
由于0.3.2.0版本内部结构存在一些问题,暂时对0.3.2.0版本进行撤包,并更新为0.3.3.0版本。请立即更新到新版本。
Due to some problems in the internal structure of version 0.3.2.0, we temporarily unpack version 0.3.2.0 and update it to version 0.3.3.0. Please update to a new version immediately.
之前发布的0.3.3.0版本内部存在一些问题,如有部分用户已经安装。建议您卸载APP后重新安装
There are some issues within the previous release of version 0.3.3.0, such as some users have already installed it. It is recommended that you uninstall the APP and reinstall it