Skip to content

Releases: Aetopia/BedrockUpdater

v2.2.4

17 Oct 10:01
1fd7e50
Compare
Choose a tag to compare

Changes

  • Resolve frameworks based on package rank.

v2.2.3

13 Oct 10:25
d5737b4
Compare
Choose a tag to compare

Changes

  • Fix error handling.

  • Remove useless main package check.

v2.2.2.1

13 Oct 03:29
7fc67a1
Compare
Choose a tag to compare

Changes

  • Removes un-needed method declarations.

  • Check if the underlying operating system architecture is x64 instead of performing the check when resolving packages.

v2.2.2

12 Oct 14:21
45966c2
Compare
Choose a tag to compare

Changes

  • When waiting for a deployment operation to be fully canceled, wait on the underlying Task wait handle instead of using SpinWait.

  • Delegate cleanup operations to the Window class.

v2.2.1

11 Oct 09:59
dce600f
Compare
Choose a tag to compare

Changes

  • Use iv as the language when resolving products.

v2.2.0

09 Oct 16:54
1bc5229
Compare
Choose a tag to compare

Changes

  • Perform Lazy<T> initialization when resolving package URLs.

    • Microsoft Store package download links have a limited lifetime. Using Lazy<T> ensures links are resolved when needed.
  • Delegate error handling & cleanup operations to WPF's Application class.

  • Use the display catalog to resolve product metadata.

v2.1.1

08 Oct 16:29
a52551a
Compare
Choose a tag to compare

v2.1.0.1

07 Oct 14:06
9d21e16
Compare
Choose a tag to compare

Changes

  • Simplify logic when resolving packages.

v2.1.0

07 Oct 12:07
c545c1b
Compare
Choose a tag to compare

Changes

  • Remove x86 support.

  • Use the minimum versions of endpoints & APIs.

  • Get builds & versions when resolving package metadata.

v2.0.2

05 Oct 16:38
c05e043
Compare
Choose a tag to compare

Changes

  • Use a dictionary when resolving IDs & main package flags.