Skip to content

v0.5.0-beta

Latest
Compare
Choose a tag to compare
@darmiel darmiel released this 24 Nov 10:34
· 20 commits to main since this release
c15d066

Changelog for Version 0.4.0

What's New?

  • File Upload Support: You can now upload files! (This feature must be enabled at the project level before use)
  • Truncate lengthy text in topics, and on meeting and action item cards (#14, props to @Julian702!)
  • Quick navigation feature allows you to switch between Topic, Meeting, and Project seamlessly from the breadcrumbs navigation (#13, @darmiel)
  • Added Landing Page (displayed when signed out)
  • Follow-up Meetings (some functions missing, WIP)
  • Customize your Topic List with new sorting options: lexorank for personal custom sorting, name, or by creation date
  • New Topic List View: Toggle between Grid and Table using the new button in the meeting overview
  • Create QR Code button for quick topic sharing is now part of the topic overview
  • Quick solution creation:
    • Hit Command + Shift + Enter to send a comment and mark it as the solution
    • Closing a topic without a solution now prompts you for one
  • Refined Project Management Modal with enhanced UI/UX design
  • General UI/UX improvements

Bug Fixes

  • Resolved auto-subscription issues for newly created topics
  • Updated the Action Tag icon

Breaking Changes

  • Heads up: The Firebase config has migrated to the config/ folder
  • New environment variables introduced for File Upload functionality, including AWS_REGION, AWS_ENDPOINT, AWS_BUCKET, AWS_ACCESS_KEY, and AWS_SECRET_KEY

Housekeeping

  • Updated NextUI to version v2.2.0

Full changelog