Skip to content

Releases: haukurh/myntbreyta.is

Release v0.1.3

01 Dec 00:22
v0.1.3
eb3ae55
Compare
Choose a tag to compare

Fixed

  • usage of environment variable in deployment workflow

Release v0.1.2

01 Dec 00:05
v0.1.2
acd2fdf
Compare
Choose a tag to compare

Added

  • noscript message #39
  • .env file support
  • robots.txt + sitemap.xml for SEO #37
  • schema.org markup about web appt

Changed

  • Move css+js+ico in subdirectory 'assets'
  • Add revision hash to favicon
  • Set appropriate cache-control headers for txt + xml files

Fixed

  • support .txt + .xml support to dev server
  • favicon reference in error.html

Release v0.1.1

30 Nov 14:28
v0.1.1
45ebb85
Compare
Choose a tag to compare

Fixed

  • Currency selector option color in windows + linux #38

Release v0.1.0

20 Nov 00:04
v0.1.0
b5a934b
Compare
Choose a tag to compare

Added

  • Info about release procedure

Changed

  • Inline styles in error.html for performance
  • Set service worker release version from package.json
  • Allow up 6 fractional points on user input
  • Set foreign base unit to 1 at currency selection for better UX

Fixed

  • Allow empty string + comma on user input
  • Resolving error.html in dev server

Release v0.0.17

17 Nov 22:37
v0.0.17
2cbc160
Compare
Choose a tag to compare

Changed

  • Increase s-maxage in cache-control header for HTML
  • Rename 404.html to error.html

Release v0.0.16

02 Aug 15:40
Compare
Choose a tag to compare

Added

  • Currencies CHF & CZK

Changed

  • Remove userSelectedCurrencies from local storage and only use popular list

Fixed

  • Add missing description for currency PLN

Release v0.0.15

02 Aug 14:39
Compare
Choose a tag to compare

Added

  • more currencies; DKK, NOK & PLN

Release v0.0.14

07 May 20:49
Compare
Choose a tag to compare

Added

  • Favicon
  • Arrow to currency selector #4
  • Keywords meta tag like it's 2002
  • 404 page

Changed

  • Visible border color to currency input

Fixed

  • Currency description in label

Release v0.0.13

05 May 11:46
Compare
Choose a tag to compare

Added

  • Development server
  • Revision hash to assets filenames for cache bursting
  • Clear browser cache on service worker install
  • Set 's-maxage' to week in cache-control on HTML documents

Changed

  • Gulpfile to ECMAscript module + refactor
  • Switch out basic gulp packages for "in-house" logic
  • Cache strategy to stale-while-revalidate except for objects with 'expires' header

Fixed

  • Yarn script name of prettier script
  • Only cache 'OK' GET responses

Release v0.0.12

23 Apr 09:25
Compare
Choose a tag to compare

Added

  • Added prettier to project for code formatting
  • Meta description to project for SEO

Changed

  • Theme color, because of color contrast
  • Display app name in header
  • actions in GitHub workflow
  • Page title to app name
  • Default currency from 'AUD' to 'EUR'

Fixed

  • Input overflow on Android #35