Releases: Aetopia/BedrockUpdater
Releases · Aetopia/BedrockUpdater
v1.1.8.1
Changes
- Use
https://fe3cr.delivery.mp.microsoft.com/ClientWebService/client.asmx/
as the Microsoft Store endpoint of instead of https://fe3.delivery.mp.microsoft.com/ClientWebService/client.asmx/
.
- Check if no updates are returned.
v1.1.8
Changes
- Deserialize in
Unicode
instead of UTF-8
when obtaining product information.
- Simplify information relayed through the UI.
v1.1.7.4
Changes
- Refine how file sizes are calculated.
- The main window no longer notifies the user when an error occurs.
v1.1.7.3
Changes
- Just perform a simple string concat when generating a dictionary key.
v1.1.7.2
Changes
- Don't check if a package's architecture is unknown since this edge case is never fulfilled.
- The Microsoft Store only supports
x86
, x64
, arm
& arm64
.
- Avoid encrypted package bundles.
v1.1.7.1
Changes
- Remove useless object creation.
- Use an array when resolving product IDs.
v1.1.7
Changes
- Have the Main Window indicate to the user when error(s) occur.
- Force invariant culture.
- Compress resources for a lower application footprint.
v1.1.6.3
Changes
-
Improve how package updates are determined.
-
For main packages, only the installed version is checked since only a single instance may be installed regardless of package architecture.
-
For dependency packages, both the installed version and package architecture are checked.
v1.1.6.2
Changes
- Remove boilerplate code when determining processor architecture for a package.
v1.1.6.1
Changes
- Fix a typo where
Architecture.Arm64
's backwards compatible architecture was considered as arm64
not arm
.
- Select the correct architecture for the main package on the basis of the operating system architecture.