Releases: Hanziness/FocusTide
v0.7.2 - PWA experience improvements
v0.7.1
v0.7.0
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
v0.6.0 - Settings and meta improvements
v0.5.0 - Add social media metadata
This release adds missing metadata to improve sharing on Twitter and Facebook.
v0.4.0 - Add changelog generation
Versioning (and changelog generation) is now handled by conventional-changelog/standard-version
.
v0.3.1 - Disable Vercel auto-deploy
This release removes the Vercel configuration file and the repo is disconnected from Vercel for now.
v0.3.0 - Visual improvements
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
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
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.