Releases: Aetopia/DungeonsUpdater
Releases · Aetopia/DungeonsUpdater
v2.0.0
Changes
-
Multithread file downloads, increasing throughput & download speeds.
-
Multithread file verification, reducing launch times.
-
Revamp UI & reduce application size.
v1.1.6
Changes
- Update banner to use the new branding.
- Revamp how bytes are formatted into a human readable string.
- Collect artifacts into an array instead of a list.
v1.1.5.1
Changes
- Use the highest supported document mode of Internet Explorer.
v1.1.5
Changes
- Use RGB values instead of hexadecimal values for color.
- Delegate operations to background thread.
- Generalize names.
v1.1.4
Changes
- Restore asynchronous code.
- Improve how the UI updates.
v1.1.3.1
Changes
- Fix unhandled exception message boxes not showing up.
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 though the official documentation recommends
HttpClient
over WebClient
, WebClient
suffices the needs of the project.