Skip to content

🌟 SpringCloud Dashboard - Release v2.0

Choose a tag to compare

@JadnK JadnK released this 22 May 10:53
· 86 commits to main since this release

We’re thrilled to announce the release of SpringCloud Dashboard v2.0 – our biggest update yet! This version brings a fresh new design, powerful new features, and critical improvements to make managing your cloud files smoother and smarter than ever.

πŸš€ What’s New in v2.0:

  • πŸ—“οΈ Integrated Calendar System
    Easily manage events, deadlines, or any date-related activities directly from the dashboard.

  • πŸ”” Webhook-Based Notifications
    You can now configure webhooks to send real-time notifications to external systems – perfect for integrations with Slack, Discord, or custom APIs.

  • πŸ“ File Sharing Fixes
    We’ve resolved multiple bugs in the file sharing module to ensure secure and reliable link generation.

  • 🎨 Complete UI Redesign
    Enjoy a fully refreshed interface with modern styling, improved usability, and responsive performance across all devices.

πŸ”§ Improvements & Fixes:

  • Enhanced security for file sharing links
  • Optimized database access for faster loading
  • Minor bug fixes and UI tweaks for better overall stability

βš™οΈ Quick Start:

  1. Download the latest release from the Releases section.
  2. Run the application:
java -jar springcloud.jar --url="jdbc:mariadb://YOUR_IP:3306/YOUR_DATABASE" --user="YOUR_USERNAME" --pw="YOUR_PASSWORD"
  1. Open http://YOUR_IP:8080/ in your browser.

πŸ” Default Login Credentials:

  • Username: admin
  • Password: jadenk_Β§! (change this on first login)

πŸ“ Additional Updates:

  • Updated README with full documentation for calendar and webhook features
  • Better support for mobile and tablet users
  • Cleaner navigation and layout structure

Thank you for using SpringCloud Dashboard!
For support, suggestions, or to report issues, feel free to open an issue on GitHub.

Happy file managing!
β€” The SpringCloud Team