Skip to content

Releases: Aetopia/DungeonsUpdater

v1.1.7

13 Aug 12:37
8c0983a
Compare
Choose a tag to compare

Changes

  • Use asynchronous code.

    • Operations are no longer delegated to a background thread.
  • Update UI elements when required.

    • This should reduce GPU usage when updating UI elements.

v1.1.6

27 Jul 11:29
1828f3e
Compare
Choose a tag to compare

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.2

12 Jul 16:27
76c192f
Compare
Choose a tag to compare

Changes

  • Compress resources.

v1.1.5.1

27 Jun 18:40
87e5406
Compare
Choose a tag to compare

Changes

  • Use the highest supported document mode of Internet Explorer.

v1.1.5

23 Jun 17:40
e77245e
Compare
Choose a tag to compare

Changes

  • Use RGB values instead of hexadecimal values for color.
  • Delegate operations to background thread.
  • Generalize names.

v1.1.4

20 Jun 05:02
28b0682
Compare
Choose a tag to compare

Changes

  • Restore asynchronous code.
  • Improve how the UI updates.

v1.1.3.1

19 Jun 11:56
3f057bc
Compare
Choose a tag to compare

Changes

  • Fix unhandled exception message boxes not showing up.

v1.1.3

19 Jun 05:23
9f98cfd
Compare
Choose a tag to compare

Changes

  • Cleanup code.
  • Use readonly variables instead of getters in Resources.

v1.1.2

18 Jun 18:26
7f85dab
Compare
Choose a tag to compare

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.

v1.1.1

18 Jun 11:18
78ca7d7
Compare
Choose a tag to compare

Changes

  • Remove reference to System.Configuration.
  • Fixed minor UI issue.