Skip to content

Releases: Gaoyifei1011/GetStoreApp

获取商店应用 1.6.501.0 2023年劳动节版本

01 May 05:02
Compare
Choose a tag to compare

获取商店应用 1.6.501.0

更新内容

1.使用Winui3重新实现了任务栏托盘右键菜单。
2.由于Windows 应用 SDK 1.3版本SystemBackdrop API存在一些问题,暂时禁用了窗口失去焦点时继续使用背景色的功能。
3.使用的Windows API函数全部改成了.NET 7 引入了 P/Invoke 的源生成器。
4.去除了导航控件内容窗格默认的背景,界面样式遵循设置应用风格。

Update contents

  1. Reimplemented the taskbar tray right-click menu with Winui3.
  2. Due to some issues with the Windows App SDK version 1.3 SystemBackdrop API, the ability to continue to use the background color when the window loses focus is temporarily disabled.
  3. The Windows API functions used were all changed to .NET 7 introduced the source generator of P/Invoke.
  4. The default background of the navigation control content pane has been removed, and the interface style follows the setting application style.

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。

Notes
1.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.

获取商店应用 1.5.414.0

14 Apr 02:48
Compare
Choose a tag to compare

获取商店应用 1.5.414.0

更新内容

1.更新Windows 应用 SDK版本1.3.230331000(1.3.0.0)
2.更新Mile.Xaml版本2.0.573.0-preview
3.使用最新的Mile.Aria2,取代之前官方仓库的Aria2
4.升级Windows应用SDK版本1.2.5和Mile.Xaml2.0版本
5.应用关于界面中添加了应用依赖框架的信息

Update contents

  1. Update Windows SDK version 1.3.230331000(1.3.0.0)
  2. Update Mile.Xaml version 2.0.573.0-preview
  3. Use the latest Mile.Aria2 to replace the Aria2 of the previous official warehouse
  4. Upgrade the Windows SDK version 1.2.5 and Mile.Xaml2.0
  5. The information about the application dependent framework is added to the interface

该版本可能存在的问题

1.Arm64平台目前仅编译通过, 但未在实体机上测试,所以可能会出现一些意料之外的情况。
2.Windows 应用 SDK 1.3.230331000(1.3.0.0)新添加的SystemBackdrop API,用来设置应用的背景色,该API目前可能还不太稳定,如果遇到问题,建议您关闭应用背景色或退回1.4.320.0版本

Possible issues with this release
1.The Arm64 platform is currently only compiled, but not tested on a physical machine, so some unexpected situations may occur.
2. The SystemBackdrop API added to Windows SDK 1.3.230331000(1.3.0.0) is used to set the app system backdrop. Against this backdrop API, you are advised to disable the background color or return to 1.4.320.0


注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.应用的数据存储方式发生了变化,从之前的Sqlite数据库存储修改为XML文件存储。从该版本起,应用的数据存储信息现在可以通过记事本进行访问(未加密),但请注意,请勿修改数据存储的所有信息,这样做会造成应用启动异常。如果因为数据存储文件被意外修改后造成应用不能正常启动,请删除数据存储文件后再尝试启动。

Notes
1.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.
2. The data storage mode of the application has changed, from the previous Sqlite database storage to XML file storage. Starting with this release, your app's data store information can now be accessed through Notepad (unencrypted), but be careful not to modify all information in the data store, as doing so will cause the app to launch abnormally. If the application cannot start normally because the data store file is accidentally modified, delete the data store file and try to start it again.

获取商店应用 1.4.320.0

20 Mar 14:17
Compare
Choose a tag to compare

获取商店应用 1.4.320.0

更新内容

1.更新了托盘图标的右键菜单外观,并统一了任务栏右键菜单的宽度,与系统的任务栏右键菜单的高度一致
2.应用体积再次缩小了30%,并同时移除了所有不需要的依赖
3.升级Windows应用SDK版本1.2.5和Mile.Xaml2.0版本
4.更新了应用的程序集信息、版权信息等
5.修复了应用内部可能存在的一些异常

Update contents

  1. Updated the right-click menu appearance of the tray icon, and unified the width of the taskbar right-click menu, which is consistent with the height of the system's taskbar right-click menu
  2. The application size has been reduced by 30% again and all unwanted dependencies have been removed at the same time
  3. Upgrade Windows Application SDK version 1.2.5 and Mile.Xaml version 2.0
  4. Updated the app's assembly information, copyright information, etc
  5. Fixed some exceptions that may exist inside the app

