Skip to content

Releases: haukurh/myntbreyta.is

Release v0.0.11

16 Apr 07:55
Compare
Choose a tag to compare

Added

  • Have service worker honor 'expires' headers from origin
  • Create a custom cache store for each app version

Removed

  • Logic within app storing currency rates, now everything relies on browser cache

Release v0.0.10

13 Apr 22:08
Compare
Choose a tag to compare

Changed

  • Renamed project to myntbreyta.is

Removed

  • Settings page, which broke after currency json restructure

Fixed

  • Cache times for static files, set cache to 1 year
  • Currency select/calc logic after json restructure

Release v0.0.9

30 Aug 13:57
v0.0.9
18f6749
Compare
Choose a tag to compare

Added

  • This changelog (#29)
  • Number format preference to settings (#28)

Changed

  • App language (#26)

Fixed

  • Input box CSS for better UX (#24)
  • GitHub workflow, prevent deployment from deleting currency rates (#21)

Release v0.0.8

26 Aug 06:51
v0.0.8
903471e
Compare
Choose a tag to compare

Changed

  • Updated GitHub workflow
  • Simplified form input for better native support, e.g. paste (#18)

Removed

  • Dark mode support

Release v0.0.7

25 Dec 08:54
v0.0.7
078a089
Compare
Choose a tag to compare

Added

  • App reset functionality under Settings

Fixed

  • Service worker caching for currency rates (#17)

Release v0.0.6

29 Jul 12:31
Compare
Choose a tag to compare

Added

  • Show dates of currency rates in app (#1)
  • Preload all static assets (#5)
  • Service worker, with offline + cache support (#2)

Release v0.0.5

23 Jul 16:20
Compare
Choose a tag to compare

Changed

  • Currency number formatting, use browser Intl API to format

Fixed

  • Site height in mobile

Release v0.0.4

23 Jul 14:35
Compare
Choose a tag to compare

Added

  • Document direction
  • Settings page

Fixed

  • Currency data

Changed

  • Moved Js/CSS to their own files + update build system

Release v0.0.3

21 Jul 18:33
Compare
Choose a tag to compare

Added

  • Description to currency input
  • Pattern to validate form input

Fixed

  • Prevent mobile scroll on input focus
  • JavaScript if input is NaN

Release v0.0.2

21 Jul 17:59
Compare
Choose a tag to compare

Changed

  • Default currency value

Fixed

  • CloudFront invalidation step in GitHub workflow
  • Site min-height for mobile devices