Skip to content

Releases: Aetopia/BedrockUpdater

v3.4.0

23 Dec 07:07
3d40075

Choose a tag to compare

Changes

  • Remove PInvoke calls.
  • Changed how app installation cancellation work:
    • If an app is being installed, closing the Bedrock Updater will cancel it.
    • If an app is being updated, closing the Bedrock Updater will pause it.

Caution

  • Due to how MSIXVC updates are handled, cancelling an update results in the entire game being uninstalled.
  • Pausing an MSIXVC update mitigates the issue and results in desirable & expected behavior.

v3.3.1

22 Nov 13:44
3509975

Choose a tag to compare

Changes

  • Cancel app installation if it errors out.

v3.3.0

22 Nov 04:58
e2112da

Choose a tag to compare

Changes

  • Improved cleanup for errored app installations.
  • App installs will now be paused and not cancelled when the program is closed.

Caution

  • Due to how MSIXVC updates are handled, cancelling an update results in the entire game being uninstalled.
  • Pausing an MSIXVC update mitigates the issue and results in desirable & expected behavior.

v3.2.7.1

20 Nov 10:21
502dc03

Choose a tag to compare

Changes

  • Simplify user interface verbosity.
  • Fixed an issue where app installation cancellation would result in an exception being thrown.

v3.2.7

20 Nov 05:01
eda1f41

Choose a tag to compare

Changes

  • Resume any queued app installations properly.
  • Cancel any app installations that have encountered errors.

v3.2.6

19 Nov 12:22
002cb98

Choose a tag to compare

Changes

  • Simplify app acquisition model.
  • Remove entitlement acquisition when installing or updating packages.

v3.2.5

17 Nov 05:49
862815e

Choose a tag to compare

Changes

  • Remove package framework cleanup when the program is closed.

v3.2.4

16 Nov 05:59
89557c6

Choose a tag to compare

Changes

  • Removed the custom theme & reverted to the default WPF theme.

  • Slightly reworked how the program internally handles progress updates.

v3.2.3

29 Oct 14:04
7e9c480

Choose a tag to compare

Changes

  • Add full support for GDK builds of Minecraft.

Important

  • You might need to reinstall the game to update to the latest version.
  • If an update has been triggered by Game Launch Helper then updating via Bedrock Updater will fail.

v3.2.2

11 Oct 08:38
d186da1

Choose a tag to compare

Changes

  • Cleanup leftover framework packages when closing.
  • Improve how existing installations are found in the installation queue.