Releases: darmiel/perplex
Releases · darmiel/perplex
v0.5.0-beta
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
, andProject
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 bycreation
date - New Topic List View: Toggle between
Grid
andTable
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
- Hit
- 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
, andAWS_SECRET_KEY
Housekeeping
- Updated NextUI to version
v2.2.0
v0.4.0-beta
New Features
- Custom Ordering for Topics! ✨
- Action Linking on Topic Overview Page
- Updated Action Overview
Fixes
- Fixed Wrong Navbar Border Color
Full Changelog: v0.3.0...v0.4.0
v.0.3.0-beta
- Topic Subscription
- You can now subscribe topics to get notified of new comments.
- Hide Navbar on small screens
Full Changelog: v0.2.0...v0.3.0
v0.2.0-alpha
New
- New compact topic list
- Prepare LexoRank sorting for topics in database
- Added action peek for topic overview
- Added random color picker for new tags
- Added random color picker for new priorities
Updated
- Updated general modal design
- Redesigned the
Create Meeting
modal - Redesigned the
Create Action
modal - Fixed scrolling in
Manage Project
modal - Fixed scrolling in
Action Peek
modal
- Redesigned the
Full Changelog: v0.1.0...v0.2.0
v0.1.0-alpha
Initial release of perplex!