Skip to content

Releases: seznam/jailoc

v1.17.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:52
48a5077

1.17.0 (2026-07-24)

Features

  • embed: bump tool versions, drop renovate (#208) (926e6a4)

Bug Fixes

  • deps: bump actions/setup-go in the all group across 1 directory (#200) (bf2f9a7)
  • deps: bump brace-expansion from 2.1.0 to 2.1.2 (#207) (3d4494c)
  • deps: bump google.golang.org/grpc from 1.81.1 to 1.82.1 (#206) (b7e4cd8)
  • deps: bump idna in the uv group across 1 directory (#191) (9192b81)
  • deps: bump the all group across 1 directory with 6 updates (#205) (6dfbf1c)
  • deps: bump the go-minor-patch group across 1 directory with 2 updates (#189) (3847a0b)
  • deps: bump the go-minor-patch group across 1 directory with 4 updates (#203) (6d7b1de)
  • deps: bump the go-minor-patch group with 4 updates (#197) (a26e592)

v1.16.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 10:41
37fd425

1.16.0 (2026-06-05)

Features

Bug Fixes

  • cmd: close parent's PTY slave fd to unblock attach on child exit (#187) (9f1e1f2)
  • cmd: unwrap build errors, remove premature startup message (#180) (252cf1f)
  • docker: prepend ARG BASE to overlay Dockerfiles (#182) (62f443b)

v1.15.1

Choose a tag to compare

@github-actions github-actions released this 22 May 11:22
4fe9837

1.15.1 (2026-05-22)

Features

  • nix: Add apps and formatter to flake (#176) (66878f8)

Miscellaneous

  • deps: bump goreleaser/goreleaser-action in the all group (#175) (132de64)

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 21 May 08:34
dcff22f

1.15.0 (2026-05-21)

Features

  • logging: add always-on debug file logging (#172) (d407654)

Bug Fixes

  • cmd: enable Windows cross-compilation with PTY fallback (#161) (e90baf5)
  • cmd: replace creack/pty with go-pty for cross-platform PTY support (#166) (5ad0cc1)
  • config: use filepath.IsAbs for cross-platform path validation (#165) (6baf43e)
  • docker: clarify overlay build status message (#162) (f0aa418)

Documentation

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 13 May 10:14
3d1f2a2

1.14.0 (2026-05-13)

Features

  • cmd: add session continuation and rewrite exit title (#154) (66059e3)

Bug Fixes

  • config: mount OpenCode config directories read-write (#156) (178f857)

v1.13.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 21:40
fdc9013

1.13.1 (2026-04-28)

Bug Fixes

  • entrypoint: pre-create OpenCode config .gitignore to prevent EROFS crash (#148) (ce08080)

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 20:39
97397b6

1.13.0 (2026-04-24)

Features

  • config: add enable_docker option to opt out of DinD sidecar (#147) (e523e2e)
  • dind: switch to rootless Docker daemon for iptables tamper resistance (#143) (6248c53)

Bug Fixes

  • release: enable force-tag-creation for draft releases (#125) (37a2469)

Documentation

  • network: document HTTP proxy allowlisting for private networks (#146) (6671a6c)

v1.12.2

Choose a tag to compare

@thejoeejoee thejoeejoee released this 23 Apr 15:12
2686658

1.12.2 (2026-04-23)

  • docs(custom-images): add base image requirements section by @thejoeejoee in #118
  • fix(docker): forward host proxy env vars as build args by @thejoeejoee in #119
  • chore(main): release 1.12.1 by @github-actions[bot] in #116

Bug Fixes

v1.12.1

Choose a tag to compare

@thejoeejoee thejoeejoee released this 23 Apr 14:20
51a9cfd

What's Changed

  • docs(custom-images): add base image requirements section by @thejoeejoee in #118
  • fix(docker): forward host proxy env vars as build args by @thejoeejoee in #119
  • chore(main): release 1.12.1 by @github-actions[bot] in #116

Full Changelog: v1.12.0...v1.12.1

NOTE: broken release please

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 06:29
390805d

1.12.0 (2026-04-22)

Features

  • cmd: add restart command (#83) (a8c46f2)
  • config: add expose_port option to disable host port exposure (#109) (56c39b0)
  • status: show container resource consumption stats (#110) (61ffaf6)
  • TUI sidebar plugin for workspace context (#112) (3b9c1e2)
  • update: add update-available notice via GitHub Releases API (#108) (abca6d4)

Bug Fixes

  • config: reject reserved keys in env_file during validation (#81) (112cb79)
  • password: use Peek for migration detection to support all password modes (#107) (1465b93)
  • status: add logs hint for unhealthy container states (#111) (447f234)
  • test: use testWorkspaceDir in TestRestartLifecycle to avoid /tmp mount conflict (3758b6c)