Changelog
v0.5.0 — July 15, 2026
Minor version — emotion wheel refactor
- —Researched more information into the emotion wheel
- —Categories now expanded from 4 to 6, and each category balanced with more nuance
- —Introduced a new colour spectrum for the categories (colours were targeted for the 4 categories)
- —Refactored the current flow to use the new ones (generic enough due to the front end being agnostic about the data consumption)
- —Added new tests
v0.4.0 — July 05, 2026 (build over the weekend of Ruby Retreat)
Minor version — vocabulary widget
- —Introduces the vocabulary widget, situated in the navbar that will return the definitions and a translation in Russian
- —Saves the translation to the DB
- —Created a
/vocabulary route that calls a random mix of the words, saves them into localStorage sp they can be viewed while logged out
v0.3.0 — June 23, 2026
Minor version — weekly tracker
- —Introduced a weekly tracker that displays an overview of the week, and displays a dot for each emotion logged or skipped.
- —An introductory view that will be expanded on in the future
v0.2.1 — June 12, 2026
Patch — refactor
- —Refactored the Emotions Graph into a component, in preparation for the calendar component
v0.2.0 — June 11, 2026
Minor version — data update
- —Full overhaul of the emotions being used, expanded the category by 1 and redefined the existing emotions
- —Tweaks to the colours, softened up the bold dark colours and added another for the additional emotion category
- —Introduced a
clear today button that removes todays log (will be removed full V1 release)
v0.1.1 — June 11, 2026
Patch — styling
- —Fixes the additional padding on the / route that offset the main to the top of the page
v0.1.0 — June 11, 2026
Minor version — initial release
- —Login
- —Emotion check-in flow across 4 contexts: Personal, Interpersonal, Social, and Professional
- —Sub-emotion selection with zone-coloured chips
- —Optional reflection at the end of each daily check-in
- —Reflection saved to personal context and decoupled from the check-in flow
- —Unified URL structure (removed duplication of wellbeing routes)
- —Responsive layout with desktop sidebar progress tracker and mobile stepper
- —Daily reset at midnight
- —Skip to dashboard at any point during check-in
- —About/Changelog/Roadmap documents