Skip to content

Releases: Aetopia/BedrockUpdater

v1.1.6

09 Jul 03:50
bd0ebf6
Compare
Choose a tag to compare

Changes

  • Add ARM & ARM64 support.
  • Determine the most optimal architecture when downloading packages.

v1.1.5.8

06 Jul 21:51
f4a6de9
Compare
Choose a tag to compare

Changes

  • Load SVG logo as a single HTML file.
  • Load window icon on demand.
  • When returning updates directly use .ToList<IUpdate>() instead of .Cast<IUpdate>().ToList().

v1.1.5.7

28 Jun 10:53
b44662e
Compare
Choose a tag to compare

Changes

  • Refine how the application filters out package updates.
  • Ensure ordinal string comparisons are used.
  • Load variables on demand.

v1.1.5.6

26 Jun 22:33
afab50e
Compare
Choose a tag to compare

Changes

  • Use the highest supported document mode of Internet Explorer.

v1.1.5.5

26 Jun 08:49
b30b865
Compare
Choose a tag to compare

Changes

  • Use case-insensitive ordinal string comparison when checking for a package's architecture.
  • Use ordinal string comparison when checking for download links.

v1.1.5.4

23 Jun 20:50
969e900
Compare
Choose a tag to compare

Changes

  • Use the correct output type of WinExe instead of Exe.

v1.1.5.3

23 Jun 17:18
65299ed
Compare
Choose a tag to compare

Changes

  • Use RGB values instead of hexadecimal values for colors.
  • Generalize names.

v1.1.5.2

23 Jun 16:24
1b03f2e
Compare
Choose a tag to compare

Changes

  • Launch Minecraft/Minecraft Preview using their Application User Model IDs.

v1.1.5.1

22 Jun 17:53
765a537
Compare
Choose a tag to compare

Changes

  • Delegate text updates to the UI thread when installing a package.

v1.1.5

22 Jun 15:43
ebb861a
Compare
Choose a tag to compare

Changes

  • Revamp how the application interacts with the Microsoft Store.
  • Delegate error handling to the AppDomain class instead of the Application class.
  • Delegate work to a background thread for improved UI responsiveness.