Releases: Aetopia/BedrockUpdater
Releases · Aetopia/BedrockUpdater
v1.1.4
Changes
- Restore asynchronous code.
- Improve how the UI updates.
v1.1.3.1
Changes
- Fix unhandled message boxes not showing.
- Improve application cleanup code.
- Suffix "Preview" in the titlebar for Minecraft Preview.
v1.1.3
Changes
- Cleanup code.
- Use readonly variables instead of getters in
Resources
.
v1.1.2
Changes
- Replace asynchronous code with synchronous code.
- Refine JSON Deserialization.
- Use
WebClient
instead of HttpClient
.
- Even the official documentation recommends
HttpClient
over WebClient
, WebClient
suffices the needs of the project.
v1.1.1
Changes
- Remove reference to
System.Configuration
.
v1.1.0
Changes
- Migrate to Windows Presentation Foundation.
v1.0.3
Changes
- Improved user interactivity, display the download size when downloading packages.
- Use
ReadOnlyCollection<T>
instead of IEnumerable<T>
when returning collections.
- Removal of potential boxing instances in code.
v1.0.1
Changes
- Improve Microsoft Store Endpoint Interactability.