该版本可能存在的问题

1.Arm64平台目前仅编译通过, 但未在实体机上测试,所以可能会出现一些意料之外的情况。

Possible issues with this release
1.The Arm64 platform is currently only compiled, but not tested on a physical machine, so some unexpected situations may occur.


注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.应用的数据存储方式发生了变化,从之前的Sqlite数据库存储修改为Xml文件存储。从该版本起,应用的数据存储信息现在可以通过记事本进行访问(未加密),但请注意,请勿修改数据存储的所有信息,这样做会造成应用启动异常。如果因为数据存储文件被意外修改后造成应用不能正常启动,请删除数据存储文件后再尝试启动。

Notes
1.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.
2. The data storage mode of the application has changed, from the previous Sqlite database storage to Xml file storage. Starting with this release, your app's data store information can now be accessed through Notepad (unencrypted), but be careful not to modify all information in the data store, as doing so will cause the app to launch abnormally. If the application cannot start normally because the data store file is accidentally modified, delete the data store file and try to start it again.

获取商店应用 1.3.303.0

03 Mar 07:31
Compare
Choose a tag to compare

获取商店应用 1.3.303.0

更新内容

1.更新了托盘图标的右键菜单外观,使其更符合Windows 11 样式(感谢毛利提供的Mile.Xaml 轻量化Xaml islands实现方案)
2.下载已完成的文件现在可以进行分享了
3.升级Windows应用SDK版本1.2.4
4.修复当应用隐藏到托盘图标后,应用不能主动地及时响应用户发出的操作bug
5.修复了当应用主题设置为跟随系统设置时,当系统主题发生变化时应用崩溃的bug

Update contents

  1. Updated the right-click menu appearance of the tray icon to make it more in line with Windows 11 style (thanks to the Mile.Xaml lightweight Xaml islands implementation provided by Māori)
  2. The downloaded file is now ready to share
  3. Upgrade Windows App SDK version 1.2.4
  4. Fixed the bug that when the application is hidden to the tray icon, the application cannot actively respond to the operation issued by the user in time
  5. Fixed the bug that when the app theme is set to follow the system settings, the app crashes when the system theme changes

该版本可能存在的问题

1.Arm64平台目前仅编译通过, 但未在实体机上测试,所以可能会出现一些意料之外的情况。

Possible issues with this release
1.The Arm64 platform is currently only compiled, but not tested on a physical machine, so some unexpected situations may occur.


注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.由于使用了Mile.Xaml(Xaml islands),此轻量化Xaml islands所需最低的系统版本为19041,故应用的最低版本要求从17763提升为19041。

Notes
1.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.
2. Due to the use of Mile.Xaml (Xaml islands), the minimum system version required to use this lightweight Xaml islands is 19041, so the minimum version requirement for this application has been increased from 17763 to 19041.

获取商店应用 1.2.210.0

10 Feb 15:09
Compare
Choose a tag to compare

获取商店应用 1.2.210.0

更新内容

1.添加了快捷操作支持:创建桌面快捷方式,固定到“开始”屏幕,【固定到任务栏(还在探索中),尚未实现】
(关于——其他——创建桌面快捷方式/固定到“开始”屏幕)
2.修改了部分控件的鼠标指针显示,正常选择——链接选择
3.现在可以通过右键单击快速访问主页面获取结果列表中的文件名称对应的链接
4.重新绘制了应用的标题栏区域和窗口右键菜单,使其更符合windows 11的风格
5.修改了工具提示的位置,从控件上方改到指针下方
6.修复了浮出控件主题色没有符合应用的主题显示
7. 修复了应用DPI缩放显示模糊的问题
8.优化了应用的部分代码,修复了其他的已知bug

Update contents

  1. Added shortcut action support: create desktop shortcuts, pin to the Start screen, [pin to taskbar (still exploring), not yet implemented]
    (About - Other - Create desktop shortcut/pin to Start screen)
  2. Modified the mouse pointer display of some controls, normal selection - link selection
  3. You can now get the link corresponding to the file name in the list of results by right-clicking on the quick access main page
  4. Redrawn the title bar area and window context menu of the app to make it more in line with the style of Windows 11
  5. Modified the position of the tooltip from above the control to below the pointer
  6. Fixed flyout accent color not matching the theme display of the app
  7. Fixed the issue that the application DPI zoom display is blurry
  8. Optimized some code of the application and fixed other known bugs

该版本可能存在的问题

Arm64平台目前仅编译通过, 但未在实体机上测试,所以可能会出现一些意料之外的情况。

