Releases: kan/roji
Releases · kan/roji
v1.0.1
Changelog
Bug Fixes
- 7ae9803: fix: add safeHTML pipe to i18n output on homepage features (@kan)
- c6a3ee3: fix: set correct baseURL for production build (@kan)
- fd115fa: fix: upgrade Go to 1.25.8 to address security vulnerabilities (@kan)
Other
- 14d3878: Prepare for v1.0.1 release (@kan)
- 1f885b2: deps: Bump golang.org/x/net from 0.49.0 to 0.51.0 (@dependabot[bot])
- d48e32b: docker: Bump golang from 1.25-alpine to 1.26-alpine (@dependabot[bot])
Docker Image
docker pull ghcr.io/kan/roji:1.0.1Homebrew (macOS)
brew install kan/roji/rojiQuick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v1.0.1/install.sh | bashv1.0.0
Changelog
Features
- aa2923c: feat: add Homebrew tap support for macOS installation (@kan)
- 592084c: feat: add i18n support with language toggle and log layout fix (@kan)
- ddad331: feat: add test jobs to release workflow (@kan)
- 20ba256: feat: v1.0.0 - remove Docker Mode, add project history delete (@kan)
Other
Docker Image
docker pull ghcr.io/kan/roji:1.0.0Homebrew (macOS)
brew install kan/roji/rojiQuick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v1.0.0/install.sh | bashv0.9.1
v0.9.0
Changelog
Features
- 88f9d21: feat: add BASIC authentication support (@kan)
- a084353: feat: add Docker Compose project operations (up/down/restart/logs) (@kan)
- 04e0354: feat: add Windows service support using NSSM (@kan)
- 657de1c: feat: add comprehensive config file validation (@kan)
- 15c0245: feat: add log file output and roji log command (@kan)
- 9278d14: feat: add macOS launchd service support (@kan)
- 400a6a1: feat: add roji service command for Linux (systemd) (@kan)
- 861b107: feat: add static file hosting with directory listing (@kan)
- 90d7fb4: feat: rewrite install.sh for Native Mode installation (@kan)
Bug Fixes
- e2048d3: fix: prevent dashboard error when no containers are running (@kan)
- 703c99f: fix: resolve certutil.exe not found on some WSL configurations (@kan)
Other
- 85b05b9: deps: bump github.com/spf13/pflag from 1.0.9 to 1.0.10 (#7) (@dependabot[bot])
Docker Image
docker pull ghcr.io/kan/roji:0.9.0Quick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v0.9.0/install.sh | bashv0.8.0
Changelog
Features
- 34ee9dc: feat: add Native Mode support (v0.8.0) (@kan)
- b40163e: feat: detect and handle certificate domain mismatch (@kan)
Bug Fixes
- f6e1b23: fix: correct dashboard default host to roji.{domain} (@kan)
- 7a4bd8f: fix: treat *.localhost DNS resolution failure as pass (@kan)
- 2c3e2f4: fix: update tests for new CA naming format (@kan)
Docker Image
docker pull ghcr.io/kan/roji:0.8.0Quick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v0.8.0/install.sh | bashv0.7.0
Changelog
Features
- a1c857f: feat: add WebSocket proxy support (@kan)
- c8f4ce5: feat: add gRPC proxy support (@kan)
- d03ce4e: feat: add log export functionality (@kan)
Other
- 9e41e82: Add Dependabot configuration for version updates (@kan)
- 788c287: Add GoReleaser v2 documentation to CLAUDE.md (@kan)
- 4c48897: Add security policy (SECURITY.md) (@kan)
- 8faf449: Add v0.6.1 link to CHANGELOG.md (@kan)
- ec1b74e: Migrate to GoReleaser v2 (@kan)
- baf2b24: deps: bump github.com/docker/go-connections from 0.5.0 to 0.6.0 (#3) (@dependabot[bot])
Docker Image
docker pull ghcr.io/kan/roji:0.7.0Quick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v0.7.0/install.sh | bashv0.6.1
Changelog
Other
- 24db890: Fix dashboard crash when no containers are connected (@kan)
- 36358e5: Prepare for v0.6.1 release (@kan)
- 6332f63: Reorganize CLAUDE.md after v0.6.0 release (@kan)
Docker Image
docker pull ghcr.io/kan/roji:0.6.1Quick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v0.6.1/install.sh | bashv0.6.0
Changelog
Other
- 0126a24: Add E2E tests with real HTTP/HTTPS server (@kan)
- 12c56c3: Add container restart button to dashboard (@kan)
- 8169939: Add dark mode support to dashboard (@kan)
- dd42f69: Add favicon and logo to roji (@kan)
- 85b75d9: Add integration tests with Docker Compose (@kan)
- cf2e7b4: Add multiple Docker network support with filtering (@kan)
- 0b8ced6: Add request log viewer to dashboard (@kan)
- e66901e: Add simple request mock feature (@kan)
- a6d2df8: Add upgrade support to install.sh (@kan)
- b2aaa5c: Add v0.6.0 roadmap: testing, upgrade support, and UX improvements (@kan)
- 084ce37: Fix flaky test: make hostname check order-independent (@kan)
- 8bf0558: Prepare for v0.6.0 release (@kan)
Docker Image
docker pull ghcr.io/kan/roji:0.6.0Quick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v0.6.0/install.sh | bashv0.5.0
Changelog
Other
- 1646b92: Add GitHub repository link to dashboard header (@kan)
- 9d66dd6: Add automatic pkg.go.dev update trigger to release workflow (@kan)
- d0fd769: Add package documentation and GoDoc badge (@kan)
- 95d5b79: Add warnings for misconfigured containers in dashboard (@kan)
- 4084064: Prepare for v0.5.0 release (@kan)
- 385b7f3: Update install.sh URLs to use v0.4.0 instead of main (@kan)
Docker Image
docker pull ghcr.io/kan/roji:0.5.0Quick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v0.5.0/install.sh | bashv0.4.0
Changelog
Other
- 7a8fdd2: Add CHANGELOG.md for v0.4.0 release (@kan)
- 3ffbd0b: Add build metadata to status API and dashboard (@kan)
- 79c8ef7: Add interactive dashboard with SSE and Petite Vue (Phase 9) (@kan)
- f35e760: Add project history feature and fix SSE test race condition (Phase 9.5) (@kan)
- cc532e5: Fix GoReleaser config: remove examples/ reference and add CHANGELOG (@kan)
- 73e6d0f: Fix development hot reload by restoring air command (@kan)
- 7ebe204: Improve version info display and add data persistence (@kan)
- 02d6ab7: Mark documentation tasks as complete in CLAUDE.md (@kan)
- 4b1d2a7: Mark v0.4.0 release preparation as complete (@kan)
- 89725c1: Prepare for v0.4.0 release: Update documentation and install script (@kan)
- 2da1bc3: Redirect base domain to dashboard host for URL consistency (@kan)
Docker Image
docker pull ghcr.io/kan/roji:0.4.0Quick Install
curl -fsSL https://raw.githubusercontent.com/kan/roji/v0.4.0/install.sh | bash