Skip to content

Releases: Aetopia/BedrockUpdater

v1.1.8.1

26 Jul 10:41
99e51c0
Compare
Choose a tag to compare

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

25 Jul 12:18
d1aa862
Compare
Choose a tag to compare

Changes

  • Deserialize in Unicode instead of UTF-8 when obtaining product information.
  • Simplify information relayed through the UI.

v1.1.7.4

18 Jul 02:15
ec187ee
Compare
Choose a tag to compare

Changes

  • Refine how file sizes are calculated.
  • The main window no longer notifies the user when an error occurs.

v1.1.7.3

13 Jul 10:56
1177a58
Compare
Choose a tag to compare

Changes

  • Just perform a simple string concat when generating a dictionary key.

v1.1.7.2

13 Jul 06:21
356fe7f
Compare
Choose a tag to compare

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

11 Jul 17:50
c41ac83
Compare
Choose a tag to compare

Changes

  • Remove useless object creation.
  • Use an array when resolving product IDs.

v1.1.7

10 Jul 17:05
04b083e
Compare
Choose a tag to compare

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

09 Jul 14:47
f603da2
Compare
Choose a tag to compare

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

09 Jul 12:24
3f2876a
Compare
Choose a tag to compare

Changes

  • Remove boilerplate code when determining processor architecture for a package.

v1.1.6.1

09 Jul 08:51
6b61d82
Compare
Choose a tag to compare

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.