Releases: florian-strasser/LocalBoards
Releases · florian-strasser/LocalBoards
v0.5.7
📝 Documentation
- Static Build Compatibility: Adjusted query keys to prevent issues when building documentation statically.
- Mobile Optimization: Fixed mobile-specific issues for better usability on all devices.
- Accessibility: Optimized documentation for improved accessibility standards.
- SEO Enhancement: Improved SEO for better discoverability of the documentation.
v0.5.6
🔧 Bug Fixes & Improvements
- Save board issue: Fixed a issue that prevented to save a board when no image was
provided
v0.5.5
✨ New Features
- Board Thumbnails: Users can now upload or select a thumbnail for their boards.
- Placeholder Images: Added 6 default board placeholder images to the
/publicfolder.
📝 Documentation
- Landing Page: Added a screenshot to showcase the latest UI.
- README.md: Included a screenshot for better project visualization.
v0.5.4
📝 Documentation
- Created the first version of the documentation using Nuxt Content in the
/docsfolder.
🔧 Bug Fixes & Improvements
- ModalWindow Component: Removed the
pointer-events-autoclass to resolve mobile usability issues. - Minimum Screen Size: Changed from
min-h-screentomin-h-svhto improve mobile compatibility. - Theme Adjustment: Refined slate color in the bright theme.
v0.5.3
✨ New Features
- Delete Button for Cards: Easily remove cards with a dedicated delete button.
- Touch Icon: Added a new touch icon for improved mobile/desktop experience.
🎨 Design & UI
- Status Checkbox: Updated the status checkbox color to match the primary theme.
- Color Scheme: Applied subtle refinements to the overall color palette.
🗑️ Cleanup
- API: Removed deprecated route (api/upload/image.ts).
- Project Structure: Introduced a CHANGELOG.md file for better version tracking.
🔧 Maintenance
- Dependencies: Updated project dependencies for improved performance and security.
How to update
Simply clone the repository again and move your .env files in place.
git clone https://github.com/florian-strasser/LocalBoards
cd LocalBoardsAfter that you can go to your terminal and build as usual:
npx nuxt buildv0.5.2
In the future we will only show what is actually contained in the release. But since there are no other releases yet, i felt like this would be useful.
v0.5.0
- API Access is now possible. You can create API keys that have the rights that the user has that created them. That way you can build tools and automated workflows to enhance your experience with LocalBoards.
v0.5.1
- We introduced a dark mode. If the device prefers a dark scheme we show it to the user. Otherwise they will still see the bright layout.
v0.5.2
- Fixed a small issue with the invite system after the API Access was introduced.
How to update
Simply clone the repository again and move your .env files in place.
git clone https://github.com/florian-strasser/LocalBoards
cd LocalBoardsAfter that you can go to your terminal and build as usual:
npx nuxt build