Release Notes
v0.31.0
Released on May 7, 2025
- Fix not found error on auth redirect
- Fix account placeholder avatar
v0.30.0
Released on May 7, 2025
- Add PWA support so you can easily use Dexter from your smartphone
v0.29.0
Released on May 6, 2025
- Fix bug updating multi-select on render
- Fix thrashing of habits data
v0.27.0
Released on May 5, 2025
- Add links to help articles via the toolbar
- Add a list of all the amazing OSS projects that power Dexter in Settings > About
- Add some account info to Settings > Account
- Fix theme previews
v0.26.0
Released on April 29, 2025
- Add support for repeat tasks
- Bump the supabase cli
- Refine MoreButton menu styles
v0.25.0
Released on April 25, 2025
- Add daisy LLM instructions
- Add visual cues for users to handle left behind tasks
- Fix emoji picker icon
- Remove Review mode
- Remove routes for review
- Replace remaining non-native tooltips
- Update calendar toggle icon
v0.24.0
Released on April 23, 2025
- Add ability to toggle calendar
- Add mcp.json for local copilot workflows
- Fix journal being overwritten (WIP)
- Refine calendar styles for 15m and 30m events
- Refine LexicalEditor font sizes
- Refine toolbar styles
- Reset font sizes to start at 0.5rem
v0.23.0
Released on April 20, 2025
- Add card size to toolbar
- Add local storage persistence of state
- Add native tooltips
- Add size support to Calendar
- Fix habit scrolling
- Fix unnecessary re-renders of calendar
v0.22.0
Released on April 19, 2025
- Add calendar settings
- Add calendar to Day view
- Add grouping to the Quick Planner
- Add ics proxy for CORS resolution
- Refine habit styles
- Refine styles of cursor on task text
- Update database.types.ts
v0.19.0
Released on April 13, 2025
- Fix broken icon on login (mac)
- Fix column overscroll
- Fix drifting menus
- Refactor inputs
v0.17.0
Released on April 12, 2025
- Fix display of non active habit data
- Refactor DailyHabit to use joined data
v0.16.0
Released on April 11, 2025
- Add enable/disable for habit tracking
- Add habit tracking and settings management
- Add keyboard shortcuts for navigation and Quick Planner
- Add links to privacy policy and terms of service
- Add multiSelectMenu
- Add script for making new RLS policies
- Add tooltips
- Fix column scrolling in Week and Quick Planner
- Fix option to schedule next week on sundays
- Fix z-indexes
- Redo breakpoints to be simpler (mobile + desktop)
- Refactor API files
- Refactor confirmation modals
- Refactor settings
- Refactor to nested routes for settings
- Refine settings nav styles to match main nav
- Split notes and journal panels
- Update database.types.ts
- Update emoji picker to fit in small windows
v0.15.0
Released on April 4, 2025
- Add mobile-friendly navbar
- Add mobile login styles
- Add app icon to Login
v0.13.0
Released on April 4, 2025
- Add logic to increase cache from 1m to 10m
- Add logic to prevent users from attempting to reorder
- Add logic to show only relevant theme controls
- Fix conditionally loading dev vs prod resources
- Fix how really verbose cards display
- Fix white-screen-of-death on auth redirect
- Refactor dropdowns to popover API
- Refine copy for sign up vs sign in
- Refine login styles
- Refine signup email styles
v0.12
Released on April 2, 2025
- Add AGPLv3 license
- Fix missing Supabase env vars breaking builds
- Remove unused scripts from package.json
v0.11
Released on April 2, 2025
What's Changed
- v0.9 - Automated releases by @cvburgess in https://github.com/cvburgess/dexter-app/pull/38
- v0.10 - Customize magic link emails by @cvburgess in https://github.com/cvburgess/dexter-app/pull/41
- v0.11 - Publish on push by @cvburgess in https://github.com/cvburgess/dexter-app/pull/42
Full Changelog: https://github.com/cvburgess/dexter-app/compare/v0.8...v0.11