Releases: Aetopia/BedrockUpdater
Releases · Aetopia/BedrockUpdater
v1.1.6
Changes
- Add
ARM
& ARM64
support.
- Determine the most optimal architecture when downloading packages.
v1.1.5.8
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
Changes
- Refine how the application filters out package updates.
- Ensure ordinal string comparisons are used.
- Load variables on demand.
v1.1.5.6
Changes
- Use the highest supported document mode of Internet Explorer.
v1.1.5.5
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
Changes
- Use the correct output type of
WinExe
instead of Exe
.
v1.1.5.3
Changes
- Use RGB values instead of hexadecimal values for colors.
- Generalize names.
v1.1.5.2
Changes
- Launch Minecraft/Minecraft Preview using their Application User Model IDs.
v1.1.5.1
Changes
- Delegate text updates to the UI thread when installing a package.
v1.1.5
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.