Skip to content

Releases: gitdock-dev/gitdock

v1.2.0

21 May 22:59
06d2ee9

Choose a tag to compare

What's new

Account setup

  • Setup timeline aligned with GitHub SSH docs (published host key fingerprints, ssh -T verify)
  • Fine-grained PAT with Contents read (and optional Git SSH keys for upload-via-API)
  • Optional Remember stores PAT in your OS credential store (Windows Credential Manager, macOS Keychain, or Linux Secret Service). Never written to config.json

Dashboard UX

  • Dormant badge and filter for repos with no recent activity (last local commit if cloned, otherwise GitHub updated_at)
  • Cloned repos: subtle green border for quick scanning
  • Repo actions grouped in one control bar per card
  • Modals close when clicking outside or pressing Escape
  • Removed sidebar Activity log (toasts and SSE remain)

Docs

  • README and site copy updated for tokens, dormant repos, and Hub terminology

Upgrade notes

  • Existing accounts: open Manage Accounts → Setup Status if SSH or API steps need a re-check
  • Download a build below or run from source: git pull, npm install, npm start

v1.1.0 - Standalone executables

20 Feb 01:24

Choose a tag to compare

Download the zip for your platform, extract, and run. Windows: double-click start.bat (minimized) or gitdock.exe (with logs). macOS/Linux: run ./gitdock. On first run a setup screen lets you choose your workspace folder. No Node.js needed. Git and GitHub CLI must be installed.

v1.0.1 - Refinements

19 Feb 23:06

Choose a tag to compare

What changed

Dashboard

  • Cleaned up the Settings panel for a simpler experience
  • Updated Danger Zone wording for clarity

Server

  • Removed unused API endpoints
  • Cleaned up internal comments

Landing page

  • Updated privacy.html to accurately reflect the open-source dashboard and Hub service
  • Updated terms.html to reflect the Apache 2.0 license and Hub subscription model
  • Removed unused page (thank-you.html)

README

  • Fixed button labels to match the actual UI
  • Clarified the setup timeline flow
  • Updated project structure to reflect current files

Upgrade

If you cloned from v1.0.0, just git pull to get these changes. No configuration or data migration needed.

v1.0.0 - Initial Open Source Release

19 Feb 21:36

Choose a tag to compare

First public release of GitDock.

GitDock is a local dashboard to manage multiple GitHub accounts — search, organize, and operate on all your repos from one interface.

Getting Started

  1. Clone or download this release
  2. Run npm install
  3. Run node server.js
  4. Open http://127.0.0.1:3847

Includes

  • Local dashboard with full Git workflow
  • Multi-account support
  • Clone by URL
  • Hub for multi-machine sync (self-host or use hub.gitdock.dev)

Requirements

  • Node.js 18+
  • Git
  • GitHub CLI (gh)

Apache 2.0 License