Skip to content

Releases: Gaoyifei1011/GetStoreApp

获取商店应用 3.1.1225.0 圣诞版本

25 Dec 13:35
Compare
Choose a tag to compare

获取商店应用 3.1.1225.0

更新内容

1.重新构建了GetStoreAppWebView应用(使用 WinUI3 islands 和 WPF 构建)
2.重新构建了应用内通知的样式
3.重新实现了应用管理——应用信息页面的固定到任务栏的行为
4.修复了一些已知问题

Update contents

  1. Rebuilt the GetStoreAppWebView application (built with WinUI3 islands and WPF)
  2. Restructured the style of in-app notifications
  3. Re-implemented the application management -- the behavior of fixing the application information page to the task bar
  4. Fixed some known issues

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "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.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

获取商店应用 3.0.1117.0

17 Nov 10:29
Compare
Choose a tag to compare

获取商店应用 3.0.1117.0

更新内容

1.更新 Windows 应用 SDK 版本到1.4.3(1.4.231115000)
2.更新 Mile.Aria2 版本到 1.0.230
3.升级到.NET8正式版
4.微软商店内容调整,新增加查询应用链接和搜索应用功能
5.新增加检查商店应用更新功能
6.恢复之前删除的网页接口
7.删除历史记录页面
8.应用界面微调,更符合 Windows 11 美观
9.修复了一些已知问题

Update contents

  1. Update Windows App SDK version to 1.4.3 (1.4.231115000)
  2. Update the Mile.Aria2 version to 1.0.230
  3. Upgrade to .NET8 stable
  4. The content of the Microsoft Store has been adjusted, and the functions of querying app links and searching apps have been added
  5. Added the ability to check for app updates in the store
  6. Restore the previously deleted web interface
  7. Delete the history page
  8. Application interface fine-tuning, more in line with Windows 11 aesthetic
  9. Fixed some known issues

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "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.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

获取商店应用 2.5.1011.0

11 Oct 12:50
Compare
Choose a tag to compare

获取商店应用 2.5.1011.0

更新内容

1.更新 Windows 应用 SDK 版本到1.4.2(1.4.231008000)
2.更新了应用图标
3.修复了浮出控件没有显示背景色的bug
4.修复了固定程序到任务栏的bug
5.修复了一些已知问题

Update contents

  1. Update Windows App SDK version to 1.4.2 (1.4.231008000)
  2. Update app icons
  3. Fixed the bug that the flyout did not show the background systembackdrop
  4. Fixed the bug of pinning programs to taskbar
  5. Fixed some known issues

注意事项

