Releases: Chackoz/Dash-Desktop
v0.1.5-beta
v0.1.5
New Features
- System Specs Fetching: Added support to fetch system specifications and available programming languages.
- Docker Enhancements: Improved Docker support, enabling automatic detection of environment configurations.
Bug Fixes
- Dashboard Fix: Removed code editor from Docker mode to streamline the UI and improve usability.
Performance
- Optimized language detection for faster processing.
- Enhanced Docker initialization speed for quicker task deployment.
Full Changelog: v0.1.2-alpha...v0.1.5-beta
v0.1.2-alpha
v0.1.2-alpha
New Features
- Docker Support: Integrated Docker for easier environment setup and deployment.
- Distributed Docker: Enabled distributed deployment across Docker containers for improved scalability.
Bug Fixes
- Fixed synchronization issues between clients and scheduler.
- Corrected minor UI layout issues in task scheduling dashboard.
Performance
- Optimized Docker container orchestration for faster task execution.
- Reduced latency in task assignment and result reporting.
Full Changelog: alpha-v0.1.1...v0.1.2-alpha
v0.1.1
v0.1.1-alpha (2024-12-23)
First Production Ready Release with stability improvements and bug fixes.
Bug Fixes
- Fixed presence data structure in database
- Corrected client ID persistence in localStorage
- Added TypeScript type definitions for presence data
Performance
- Optimized presence listener cleanup
- Improved presence validation and filtering
- Added proper interval cleanup on component unmount
v0.1.0
Release Notes - DASH v0.1.0
Full Changelog: alpha-v0.0.2...alpha-v0.1.0
v0.0.2
Here’s a simple release note for v0.0.2:
v0.0.2 - Initial Release
Features:
Initial Setup: Set up the basic structure for the project, including integration with Tauri and Next.js.
Basic Functionality: Implemented the core functionality for the app to handle code execution and deployment via the scheduler.
UI: Initial user interface based on the minimal theme with light colors, including the "Send to DASH" feature for easy task submission.
Icon: Added default app icon for all platforms (Windows, macOS, Linux).
Fixes:
Resolved build errors and id based errors
Known Issues:
Minor UI adjustments may be needed for better cross-platform consistency.
Performance optimizations for the scheduler task distribution are planned for future updates.
v0.0.1
v0.0.1 - Initial Release
Features:
Initial Setup: Set up the basic structure for the project, including integration with Tauri and Next.js.
Basic Functionality: Implemented the core functionality for the app to handle code execution and deployment via the scheduler.
UI: Initial user interface based on the minimal theme with light colors, including the "Send to DASH" feature for easy task submission.
Icon: Added default app icon for all platforms (Windows, macOS, Linux).
Fixes:
Resolved initial build configuration for Tauri and Next.js integration.
Known Issues:
Minor UI adjustments may be needed for better cross-platform consistency.
Performance optimizations for the scheduler task distribution are planned for future updates.