Skip to content

Releases: JadnK/CodeDeck

CodeDeck v1.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 19:04

CodeDeck v1.2.0

CodeDeck 1.2.0 expands the project workflow from launching folders to managing the full local development cycle.

Highlights

  • Clone HTTPS, SSH or local Git repositories directly from the Add Project dialog. Optional branch, tag and shallow-clone settings are included.
  • Configure a build command, run command and development port for every project. CodeDeck can open the local URL and supplies the selected port to common web frameworks.
  • Use the new Git workbench to inspect file changes and diffs, switch or create branches, stage and unstage files, commit changes, and run fetch, pull or push.
  • Resolve text merge conflicts inside CodeDeck by choosing the current version, incoming version, both versions or a manually edited result. Continue or abort merge, rebase, cherry-pick and revert operations afterwards.
  • Keep CodeDeck available from the system tray and receive optional desktop notifications when builds, runs and other commands finish.
  • Keep the redesigned Settings sidebar, structured project-template management, streamlined Launch sets and improved non-selectable productivity UI from the previous interface rework.

Safety

Repository paths are validated before files are read or written. Cloning a repository never runs its scripts automatically, and commands still require an explicit user action.

Upgrade notes

Existing projects are migrated automatically. CodeDeck suggests build, run and port defaults from detected project metadata, while preserving explicitly configured values.

CodeDeck v1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:56

CodeDeck v1.1.0

CodeDeck 1.1.0 expands the project workflow from launching folders to managing the full local development cycle.

Highlights

  • Clone HTTPS, SSH or local Git repositories directly from the Add Project dialog. Optional branch, tag and shallow-clone settings are included.
  • Configure a build command, run command and development port for every project. CodeDeck can open the local URL and supplies the selected port to common web frameworks.
  • Use the new Git workbench to inspect file changes and diffs, switch or create branches, stage and unstage files, commit changes, and run fetch, pull or push.
  • Resolve text merge conflicts inside CodeDeck by choosing the current version, incoming version, both versions or a manually edited result. Continue or abort merge, rebase, cherry-pick and revert operations afterwards.
  • Keep CodeDeck available from the system tray and receive optional desktop notifications when builds, runs and other commands finish.
  • Keep the redesigned Settings sidebar, structured project-template management, streamlined Launch sets and improved non-selectable productivity UI from the previous interface rework.

Safety

Repository paths are validated before files are read or written. Cloning a repository never runs its scripts automatically, and commands still require an explicit user action.

Upgrade notes

Existing projects are migrated automatically. CodeDeck suggests build, run and port defaults from detected project metadata, while preserving explicitly configured values.

CodeDeck v1.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 08:18

CodeDeck v1.0.1

CodeDeck 1.0.1 is a focused bug-fix release for Linux IDE integration and release automation.

Highlights

  • Launch Visual Studio Code installed through Flatpak from the CodeDeck AppImage
  • Detect both user-level and system-wide VS Code Flatpak installations
  • Pass the real project directory to VS Code through {projectPath}
  • Use fully English GitHub release text and workflow messages
  • Load curated release notes directly from the tagged commit
  • Validate version files and updater metadata before the release is considered ready

Linux and Flatpak

CodeDeck now detects the Flathub package:

com.visualstudio.code

When detected, projects are opened with:

flatpak run com.visualstudio.code "{projectPath}"

This works even when the code command is not available in the AppImage environment.

Downloads

Choose the matching file under Assets:

  • Windows: MSI or setup EXE
  • macOS: universal DMG for Intel and Apple Silicon
  • Linux: AppImage or DEB

Updating

Installations that already include the CodeDeck updater can install v1.0.1 directly in the app after this release is published.

Notes

  • Flatpak applications need permission to access the selected project directory.
  • Windows SmartScreen or macOS Gatekeeper may display a warning because the platform installers are not yet signed with paid platform certificates.

Code Deck v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 06:36

Code Deck v1.0.0

A local desktop dashboard for organizing, opening, and launching development projects.

Downloads

  • Windows: MSI or Setup EXE
  • macOS: DMG as a universal build for Intel and Apple Silicon
  • Linux: AppImage or DEB

Installation

Download the appropriate installation package from the Assets section and run it.

The builds are currently not signed with a paid platform certificate. As a result, Windows SmartScreen or macOS Gatekeeper may display a warning when launching the application for the first time.

Full Changelog: v0.2.2...v1.0.0

Code Deck v0.2.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 13:30

Code Deck v0.2.2

Lokales Desktop-Dashboard zum Organisieren, Öffnen und Starten von Entwicklungsprojekten.

Downloads

  • Windows: MSI oder Setup-EXE
  • macOS: DMG als Universal-Build für Intel und Apple Silicon
  • Linux: AppImage oder DEB

Installation

Lade unter Assets das passende Installationspaket herunter und starte es.

Die Builds sind aktuell nicht mit einem kostenpflichtigen Plattform-Zertifikat signiert. Windows SmartScreen oder macOS Gatekeeper können deshalb beim ersten Start eine Warnung anzeigen.

Full Changelog: v0.2.1...v0.2.2

Code Deck v0.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:50

Code Deck v0.2.1

Lokales Desktop-Dashboard zum Organisieren, Öffnen und Starten von Entwicklungsprojekten.

Downloads

  • Windows: MSI oder Setup-EXE
  • macOS: DMG als Universal-Build für Intel und Apple Silicon
  • Linux: AppImage oder DEB

Installation

Lade unter Assets das passende Installationspaket herunter und starte es.

Die Builds sind aktuell nicht mit einem kostenpflichtigen Plattform-Zertifikat signiert. Windows SmartScreen oder macOS Gatekeeper können deshalb beim ersten Start eine Warnung anzeigen.

Full Changelog: v0.2.0...v0.2.1

Code Deck v0.2.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:31

Highlights

  • Create Node.js, TypeScript, React, Spring Boot, Python and Rust projects
  • Create projects from your own local templates
  • Open projects in configured IDEs and terminals
  • Run commands with live output and stop support
  • Start multi-project workspaces
  • Improved project creation and clearer controls

Downloads

Choose the installer for your operating system:

  • Windows: .msi or -setup.exe
  • macOS: .dmg
  • Linux: .AppImage or .deb

Known limitations

  • The interface is currently available in German
  • Builds are not yet code-signed
  • Commands run with the permissions of the current operating-system user