logo
Contact
FAQs
Changelog

Changelog

Stay informed about the newest features, improvements, and fixes landing in the More You app.

2.8.1

5 December 2025

Fixed

  • [Backend] Fix deep link redirection for email verification

2.8.0

5 December 2025

Added

  • [Backend] Add admin API support to update course sessions and tasks
  • [Backend] Add support for long-running jobs through a Redis-backed worker queue so API isn't blocked
  • [Mobile] Add visibility control for course tasks based on publication status

Changed

  • Rename mobile docker profile to frontend

Fixed

  • [Mobile] Fix persistent navigation to code entry screen in forgot password flow
  • [Mobile] Stop showing the journey onboarding questionnaire after users log out

2.7.0

27 November 2025

Added

  • [Mobile] Add consent checkbox for terms and privacy policy in create account flow and remove legacy terms page
  • [Mobile] Remove requirement to watch videos before completing quizzes

Fixed

  • [Backend] Prevent behavioural change tool entries from appearing on other accounts by storing each tool per user
  • [Mobile] Persist height and weight values when returning to BMI step in signup flow

2.6.0

20 November 2025

Added

  • [Backend] Add ReadBrowserConfigDto and integrate it into browser-config endpoint
  • [Backend] MCG clients now append the /api path internally so MCG_API_URL only needs the host
  • [Backend] Move weekly curriculum flag from frontend env to backend env and use it in Curriculum component
  • [Backend] Send Slack alerts for production 500 errors
  • [Mobile] Add Why now behavioural change tool so learners can capture their motivation and revisit saved notes across Managing My Weight, My Smoke Free Life, and Rethink My Drink
  • [Mobile] Add post-onboarding questionnaire screens so members can submit lifestyle KPI answers
  • [Mobile] Add reusable journey wrapper and apply it across mobile pages
  • [Website] Add a copy icon next to each release on the changelog so people can grab its shareable URL

Changed

  • [Mobile] Require BMI >=25 before allowing My Life Plan Weight Loss enrollment and show an alert when blocked
  • [Mobile] Update the mobile signup flow to capture height and weight and calculate BMI automatically for new members

Removed

  • [Backend] Uninstall deprecated @types/bcryptjs package

Fixed

  • [Backend] Ensure endpoints await their service lookups before shaping responses
  • [Backend] Rename course label 'drinking-cessation' to 'drinking-reduction'
  • [Mobile] Fix gender validation in signup form using transform to prevent not a number error
  • [Mobile] Persist postcode value in sign up form when returning to previous step

Security

  • [Backend] Redact sensitive token in logs and switch to DTO in password recovery flow

2.5.0

4 November 2025

Added

  • [Mobile] Allow the mobile app to download and apply remote updates without reinstalling
  • [Mobile] Introduce backend-powered behavioural change toolkit so mobile learners can fetch and complete tools with synced progress

Changed

  • [Mobile] Update Rethink My Drink goal flow to set a reduction date instead of a quit date

2.4.0

29 October 2025

Added

  • [Backend] Add ability to delete completed tasks when a task is deleted
  • [Backend] Add ability to delete triages when course is also deleted
  • [Mobile] Add Barrier to Weight Loss tool
  • [Mobile] Add Eat Healthy goal to the onboarding process
  • [Mobile] Add a Learning from a Lapse behavioural change tool so mobile learners can review setbacks across Managing My Weight, My Smoke Free Life, and Rethink My Drink courses
  • [Mobile] Add ethnicity & disability to the onboarding process
  • [Mobile] Add postcode autocomplete backed by postcodes.io to the mobile sign-up additional info form
  • [Mobile] Expose browser feature flags via backend and toggle mobile features accordingly
  • [Website] Show changelog in landing page

Changed

  • [Mobile] Allow to track 0 cigarettes in diary smoking entry
  • [Mobile] Updated water & liquids diary entry to display “units” instead of “number of cups”

Security

  • [Backend] Redact sensitive request fields from backend logs

2.3.0

15 October 2025

Added

  • [Mobile] Add smart goals tool
  • [Mobile] Add support for Rethink my Drink course
  • [Mobile] Add weight loss contract tool

2.2.0

9 October 2025

Added

  • [Backend] Make user postcode and course label columns required
  • [Mobile] Add Info o ML Philosophy, Psych & dietary approach tool
  • [Mobile] Add support for MSFL course
  • [Mobile] Added support for account deletion
  • [Mobile] Make marital status and occupation fields optional in signup process

Fixed

  • [Mobile] Add deeplink association for google play

2.1.0

1 October 2025

Added

  • [Backend] Add password validation to reset-password dto
  • [Backend] Add password validation to signup dto
  • [Backend] Add support to upload files up to 20MB
  • [Backend] Add url validation to external link asset dto
  • [Backend] Add validation to admin-course and chats dtos to reject empty or invalid fields
  • [Backend] Add journal log when user reacts to a session completed
  • [Backend] Add throttling to the reset password endpoint (5 attempts per 15 minutes)
  • [Backend] Normalize postcode in signup process
  • [Mobile] Set a goal when user starts a course
  • [Mobile] Set up cypress for component and end-to-end testing
  • [Mobile] Show quiz when lecture tasks are completed
  • [Mobile] Show user's KPI every day when accessing the course
  • Add AGENTS.md file to help AI coding agents

