Skip to content

Releases: Hanziness/FocusTide

v1.7.0-0

22 Sep 13:13
Compare
Choose a tag to compare
v1.7.0-0 Pre-release
Pre-release
chore(release): 1.7.0-0

v1.6.0

11 Mar 17:48
Compare
Choose a tag to compare

This small update adds a new option to switch between different behaviors at the end of a section (keep ticking, stop the timer or automatically advance to the next section) and updates the dependencies of the app. The section end behavior feature opens up a variety of use cases, e.g., if you are doing high intensity interval training, the auto-skip feature might come handy.

1.6.0 (2024-03-11)

Features

  • timer: Allow choosing a behavior when a section ends (#361) (40ca6d6)

Bug Fixes

  • ticker: Delegate schedule advance to the next tick to fix the wrong sound playing (#365) (f62ef40)

Refactors

v1.5.2

25 Nov 08:40
Compare
Choose a tag to compare

This update includes only under-the-hood and developer-facing changes by upgrading the project's dependencies to their latest versions and upgrading the continuous integration and package manager settings.

⚠️ CI and project management changes

  • The project now uses Yarn 4.0.2 as its package manager (through Corepack)
  • The minimum NodeJS version is now 18 (because of Yarn 4). The GitHub workflow build uses Node 20, the Netlify build uses Node 18.

NOTE These can be breaking changes, understandably this does not conform to semantic versioning, where this should be a major release instead. The changes, though, do not necessarily affect those wishing to self-host FocusTide as the project should install and run properly with older versions of Yarn, too (even if you might not get the exact same dependency resolution as in the current Yarn lock file). Do make sure to inform me if this update causes any problems for you!

Dependencies

Changes in main dependencies:

  • Nuxt 3.5.2 -> 3.8.2
  • Vue 3.3.4 -> 3.3.8
  • Vite 4.3.9 -> 5.0.2
  • TypeScript 5.0.4 -> 5.3.2
  • Workbox 6.6.1 -> 7.0.0

Some minor dependencies:

  • CoreJS 3.30.2 -> 3.33.3
  • Pinia 2.1.3 -> 2.1.7
  • Sass 1.62.1 -> 1.69.5
  • Tailwind 3.3.2 -> 3.3.5
  • VueI18n 9.2.2 -> 9.7.1

v1.5.1

13 Jul 14:14
Compare
Choose a tag to compare

Bug Fixes

  • Add missing query param to https redirects (#354) (044ba82)

v1.5.0

07 Jun 14:24
Compare
Choose a tag to compare

This release brings a few smaller improvements to the app. The most notable of these are changeable section colours (5 predefined sets and the ability to set custom hues and saturations), the app opening in the user's language on first launch and offline functionality being fixed (the app should be available for offline use after first opening it). The app is now available in Simplified Chinese, too, thanks to @huangyinhaow!

Features

  • Allow theming section colours (#341) (0857831)
  • Warn when app is visited from the old domain (#345) (af42811)

Bug Fixes

  • Adjust viewport height to eliminate scrolling on mobile (#343) (f55b2c1)
  • App opens in the user's language on first launch (#340) (2172406)
  • pwa: Fix offline functionality (#350) (4ef1bb0)

Refactors

Localizations

Screenshot of the new theme colour picker

v1.4.3

19 Feb 20:54
Compare
Choose a tag to compare

1.4.3 (2023-02-19)

Localizations

v1.4.2

08 Jan 10:38
Compare
Choose a tag to compare

This patch release includes only some minor updates.

1.4.2

This update adds a missing configuration commit left out from the previous update.

1.4.1 (2023-01-08)

Bug Fixes

  • meta: Use metadata again on the site (#328) (6fd3674)
  • Redirect another-pomodoro.app to focustide.app (#323) (012d7ee)

Refactors

v1.4.0

03 Jan 16:44
Compare
Choose a tag to compare

This release renames the app from AnotherPomodoro to FocusTide and introduces a new, more lightweight design and a more useful onboarding view.

Screenshot of the updated user interface

1.4.0 (2023-01-03)

⚠ BREAKING CHANGES

  • Change most URLs to FocusTide (#299)

Features

Bug Fixes

Refactors

v1.3.5

17 Sep 18:02
Compare
Choose a tag to compare

This update addresses an issue (detailed in the pull request below) that caused the service worker not to register in some cases.

1.3.5 (2022-09-17)

Bug Fixes

  • serviceworker: Fix service worker not registering (#270) (4fc8e4d)

v1.3.4

17 Sep 17:42
Compare
Choose a tag to compare

This is a minor patch release, updating Nuxt from v3.0.0-rc.8 to v3.0.0-rc.10.

1.3.4 (2022-09-17)

Refactors