Releases: haukurh/myntbreyta.is
Releases · haukurh/myntbreyta.is
Release v0.1.3
Fixed
- usage of environment variable in deployment workflow
Release v0.1.2
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
Fixed
- Currency selector option color in windows + linux #38
Release v0.1.0
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
Changed
- Increase s-maxage in cache-control header for HTML
- Rename 404.html to error.html
Release v0.0.16
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
Added
- more currencies; DKK, NOK & PLN
Release v0.0.14
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
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
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