Possible issues with this release
The Arm64 platform is currently only compiled, but not tested on a physical machine, so some unexpected situations may occur.


注意事项

这个版本仍然将提供两个文件。一个是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.

获取商店应用 1.1.126.0

26 Jan 05:20
Compare
Choose a tag to compare

获取商店应用 1.1.126.0

更新内容

1.更新Windows 应用 SDK 版本1.2.230118.102(1.2.3)
2.修复了应用内通知在100%缩放下不会正常显示的bug
3.修复了其他的已知bug

Update contents
1.Update Windows App SDK version 1.2.230118.102 (1.2.3)
2.Fixed a bug where in-app notifications would not display properly at 100% scaling
3.Fixed other known bugs


该版本可能存在的问题

Arm64平台目前仅编译通过, 但未在实体机上测试,所以可能会出现一些意料之外的情况。

Possible issues with this release
The Arm64 platform is currently only compiled, but not tested on a physical machine, so some unexpected situations may occur.


注意事项

这个版本仍然将提供两个文件。一个是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.

获取商店应用 1.0.120.0 2023年春节版本

18 Jan 04:28
Compare
Choose a tag to compare

获取商店应用 1.0.120.0

新功能

  1. 添加任务栏右键菜单跳转列表支持
  2. 访问网页版现在可以清理缓存了
  3. 部分WinRT API已经切换到Windows 应用 SDK API

New features

  1. Add taskbar right-click menu jumplist support
  2. Access Webpage is now ready to clear your cache
  3. Some WinRT API have been switched to the Windows Application SDK API

修复的问题

移除HtmlAgilityPack,使用正则表达式解析网页内容

Fixed issues
Remove HtmlAgilityPack and parse web page content using regular expressions


该版本可能存在的问题

Arm64平台目前仅编译通过, 但未在实体机上测试,所以可能会出现一些意料之外的情况。

Possible issues with this release
The Arm64 platform is currently only compiled, but not tested on a physical machine, so some unexpected situations may occur.


注意事项

从该版本开始,版本的命名方式发生改变,修改为(主版本号.次版本号.编译日期.修订版本号)。
本来计划于1月20日发布版本,但由于春节假期临近,提早发布最终正式版本。
这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。

Notes
Starting with this release, the naming of the version has been changed to (major version number. Minor version number. Compile date. revision number).
The release was originally planned for January 20, but due to the approaching Spring Festival holiday, the final official version was released early.
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.


其他

从该版本开始,应用的所有功能都已经开发完成,正式进入到正式版,未来不再计划添加新的功能(如果您有很好的建议)。
应用程序从该版本开始从开发模式切换到维护模式,未来会提供应用依赖库的升级修订发布和bug修复。

Others
Since this release, all the functions of the app have been developed and officially entered the official version, and there are no plans to add new features in the future (if you have good suggestions).
The application switches from development mode to maintenance mode from this release, and will provide upgrades, revisions, and bug fixes for application-dependent libraries in the future.

获取商店应用 0.8.0.0 2023年元旦版本

01 Jan 14:43
Compare
Choose a tag to compare

获取商店应用 0.8.0.0

新功能

  1. 控制台应用程序已经开发完成,具体的操作方法请导航到应用的“关于”页面,“使用说明”模块中进行了解。
  2. 添加了ARM64平台的支持。
  3. 所有功能都已经开发完成,移除开发版(Dev)所有标识。

New features

  1. The console application has been developed, please navigate to the "About" page of the application and the "Instructions" module for specific operation methods.
  2. Added ARM64 platform support.
  3. All features have been developed, remove all logos of the development version (Dev).

积压的工作(计划暂定,未来可能会调整)

  1. Html解析暂未重构(可能会移除HtmlAgilityPack)。
  2. 代码和功能优化,发布正式版1.0.0。

Backlog (tentative, subject to future adjustments)

  1. Html parsing is not refactored yet (HtmlAgilityPack may be removed).
  2. Code and function optimization, release official version 1.0.0.

该版本存在的问题

Arm64平台目前仅编译通过, 但未在实体机上测试,所以可能会出现一些意料之外的情况。

Problems with this release
The Arm64 platform is currently only compiled, but not tested on a physical machine, so some unexpected situations may occur.


注意事项

这个版本仍然将提供两个文件。一个是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.3.0

23 Dec 02:19
Compare
Choose a tag to compare

获取商店应用(Dev) 0.7.3.0

