Skip to content

Releases: ms3056/Crypto

0.3.1 - Refresh button styling

13 Jul 06:56
Compare
Choose a tag to compare

Refresh button styling was targeting all buttons in the UI - whoops.

0.3.0 - Throttle refresh

13 Jul 05:34
Compare
Choose a tag to compare

Throttle the refresh based on the last refresh.

if (timeSinceLastFetch > 5 * 60 * 1000) { ... }

0.2.2 - Add refresh notice

12 Jul 07:17
Compare
Choose a tag to compare

Added a notice when the data is refreshed from the internet.

0.2.1 - Tweak refresh button

12 Jul 00:34
Compare
Choose a tag to compare

A minor release to tweak the refresh button

0.2.0 - Cleanup Release

11 Jul 07:42
Compare
Choose a tag to compare

Code cleanup leading up to release.

  1. Cleaned up the fetch symbols code
  2. Cleanup up the validation code
  3. Made the validation ignore case
  4. Display the crypto symbol in capital letters
  5. Fixed settings dialog when no API key is present

0.1.0 - Initial Release

10 Jul 10:40
Compare
Choose a tag to compare
Version 0.1.0