Releases: Hanziness/FocusTide
v1.3.3
After three months, v1.3 brings with itself, among others, one major upgrade: the app is now built using Nuxt v3 (implemented in #253). It also provides a better PWA (now really fully offline) experience, the addition of French (thank you @jduchateau) and Spanish (thank you Gudwin) some UI upgrades (new toggle controls and sliders in the settings!) and multiple under-the-hood changes.
Users of previous versions please note that your settings (but not your tasks) will be reset when opening the app - this is due to the fact that some colour-related settings have been modified and the old values would cause the app to not function properly.
I would like to thank AlextheID, John and Jeff very much for their support on Buy Me a Coffee, it means a lot to me!
1.3.3 (2022-09-02)
Localizations
1.3.2 (2022-09-02)
Bug Fixes
- Make Spanish language show up in settings
1.3.1 (2022-09-02)
Bug Fixes
1.3.0 (2022-09-01)
Features
- Add app event recording (#249) (33d2e86)
- Add platform modules (#259) (29e6392)
- i18n: Add Spanish translations (courtesy Gudwin) (#265) (0e35a7e)
- Minor improvements (#264) (fe9771e)
Bug Fixes
- pwa: Fix PWA registration (#263) (ab12a53)
- Re-enable server-side rendering (#258) (1a368b9)
- Translate onboarding button strings (#242) (8279758)
Localizations
Refactors
v1.2.0
This release brings with itself three major new features and some minor bug fixes and refactors. Most notably, you can now save your settings to a JSON file and load it later, the app now now shows the time spent beyond the timer and there is a little welcome screen for new users.
Features
- Add ability to save and restore settings and tasks (#228) (df3097b)
- Add welcome screen (#222) (cd92141)
- Continue tracking time after timer expired (#229) (057fbf1)
Bug Fixes
- Change input error highlight aesthetics (#239) (79c95f1)
- Fix schedule item transitions (#237) (d542cf6)
Refactors
v1.1.1 - Mobile improvements
v1.1.0 - Mobile improvements
This release comes with multiple improvements for mobile users and updated timer designs. Noteworthy improvements include:
- the tasks panel and the settings button should now be accessible regardless of device size
- tasks are now editable by clicking on them
- the timers got a redesign and should be more mobile-friendly
- scroll snapping was relaxed on the home page, so it should be easier to use across browsers
- the setup page was disabled for now, an improved setup experience will be created later
Full changelog
Features
- pwa: Generate multiple icon variants during build (#207) (aabd43a)
- pwa: Improve mobile PWA experience (#204) (94188b6)
- schedule: The settings button and the schedule are now integrated (#197) (182a328)
- tasks: Add placeholder text to new task field (#201) (5dce404)
- tasks: Editable task titles (#205) (16c1f83)
- tasks: Make tasks panel responsive (#200) (55996a5)
- timers: Redesign timers and remove dependency on day.js (#186) (cdd7093)
Bug Fixes
- dev: Exclude node_modules, git folders and nuxt cache from watch (#181) (7c63ccc)
- Fix store plugins not working on navigation (#210) (10ebae0)
- home: Relax scroll snap behaviour on home page (#198) (81c85f7)
- Make persistence work across navigation (df00dd7)
Refactors
v1.0.1
There we go, first critical bug in production uncovered and fixed. It seemed to only affect Firefox when Hungarian translations were enabled on the home page, and caused a DOMException
that rendered the homepage unusable (no buttons would appear etc.).
Bug Fixes
v1.0.0 - Finally stable
🎉 Whew. The time has come! The app has finally reached 1.0! Absolutely first of all, it now lives on its own domain at https://another-pomodoro.app! I'm so happy to finally share this app with everyone. I truly hope you'll find it helpful in your everyday life, work, productivity or other sessions. I'm also really happy to hear your feedback - check out the discussions page or feel free to open an issue if you've found something that's not working. The licence had also changed to MIT!
AnotherPomodoro launches on Product Hunt, too! Check it out here:
I have plans for the future of this app, too, as now it is mature enough to start adding other new and exciting stuff to it, but I want to make sure that new features still keep the app itself simple while making it more unique. Thank you for your help, and also special thank you to the first contributor of this app, @milotype, who did the Croatian translations and helped me out with a non-translating timer issue.
If you'd like to contribute, please read the contribution guidelines, and if you have ideas that you think would help make this app better, please share them in the discussions.
Thank you, and see you around! Have a great productivity session!
Features
- Changed license to MIT (#136) (991396a)
- Begin next section by pressing the start button (#109) (b6b56d1)
- Updated layout to better fit mobile devices (#144) (c0d2bcc)
- Redesigned home page (#127) (e8763f1)
- Added page transitions and a fancy splash screen to the timer for more eye candy (#129) (9310c3a)
- Friendly error pages that help you take actions if something goes wrong (#130) (7c746e4)
- Improved SEO and accessibility (#146) (6f39966)
- Improved site and PWA icons (#150) (337966b)
- Revamped the settings panel with a new theme. The panel now floats, its rounded tabs blend better into the UI and the tabs collapse to icons on narrow screens. (#119) (dd8c57d)
- Finished setup page. It offers a few presets and a live preview of your changes, too, to get started with the app. (#122) (7e5495f)
- Rewritten the to-do list from scratch. It now offers a more intuitive user experience with a simpler design, drag-and-drop list items and auto-deletion of completed tasks. (#111) (ce96980)
Bug Fixes
- timer: Progress bars now transition seamlessly between sections (#113) (0e219af)
- Many other small bug fixes (#133)
Refactors
- i18n: Made adding localisations easier (#152) (44c1aed)
- theme: Replaced Material Design icons with Tabler Icons (#112) (afa2d41)
- theme: Change accent colour so it better matches branding (#145) (e197303)
- Ugraded to Tailwind CSS 3 (#123) (c7004ba)
- Lots of other small refactors and bugfixes - see PR for details (#133) (e997c03)