Skip to content

v0.9.805 alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@aharish aharish released this 26 Aug 07:20
· 153 commits to main since this release
a17c3d9

v0.9.805-alpha

26 August 2024

In this release, we've introduced a variety of new features and improvements to enhance your experience with the app. The home screen has been significantly upgraded with a new list UI and a floating action button (FAB) to quickly add tasks, making it easier to manage your tasks directly from the home screen. We’ve also added a convenient option in the settings to switch between different home UI layouts, giving you more control over your workflow.

On the core functionality side, we’ve implemented an in-place editor for project descriptions, allowing you to make quick edits without leaving the screen. Additionally, there’s now support for deleting notes, ensuring you can keep your workspace clutter-free. We’ve also made several UI tweaks, including improving toolbar design, adding padding for empty states, and refining colors for better visibility.

This update also addresses various bug fixes and refinements, such as correcting the behavior of the back button, improving mobile and PWA download functionality, and ensuring consistent UI elements like date pickers across screens. We’ve also cleaned up some unused code and refactored components to improve overall performance and maintainability. We hope these changes make your experience smoother and more enjoyable!

New features 🎉

  • feat(ui): Add a list UI for homescreen 212e61f
  • feat(ui): Add option in settings to change home UI be5da07
  • feat(core): Add in-place editor to edit project descriptions 5be4d71
  • feat: Add support to delete notes e808ea9
  • feat(ui): Improve Toolbar design 6f8f51e
  • feat: Add padding for empty states 7de255f
  • feat(ui): Add FAB to add task on homescreen af61d53
  • feat(ui): Add CSS for appbar states d2c81cd
  • feat(core): Add index for updated timestamps e24174f

Fixes

  • fix(ui): Contain project list items within list 27eac86
  • fix(ui): Add default back button route 350a839
  • fix(ui): Make appbar border lighter in light mode b1304cc
  • fix(ui): Make note item colors lighter 60ab39c
  • fix: Update Inbox count when on Home screen 51e5497
  • fix: Revert exit app on back button 4611fb6
  • fix: Exit app on using back button e587906
  • fix: Set same width in date pickers across screens 100b9a5
  • fix: Fix download not working on mobileweb & PWA 5b7b885
  • fix: Remove unused CSS import in ProjectDetails component 8d912b2

Other

  • refactor: Remove iOS toolbar e3172c8
  • refactor: Moved home cards to new component f7fccfe
  • docs: Add generated Changelog.md file adfc0a0
  • build: Added Gradle flavor profiles 98ebf8c
  • (docs): Bump version to v0.9.805-alpha a17c3d9
  • refactor: Remove iOS mode toolbar 59d1fd4