Changed

  • [Mobile] 'Set new goal' button routes user to goals page
  • [Mobile] Change wording 'Have you made a progress on your goal?' to 'Have you made progress on your goal?'

Removed

  • [Backend] Remove wait-on package
  • [Mobile] Remove all dummy components from managing my weight homepage

Fixed

  • [Backend] Fix session number under progress not showing the actual session from the selected pathway
  • [Mobile] Clear otp code from input when leaving or submitting verify email page
  • [Mobile] Fix an issue where the forgot password modal sometimes did not work
  • [Mobile] Remove queries from cache when user signs out

2.0.0

11 September 2025

Added

  • [!][Mobile] Add postcode system to access MLP based on user or GP region
  • [Backend] Log journal event when a user enrolls to course
  • [Mobile] Add Smoking entry to diary
  • [Mobile] Add mobile support for triage questionnaires in courses
  • [Mobile] Add support to send feedback when a module is completed
  • [Mobile] Capture metric when a user beings a course

Changed

  • [Mobile] Change password recovery process to enhance user experience

1.7.0

27 August 2025

Added

  • [Mobile] Add ion input otp component for one time passwords
  • [Mobile] Add description to push notifications in profile
  • [Mobile] Add gender, occupation & marital status in registration
  • [Mobile] Add selection goal screen in sign up process

Fixed

  • [Mobile] Remove animated dots from progress bar

1.6.0

14 August 2025

Added

  • [Backend] Add assets support for tasks
  • [Backend] Add migration file with full course for testing
  • [Backend] Chats are attached to users so they can only see their history
  • [Mobile] Show feedback options for assistant messages

Changed

  • [Backend] Rename 'Adult Weight Management' course to 'Managing my Weight'
  • [Mobile] Change text when the user gives a wrong answer on the quiz

Removed

  • [Mobile] Remove mobile number from Account Settings page

Fixed

  • [Backend] Update S3 CORS settings to allow videos and captions to load from https://moreyouapp.com without browser CORS errors

1.5.0

23 July 2025

Added

  • [Mobile] Add progress to quiz task

Changed

  • [Backend] Change IsNumber decorator to IsInt
  • [Mobile] Make quiz stats actions button visible and content scrollable
  • [Mobile] Move journey questionnaire to user account profile

Fixed

  • [Backend] Allow users to enroll in a course

1.4.0

16 July 2025

Added

  • [Backend] Add caption support for videos

Fixed

  • [Backend] Fix course progress endpoint

1.3.0

15 July 2025

Added

  • [Mobile] Enable mlp step button for tutorial
  • [Mobile] Show stats after quiz is completed

1.2.0

14 July 2025

Added

  • [Backend] Article images and media are now being cached in the app
  • [Mobile] Add first version of the my life plan architecture

Fixed

  • [Mobile] Fixed article page layout
  • [Mobile] Fixed position of loading spinner in chat list

1.1.0

9 July 2025

Added

  • [Mobile] Add Actual Weights to Weekly Targets section in MMW Homepage
  • [Mobile] Add Progress section in MMW Homepage
  • [Mobile] Add Weekly Targets section in MMW Homepage

1.0.0

30 June 2025

Added

  • [!][Backend] Articles can now be added to multiple categories

0.6.0

25 June 2025

Added

  • [Backend] Add endpoint to delete users
  • [Mobile] Add MLP-MMW Homescreen
  • [Mobile] Add author name and occupation in the articles
  • [Mobile] Add notification indicator in the account image
  • [Mobile] Change chat button to a bar at the bottom

Changed

  • [Backend] Simplify auth session guards
  • [Mobile] Fix minor issue when building the app
  • [Mobile] Move name on the Dashboard to the top toolbar
  • [Mobile] Move notification list to notification section in profile
  • [Mobile] Remove notification icon from header

Fixed

  • [Backend] Accessing the diary editors no longer throws an error
  • [Mobile] Fix Dashboard going blank after re-login
  • [Mobile] Fix text clipping in the Diary on iOS devices
  • [Mobile] Improve question text layout and increase answer box size for better UX

0.5.0

11 June 2025

Added

  • [Backend] Add credential provider
  • [Backend] Store diary interactions in the Journal table and color the icons in the Diary Widget accordingly
  • [Mobile] Add journal table to log human-feedback interactions
  • [Mobile] Add 7-day and 14-day push notifications
  • [Mobile] Add Diary Widget to the Dashboard

Changed

  • [Mobile] Cleanup SessionProvider to avoid calling the session endpoint twice

Fixed

  • [Mobile] Fix goals not being deleted

0.4.0

2 June 2025