该版本是对0.7.2.0的一些内容调整。
This version is a tweak to 0.7.2.0.


新功能

  1. 修改了部分下拉菜单的样式。
  2. 导航栏图标现在已经升级为Windows 11 太阳谷彩色图标。
  3. 桌面应用程序和控制台程序已经合并为一个应用程序。
  4. 下载功能现在已经移除测试版标签。

New features

  1. Modified the styles of some drop-down menus.
  2. The navigation bar icon has now been upgraded to the Windows 11 Sun Valley Color icon.
  3. Desktop and console applications have been merged into one application.
  4. The download feature has now removed the beta tag.

修复的问题

  1. 修复了当应用第二次意外启动时,可能会发生内存泄漏,然后导致其他实例应用会意外退出的问题。

Fixed issues

  1. Fixed the bug that the system's notification could not wake up the app.

积压的工作(计划暂定,未来可能会调整)

  1. Html解析暂未重构(可能会移除HtmlAgilityPack)。
  2. 添加Arm64平台的支持。
  3. 完善控制台程序。
  4. 代码和功能优化,发布正式版1.0.0。

Backlog (tentative, subject to future adjustments)

  1. Html parsing is not refactored yet (HtmlAgilityPack may be removed).
  2. Add support for the Arm64 platform.
  3. Improve the console program.
  4. Code and function optimization, release official version 1.0.0.

该版本存在的问题

Problems with this release
None


注意事项

这个版本仍然将提供两个文件。一个是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.


其他

最近一段时间由于个人学业问题(研究生期末考试)和身体情况(新冠阳性),更新频率大幅度降低。预计在2023年1月10日左右实现其他功能。这个版本作为2022年底的最后一个版本,基本上已竭尽全力保证应用程序的正常运行,不会出现未知异常。祝各位用的愉快。

Others
Recently, due to personal academic problems (final examination of postgraduate students) and health conditions (COVID-19 positive), the frequency of updating has been greatly reduced. Additional functionality is expected around January 10, 2023. This release, which will be the last release by the end of 2022, has basically done everything possible to keep the application running without unknown exceptions. Have fun with it.

获取商店应用(Dev) 0.7.2.0

30 Nov 03:08
Compare
Choose a tag to compare

获取商店应用(Dev) 0.7.2.0

该版本是对0.7.0.0的一些内容调整。
This version is a tweak to 0.7.0.0.


新功能

  1. Win32传统右键菜单(标题栏右键菜单和托盘图标右键菜单 )现在已经添加深色支持。
  2. 再一次压缩应用包体积,删除了重复的第三方库(H.NotifyIcon.WinUI和Aria2.NET,改为自行实现),新版本安装包体积将近减少了 15%
  3. 最低版本从Windows 10 1903(18362)降低到Windows 10 1809(17763)
  4. 移除了Windows App SDK需要的Vclibs框架依赖。

New features

  1. Win32 traditional right-click menus (title bar right-click menu and tray icon right-click menu) have now added dark color support.
  2. 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%
  3. Minimum version reduced from Windows 10 1903 (18362) to Windows 10 1809 (17763)
  4. Removed Vclibs framework dependencies required by Windows App SDK.

修复的问题

  1. 修复了系统的通知不能唤醒应用的bug。

Fixed issues

  1. Fixed the bug that the system's notification could not wake up the app.

积压的工作(计划暂定,未来可能会调整)

  1. Html解析暂未重构(可能会移除HtmlAgilityPack)。

Backlog (tentative, subject to future adjustments)

  1. Html parsing has not yet been refactored (HtmlAgilityPack may be removed).

该版本存在的问题

  1. 应用内置的下载功能目前还在处于测试阶段,可能存在不稳定现象。如果您在下载文件的过程中发生了错误,请在设置中将下载选项切换为“使用浏览器下载”。
  2. 由于应用现在已经通过IL裁剪消除掉大量无用的代码,可能会出现一些未知性异常(目前经过测试还未遇到)。
  3. Aria2暂未提供Arm64版本的发布,有时间会构建一个支持Windows 11 on ARM64的二进制文件。
  4. 应用默认为单实例应用(如果应用存在主实例,默认会关闭其他实例),当应用第二次意外启动时,可能会发生内存泄漏问题,然后其他实例应用会意外退出。请注意,这不会影响主实例应用, 但未来确保这种现象发生,请不要多次启动应用(目前暂未定位到这一Bug)。

Problems with this release

  1. 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.
  2. 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).
  3. 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.
  4. 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.