1.这个版本仍然将提供两个文件。一个是msixbundle安装包,可以直接使用应用安装程序快速安装,另一个压缩包是包含依赖框架库的完整安装包,下载完成后需要解压缩,使用powershell运行install.ps1文件即可快速安装。
2.在使用Powershell安装应用时,您可能会遇到无法运行脚本的错误,导致应用无法正常安装。这是因为计算机上启动 Windows PowerShell 时,执行策略很可能是 Restricted(默认设置)。(感谢 https://github.com/Goojoe 的建议)
Restricted 执行策略不允许任何脚本运行。
AllSigned 和 RemoteSigned 执行策略可防止 Windows PowerShell 运行没有数字签名的脚本。
可以使用以下命令在不更改执行策略时运行脚本(需要管理员权限)

powershell -ExecutionPolicy ByPass -File "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.
2. When installing an app using Powershell, you may encounter an error that the script cannot be run, causing the app to not install normally. This is because when Windows PowerShell is started on a computer, the execution policy is most likely to be Restricted (the default setting).
The Restricted execution policy does not allow any scripts to run.(Thanks https://github.com/Goojoe for the advice)
The AllSigned and RemoteSigned execution policies prevent Windows PowerShell from running scripts that are not digitally signed.
You can use the following command to run the script without changing the execution policy (administrator privileges required).

powershell -ExecutionPolicy ByPass -File "Install.ps1"

获取商店应用 2.4.920.0

20 Sep 14:45
Compare
Choose a tag to compare

获取商店应用 2.4.920.0

更新内容

1.更新Windows 应用 SDK 版本到1.4.1(1.4.230913002)
2.修复了提权模式(管理员模式)无法打开WinGet 程序包页面的问题
3.升级到 .NET 8
4.修复了一些已知问题

Update contents

  1. Update the Windows App Sdk version to 1.4.1 (1.4.230913002)
  2. Fixed an issue where the WinGet package page could not be opened in elevated mode(administrator mode)
    3.Upgrade to .NET 8
  3. Fixed some known issues

注意事项

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.

获取商店应用 2.3.830.0

30 Aug 03:44
Compare
Choose a tag to compare

获取商店应用 2.3.830.0

更新内容

1.更新Windows 应用 SDK 版本到1.4.0(1.4.230822000)
2.新功能:系统UWP应用管理
3.新内容:新添加了几种亚克力背景色支持
4.精简了部分不使用的内容,优化了项目架构和代码内容,移除重复的和不再使用的资源
5.添加了管理员模式运行可能会出现的问题提示
6.移除了自带的网页浏览网页,直接调用系统默认浏览器打开网页
7.重新调整了跳转列表中的内容,不再记录历史链接

Update contents

  1. Update the Windows App Sdk version to 1.4.0 (1.4.230822000)
  2. New function: System UWP application management
  3. New content: Added several new DesktopAcrylicBackdrop color support
  4. The smaller part of the content, do not use project structure was optimized and the content of the code, remove duplicate and no longer use of resources
  5. Added a hint of possible problems when running in administrator mode
  6. Remove the built-in web browsing page, directly call the system default browser to open the page
  7. To adjust the content in the jump list, no longer history link.

注意事项

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

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 code is based on dc61118 updates at this time

获取商店应用 2.3.826.0 (Experimental)

26 Aug 14:35
Compare
Choose a tag to compare

获取商店应用 2.3.826.0 (Experimental)

更新内容

1.更新Windows 应用 SDK 版本到1.4 experimental 2
2.新功能:系统UWP应用管理
3.精简了部分不使用的内容,优化了项目架构和代码内容,移除重复的和不再使用的资源
4.添加了管理员模式运行可能会出现的问题提示
5.移除了自带的网页浏览网页,直接调用系统默认浏览器打开网页
6.重新调整了跳转列表中的内容,不再记录历史链接

Update contents

  1. Update Windows application SDK version to 1.4 experimental 2
  2. New feature: UWP application management
  3. Streamlined some unused content, optimized the project architecture and code content, and removed duplicated and unused resources
  4. Added the error message that may occur when running in administrator mode
  5. Remove the built-in web page to browse the web page and directly call the default browser of the system to open the web page
  6. The content in the jump list is adjusted, and historical links are no longer recorded

注意事项

1.这个版本只提供一个带框架依赖的压缩包。因为该版本所需要的框架依赖必须由开发者提供。您可以使用powershell运行install.ps1文件即可快速安装。
2.该版本是一个实验性版本,功能上可能存在着不稳定现象。在使用中如果遇到问题,建议您降级到正式版本。

Notes

  1. This version only provides a package with frame dependencies. Because the framework dependencies required for this release must be provided by the developer. You can install quickly by running the install.ps1 file using powershell.
  2. This version is an experimental version and there may be some instability in the function. If you encounter problems in use, it is recommended that you downgrade to the official version.

获取商店应用 2.2.726.0

26 Jul 01:50
Compare
Choose a tag to compare

获取商店应用 2.2.726.0

更新内容

1.升级Windows 应用 SDK 版本1.3.230724000(1.3.3)
2.精简了部分代码,删除掉部分未使用的dll
3.添加了日志记录管理

Update contents

  1. Upgrade the Windows application SDK version 1.3.230724000(1.3.3)
  2. Simplify some code and delete some unused DLLS
  3. Added log record management

注意事项

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

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 code is based on dc61118 updates at this time

获取商店应用 2.2.708.0 (Experimental)

08 Jul 13:52
Compare
Choose a tag to compare

获取商店应用 2.2.708.0 (Experimental)

更新内容

1.更新Windows 应用 SDK 版本到1.4 experimental 1
2.升级了任务栏托盘图标右键菜单的样式,改用系统原生的MenuFlyout浮出控件样式
3.更新了工具提示的位置
4.精简了部分代码,移除重复的和不再使用的资源
5.删除Microsoft.Windows.AppLifecycle.dll和Microsoft.Windows.Notification.dll,使用WinRT原生的ToastNotifiation
6.添加了日志记录信息,方便查找并反馈应用出现的异常
7.删除了Sytstem.Console.dll和System.Threading.Thread.dll依赖,精简了安装包体积,相比较上一个版本缩小了1.5MB

Update contents

  1. Update Windows application SDK version to 1.4 experimental 1
  2. Upgraded the style of the taskbar tray icon right-click menu to use the system native MenuFlyout surface control style
  3. Updated the location of tooltips
  4. Streamlined part of the code and removed duplicate and unused resources
  5. Delete Microsoft. Windows. AppLifecycle. DLL and Microsoft Windows. The Notification. DLL, use WinRT native ToastNotifiation
  6. Log information is added to facilitate the search and feedback of application exceptions
  7. Remove the Sytstem. Console. DLL and System. Threading. Thread. DLL, simplify the installation package volume, reduced compared to the previous version 1.5 MB

注意事项

1.这个版本只提供一个带框架依赖的压缩包。因为该版本所需要的框架依赖必须由开发者提供。您可以使用powershell运行install.ps1文件即可快速安装。
2.该版本是一个实验性版本,功能上可能存在着不稳定现象。在使用中如果遇到问题,建议您降级到正式版本。

Notes

  1. This version only provides a package with frame dependencies. Because the framework dependencies required for this release must be provided by the developer. You can install quickly by running the install.ps1 file using powershell.
  2. This version is an experimental version and there may be some instability in the function. If you encounter problems in use, it is recommended that you downgrade to the official version.

获取商店应用 2.1.614.0

14 Jun 14:25
Compare
Choose a tag to compare

获取商店应用 2.1.614.0

更新内容

1.已还原标题栏的全部默认行为(改用AppWindow提供的默认标题栏)
2.升级Windows 应用 SDK 版本1.3.230602002(1.3.2),CsWinRT版本2.0.3,Mile.Aria2版本1.0.66
3.修改了部分页面或控件显示的样式,并修复了部分页面控件主题样式显示的错误
4.添加了历史记录页面加载的动画
5.添加了固定任务栏支持(关于->其他->固定到任务栏)
6.修复了任务栏跳转列表图标显示异常的问题
7.减少了实时可视化树的控件数量,提升了应用的整体性能

Update contents

  1. All default behavior of the title bar has been restored (using the default title bar provided by AppWindow instead)
  2. Upgrade the Windows application SDK version 1.3.230602002(1.3.2), CsWinRT version 2.0.3, and Mile.Aria2 version 1.0.66
  3. Modified the display style of some pages or controls, and fixed the error of displaying the theme style of some page controls
  4. Added history page loading animation
  5. Added fixed taskbar support (about -> Other -> Fixed to taskbar)
  6. Fixed the problem that the taskbar jump list icon is displayed abnormally
  7. Reduce the number of real-time visual tree controls, improve the overall performance of the application

注意事项

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.

获取商店应用 2.0.530.0

30 May 07:26
Compare
Choose a tag to compare

获取商店应用 2.0.530.0

更新内容

1.新功能:WinGet程序包管理器,在这里,您可以管理您设备上的传统应用(非商店应用),包括搜索应用,管理已安装的应用和升级旧版本的应用)。
2.重新构建了应用系统背景色,修复了之前版本遇到的问题。现在可以在设置中设置窗口失去焦点时继续显示背景色。
3.在痕迹情理中,现在支持清理操作中心关于该应用的所有历史通知消息了。
4.升级 Windows 应用 SDK 版本 1.3.1。
5.调整并统一了部分控件的外观样式,包括应用内通知,滚动条和内容对话框等。
6.禁用了标题栏右键菜单浮出控件的弹出动画。
7.对控制台的提示对话框的UI部分进行了微调。
8.修复了Windows 10 下网络状态检测异常的问题。
9.删除了多余的设置选项——时间和地区选择。

Update contents

  1. New feature: WinGet Package Manager, where you can manage legacy apps (non-store apps) on your device, including searching for apps, managing installed apps, and upgrading older versions of apps.
  2. Rebuilt the background color of the application system and fixed the problems encountered in the previous version. You can now set the background color to continue to display when the window loses focus in your Settings.
  3. In Trace Reason, it is now possible to clean up all history notifications about the application from the operation center.
  4. Upgrade the Windows SDK version 1.3.1.
  5. Adjusted and unified the appearance styles of some controls, including in-app notifications, scroll bars and content dialogs.
  6. Disable the pop-up animation of the title bar right-click menu resurfacing control.
  7. Fine-tuned the UI part of the console prompt dialog.
  8. The network status detection exception in Windows 10 is rectified.
  9. Removed the unnecessary Settings -- time and location options.

注意事项

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.