Releases: iamcanturk/DoctorDock
Releases · iamcanturk/DoctorDock
Release list
v0.1.0
Changelog
Features
- 1dbe730: feat(app): more artistic share card — hero mascot, layered backdrop (Yusuf Can TÜRK iamcanturk@gmail.com)
- 86ec282: feat(app): redesign the Findings panel with native rule explanations (Yusuf Can TÜRK iamcanturk@gmail.com)
- 0339565: feat(app): redesign the share card for social (16:9, mascot) (Yusuf Can TÜRK iamcanturk@gmail.com)
- 1843161: feat(app): shareable Docker health card, plus a headless view renderer (Yusuf Can TÜRK iamcanturk@gmail.com)
- fa0bcb6: feat(web): SEO + GEO for the landing page (Yusuf Can TÜRK iamcanturk@gmail.com)
- 5457537: feat(web): real app screenshots and the mascot logo in the hero (Yusuf Can TÜRK iamcanturk@gmail.com)
- 1345d47: feat: Docker-blue theme, animated landing, mascot, social links (Yusuf Can TÜRK iamcanturk@gmail.com)
- 2913709: feat: add CI, release pipeline, packaging and documentation (Yusuf Can TÜRK iamcanturk@gmail.com)
- ec9dbb0: feat: add
doctordock explainand gloss the jargon in the dashboard (Yusuf Can TÜRK iamcanturk@gmail.com) - 11ff798: feat: add doctordock cleanup (Yusuf Can TÜRK iamcanturk@gmail.com)
- 24f5799: feat: add public data model and Docker Engine API client (Yusuf Can TÜRK iamcanturk@gmail.com)
- bd14ee4: feat: add rule engine, scanner, scoring, renderers and the CLI (Yusuf Can TÜRK iamcanturk@gmail.com)
- b1ef843: feat: add the macOS menubar app (Yusuf Can TÜRK iamcanturk@gmail.com)
- 2d35c18: feat: real mascot, animated hero video, app icon (Yusuf Can TÜRK iamcanturk@gmail.com)
- 09c7629: feat: redesign the share card and add a landing page (Yusuf Can TÜRK iamcanturk@gmail.com)
- 4406751: feat: social-media promo video, drop the unused hero clip (Yusuf Can TÜRK iamcanturk@gmail.com)
Fixes
- fdf278b: fix(app): the first scan never ran (Yusuf Can TÜRK iamcanturk@gmail.com)
- c8213b4: fix(release): build the ghcr image via per-arch dockers + manifest (Yusuf Can TÜRK iamcanturk@gmail.com)
- de491ef: fix(web): point the app CTAs to the build-from-source instructions (Yusuf Can TÜRK iamcanturk@gmail.com)
Other
- 0bd1058: build: focus distribution on macOS via Homebrew, drop Scoop and npm (Yusuf Can TÜRK iamcanturk@gmail.com)
- d0418c5: build: make local verification the release gate and add an installer (Yusuf Can TÜRK iamcanturk@gmail.com)
- 9d46d19: chore(web): add Cloudflare Pages headers and deploy docs (Yusuf Can TÜRK iamcanturk@gmail.com)
- cbe8b98: chore(web): add Cloudflare static-assets deploy config (Yusuf Can TÜRK iamcanturk@gmail.com)
- b9556a0: docs(marketing): Turkish launch & social-strategy playbook (HTML) (Yusuf Can TÜRK iamcanturk@gmail.com)
- 26ede07: docs(readme): add "share your own card" CTA; drop duplicate go-install line (Yusuf Can TÜRK iamcanturk@gmail.com)
- 598b8af: perf(docker): stop making the daemon do work no rule reads (Yusuf Can TÜRK iamcanturk@gmail.com)
Install
brew install iamcanturk/tap/doctordock # macOS
go install github.com/iamcanturk/DoctorDock/cmd/doctordock@v0.1.0Or run it in CI without installing anything:
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock:ro \
ghcr.io/iamcanturk/doctordock:0.1.0