Skip to content

Releases: florian-strasser/LocalBoards

v0.5.7

05 Feb 22:26

Choose a tag to compare

📝 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

02 Feb 23:13

Choose a tag to compare

🔧 Bug Fixes & Improvements

  • Save board issue: Fixed a issue that prevented to save a board when no image was
    provided

v0.5.5

02 Feb 22:54

Choose a tag to compare

✨ 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 /public folder.

📝 Documentation

  • Landing Page: Added a screenshot to showcase the latest UI.
  • README.md: Included a screenshot for better project visualization.

v0.5.4

01 Feb 00:00

Choose a tag to compare

📝 Documentation

  • Created the first version of the documentation using Nuxt Content in the /docs folder.

🔧 Bug Fixes & Improvements

  • ModalWindow Component: Removed the pointer-events-auto class to resolve mobile usability issues.
  • Minimum Screen Size: Changed from min-h-screen to min-h-svh to improve mobile compatibility.
  • Theme Adjustment: Refined slate color in the bright theme.

v0.5.3

23 Jan 22:12

Choose a tag to compare

✨ 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 LocalBoards

After that you can go to your terminal and build as usual:

npx nuxt build

v0.5.2

20 Jan 13:22

Choose a tag to compare

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 LocalBoards

After that you can go to your terminal and build as usual:

npx nuxt build