Skip to content

Releases: Chackoz/Dash-Desktop

v0.1.5-beta

25 Dec 06:09
Compare
Choose a tag to compare

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

24 Dec 05:56
Compare
Choose a tag to compare

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

23 Dec 14:21
Compare
Choose a tag to compare

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

Full Changelog

v0.1.0

23 Dec 12:31
Compare
Choose a tag to compare

Release Notes - DASH v0.1.0

Full Changelog: alpha-v0.0.2...alpha-v0.1.0

v0.0.2

22 Dec 18:32
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

22 Dec 17:38
48dc122
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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.