Skip to content

Releases: Hanziness/FocusTide

v0.7.2 - PWA experience improvements

31 Dec 09:20
Compare
Choose a tag to compare
Pre-release

Features

  • pwa: PWA app now starts on timer page (595f372)

Bug Fixes

  • pwa: Display correct app name in PWA contexts (7d208cf)

v0.7.1

31 Dec 08:49
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Bug Fixes

  • controls: Fix transparency of disabled control buttons in Chromium (605fe46), closes #59

v0.7.0

30 Dec 20:10
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

This release bring with itself some refactors around the settings module of the store, a bug fix so that the traditional timer is now usable with session longer than one hour, i18n improvements and changelog generation improvements (aside from features and bug fixes, refactors, documentation changes and some more also visible along with a dedicated i18n type for localization changes).

Features

  • changelog: Add i18n-related commit types (07279ef)
  • changelog: Show more categories in changelog (5d97f1e)

Bug Fixes

  • timer: Traditional timer now displays hours (d099128)

Refactors

  • store: Remove global preset application (9473452)
  • Migrate to vuex-persistedstate (25918ad)
  • settings: Move timerPresets out of store, remove debug preset (da81b55)

Documentation

  • readme: Update README to reflect vuex persistence change (4583fbb)

Localizations

  • hu: Add missing form error translations to Hungarian (443508d), closes #62

v0.6.0 - Settings and meta improvements

30 Dec 12:52
Compare
Choose a tag to compare
Pre-release

Features

  • settings: Add reset button to settings panel (7a426f4)
  • settings: Localize settings reset feature (73af5c4)
  • settings: Settings store can be reset, merge more consistent (73de8c8)

Bug Fixes

  • meta: Fix empty start_url in manifest (6071553)
  • settings: Highlight i18n locale if preference is not valid (d8e0bd5)

v0.5.0 - Add social media metadata

27 Dec 18:09
Compare
Choose a tag to compare
Pre-release

This release adds missing metadata to improve sharing on Twitter and Facebook.

v0.4.0 - Add changelog generation

26 Dec 14:59
Compare
Choose a tag to compare
Pre-release

Versioning (and changelog generation) is now handled by conventional-changelog/standard-version.

v0.3.1 - Disable Vercel auto-deploy

26 Dec 14:01
Compare
Choose a tag to compare
Pre-release

This release removes the Vercel configuration file and the repo is disconnected from Vercel for now.

v0.3.0 - Visual improvements

26 Dec 13:41
Compare
Choose a tag to compare
Pre-release

With PR #48 merged, this release brings about some subtle visual changes (like the schedule display showing the section's type, fade transition when toggling the progress bar) and minor refactors.

The last commits included in the PR were also conventional commits, so hopefully we'll have automated changelog generation soon!

Disable Vercel auto-deploy

25 Dec 18:59
Compare
Choose a tag to compare
Pre-release

Commits on different branches were creating lots of auto-deploys on Vercel. This was disabled (for now, at least) and deployment hooks were set up to handle deployments only when master or develop receive updates.

Home page

25 Dec 17:45
Compare
Choose a tag to compare
Home page Pre-release
Pre-release

This release brings a new home page with itself thanks to PR #43. New additions to that include upgrading Tailwind to V2 (PostCSS V7 compatibility build until Nuxt is updated to PostCSS 8), a WIP setup page, a new icon and more! Check out the PR for more details and screenshots.