Added

  • [Mobile] Add autofill password for ios platform
  • [Mobile] Add button to read all user notifications
  • [Mobile] Add MLP Managing My Weight Home screen
  • [Mobile] Add MLP Widget on the dashboard
  • [Mobile] Add more you logo for section titles
  • [Mobile] Create initial questionnaire to determine pathway course
  • [Mobile] Improve Diary Streak and Goal Widgets
  • [Mobile] Improve Homepage MLP Widget
  • [Mobile] Move user's name in Dashboard to title
  • [Mobile] Redirect user to signin page when unauthorized
  • [Mobile] Show pathway after completing MLP Questionnaire

Changed

  • [Mobile] Change Scandia font to use Poppins
  • [Mobile] Enhance the visual style of stories and dashboard videos for better user experience
  • [Website] Change Scandia font to use Poppins

Removed

  • [Mobile] Remove videos from the homepage

Fixed

  • [Backend] Fix user notification list
  • [Backend] Fix minor pagination error
  • [Mobile] Fix Virtuoso when scrolling up page content
  • [Mobile] Fix Goal Widget not updating
  • [Mobile] Fix error when completing goals from Journey section
  • [Mobile] Fix minor UI issues in the Diary section
  • [Mobile] Remove MLP Progress label

0.3.0

14 May 2025

Added

  • [Mobile] Add diary streak indicator under the dashboard page
  • [Mobile] Add button on dashboard to take the user to the journey section
  • [Mobile] Add context menu when long pressing chat message
  • [Mobile] Add prompt library implementation
  • [Mobile] Add version number to user's profile
  • [Mobile] Autosize text area under chat form
  • [Mobile] Change style of button to load more content
  • [Mobile] Create page to show all the articles and videos
  • [Mobile] Hide sidebar options that are not yet implemented
  • [Mobile] Improve Diary UI consistency
  • [Mobile] Limit the number of articles and videos shown in the dashboard and categories pages
  • [Mobile] Show current goal on Dashboard page
  • [Mobile] Show modal when goal is marked as completed
  • [Backend] Enable debug mode for the backend

Removed

  • [Mobile] Remove warning message when any resource is not found

Fixed

  • [Mobile] Disable autofill credentials for iOS
  • [Mobile] Downgrade capacitor and pltaform versions
  • [Mobile] Fix unexpected behaviour when pressing back button in chat list after deleting chat
  • [Mobile] Fix back button not navigating to the dashboard
  • [Mobile] Fix blank dashboard after relogin
  • [Mobile] Fix lowercase letters not allowed in postcode
  • [Mobile] Fix spaces not allowed in postcode

0.2.0

23 April 2025

Added

  • [Mobile] Add debug provider to log in users without using MCG and passwords
  • [Mobile] Add support for autofill credentials and deep links
  • [Mobile] Add videos to the dashboard screen
  • [Mobile] Redirect to dashboard from other tabs on hardware back button
  • Add contribution guidelines
  • [Website] Implement landing page for markets
  • [Website] Redirect users to markets based on the user's device when downloading the mobile app

Fixed

  • [Mobile] Fix incorrect resizing of screen due to keyboard

0.1.0

8 April 2025

Added

  • [Backend] Add backend support for diary
  • [Backend] Generate initial migration script
  • [Mobile] Add 'Your healthy reads' section with articles
  • [Mobile] Add title animation on the home page
  • [Mobile] Add Diary screen
  • [Mobile] Add Diary screens for viewing and editing entries
  • [Mobile] Add Goals section
  • [Mobile] Add carrousel in Onboarding journey for questionnaires
  • [Mobile] Add horizontal slider in goals filter
  • [Mobile] Add notification configuration
  • [Mobile] Add widgets to Diary home screen
  • [Mobile] Apply UI design to sidebar menu
  • [Mobile] Disable tutorial after completing it once
  • [Mobile] Enable input text when finishing journey questionnaire
  • [Mobile] Filter articles based on sidebar categories
  • [Mobile] Generate android build package
  • [Mobile] Implement chat history UI
  • [Mobile] Implement the chat threading UI
  • [Mobile] Implement user notification UI
  • [Mobile] Integrate Google Analytics for Firebase and initial events tracking
  • [Mobile] Integrate OneSignal for push notifications
  • [Mobile] Lock PRO sidebar buttons and show popup saying currently unavailable
  • [Mobile] Put astheriscs on required fields
  • [Mobile] Rebrand the mobile app
  • [Mobile] Show conditionally journey page or onboarding
  • Add support for changelogs
  • Set up repository to manage the deployment environments

Changed

  • [Mobile] Add slight changes to journey questionnaire
  • [Mobile] Small stylistic changes to keep them unified

Fixed

  • [Mobile] Enable keyboard capacitor plugin
  • [Mobile] Fix modals not showing all of their content
  • [Mobile] Fix screens where scroll was not enabled
  • [Mobile] Invalidating wrong key when notification is sent to mobile device
  • [Mobile] Only exit app when the router cannot go back anymore
  • [Mobile] Save journey questionnaires even if empty
  • [Mobile] Set the correct text for second question of nutrition eating habits