Skip to content

Releases: philskat/counter-app-web

v1.2.2

26 Oct 17:51
80f532f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

02 Sep 21:37
Compare
Choose a tag to compare

What is new?

Updated app dependencies!

v1.2.0

23 Jun 11:29
Compare
Choose a tag to compare

What is new?

  • Switched framework to svelte
  • Fixed error in manifest.webmanifest
  • Changed caching method

v1.1.4

09 Jun 21:34
2d3728f
Compare
Choose a tag to compare

Whats new?

Updated dependencies.

v1.1.3

06 May 17:28
Compare
Choose a tag to compare

What's new?

  • Switch the styling framework from a custom SASS one to tailwindcss.
    The old style was replicated as good as possible.
  • Added a dark theme. It will be set by your system preferences. There is also a button to override this setting.
    The chosen theme will be saved to localStorage so it will persist between reloads.

What comes next?

For the next update it is planned to add the feature to count multiple things at once with multiple counters.

v1.1.2

15 Feb 10:45
21ba442
Compare
Choose a tag to compare

Fixes

  • Fixed buttons to add back the highlight on hover.
  • Also added a .btn class to convert other html elements to buttons. Used on the GitHub logo

v1.1.1

09 Feb 17:12
Compare
Choose a tag to compare

Changes

  • Fixed highlight on mobile which appeared when a button is pressed

v1.1.0

26 Jan 22:29
Compare
Choose a tag to compare

New features

  • Changed cache handler from CacheFirst to StaleWhileRevalidate

v1.0.1

26 Jan 18:37
Compare
Choose a tag to compare

New features

  • It is now possible to increment the counter by clicking the displayed number
  • Added GitHub logo to the app with links to this repository

v1.0.0

26 Jan 16:09
Compare
Choose a tag to compare

Features

  • Count up and down
  • Store current count in localState
  • App can be installed as a Progressive Web App