Releases: brunoeiterer/lifejournaler
Releases · brunoeiterer/lifejournaler
frontend-v1.12.0-backend-v1.5.0
- Removed color scheme preference, making the app look consistent.
frontend-v1.11.1-backend-v1.5.0
- Refactored code to use tailwind styled components
- Upgraded dependencies to fix vulnerabilities
frontend-v1.11.0-backend-v1.5.0
- Add possible depressive episode warning.
frontend-v1.10.0-backend-v1.5.0
- Close modals on back button
frontend-v1.9.0-backend-v1.5.0
- Add Racing Thoughts to Entries
- Fix clipped labels on charts when they have more than one digit
frontend-v1.8.0-backend-v1.4.1
- Fix entry search in the database when editing entries. It was previously searching only by date, instead of also checking the user id.
frontend-v1.7.2-backend-v1.4.0
- Use svg instead of character for calendar arrows.
frontend-v1.7.1-backend-v1.4.0
- Standardize fonts
- Remove duplicate Privacy Policy title
frontend-v1.7.0-backend-v1.4.0
- Fixes calendar items displaying over the drawer/overlays
- Locks scrolling when drawer/modals are open
frontend-v1.6.0-backend-v1.4.0
- Close Modals when clicking outside them
- Close Drawer when clicking outside it
- Close Drawer on esc key press
- Move Entry Editor to generic modal, fixes close button placement and enables closing by clicking outside it