Releases

Releases from GitHub.

Release

BoardOil v1.3.0

14 July 2026

Changes

  • New 'Slick' lightweight story grouping support.
  • Dark mode.
  • New multi select actions:
    • Dragging between columns.
    • Tags editing.
    • Delete.
    • Selection inversion.
  • New 'auto' and 'presets' style options.
  • Card type filtering support.
  • Crop / scale support for profile images.
  • Lots of mobile improvements.

Bug fixes

  • Tag filter should no longer go off screen on mobile.
  • Fix to keep drop downs in viewport on mobile.
  • Long tag names now truncate rather than break layout.
  • Improved re-connection logic in front end.
  • Name fields should not trigger password managers so often.

Note

  • Dropped support for migrating very out of date databases (pre release 0.1).

Release references

  • Commit: 650c23024b0ca0274727315b67b72f9c0aaf68cf
  • CI: https://github.com/dozigden/boardoil/actions/runs/29358086810
  • Docker publish workflow: https://github.com/dozigden/boardoil/actions/runs/29358085561
  • GHCR package: https://github.com/dozigden/boardoil/pkgs/container/boardoil
  • Docker Hub package: https://hub.docker.com/r/dozigden/boardoil
  • Image digest: sha256:1953cf5900a3c6320a5735dceeb52f0f027a2c94b34fbba89c0c931b0ef0a3fa

Pull images

docker pull ghcr.io/dozigden/boardoil:1.3.0
docker pull dozigden/boardoil:1.3.0

Release

BoardOil v1.2.1

4 May 2026

Changes

  • Improved mobile card editing
  • Replaced native browser confirm popups with a consistent in-app confirm dialog

Bug fixes

  • Fixed issue with markdown checkboxes on Mac
  • Wrap text in raw markdown edit mode

Release References

  • Commit: 2f4d4d0e2f195be54d00842e314b700f6afbc709
  • Tag: v1.2.1
  • CI workflow: https://github.com/dozigden/boardoil/actions/runs/25310687205
  • Publish workflow: https://github.com/dozigden/boardoil/actions/runs/25310687228
  • Package: https://github.com/dozigden/boardoil/pkgs/container/boardoil
  • Image digest: ghcr.io/dozigden/boardoil@sha256:c262f1ce0fc945f2081e900ecd86bbf05b834bf9e62a299dacfdb38742b58d08

Release

BoardOil v1.2.0

2 May 2026

Changes

  • Users now have a seperate display name and avatar.
  • Archive cards can now be unarchived on a best endeavors basis.
  • UI: Cards can now be dropped after the end of columns.
  • Markdown editor now supports github style checkboxes.
  • Cards now support comments. Comments are imported/exported and archived on a best endeavors basis, matching users by email address. User deletion does not remove comments; comments are marked with an unknown author.

Fixes

  • Maintain URL through login.

Release References

  • Commit: b834f3aaa4f503964f94e8ea22a90bfb77e7b622
  • Tag: v1.2.0
  • CI workflow: https://github.com/dozigden/boardoil/actions/runs/25260266333
  • Publish workflow: https://github.com/dozigden/boardoil/actions/runs/25260266334
  • Package: https://github.com/dozigden/boardoil/pkgs/container/boardoil
  • Image digest: ghcr.io/dozigden/boardoil@sha256:eb5d8390347170cf76268b56ff2b24605eb4a6a97e051f6c73d6a06a25cbdda2

Release

v1.1.0

27 April 2026

Highlights

  • Added card assignment, so cards can now be assigned or unassigned to board members.
  • User and client accounts now require a unique email address, and update APIs were simplified.
  • Added archive support for cards, including archive, bulk archive, and archived-card lookup endpoints.
  • Board export/import now includes archived cards, and MCP compatibility was improved (naming, transport/auth options, and client compatibility fixes).

Build and Validation

  • Commit: `ca059590ab69b4a83dee02b68e34ed48a2c4e9e1`
  • CI (tag): https://github.com/dozigden/boardoil/actions/runs/24981411722
  • Publish Docker Image on Tag Release: https://github.com/dozigden/boardoil/actions/runs/24981411719

Container Image

  • Package: https://github.com/dozigden/boardoil/pkgs/container/boardoil
  • Tags: `ghcr.io/dozigden/boardoil:1.1.0`, `:1.1`, `:1`, `:latest`
  • Digest: `sha256:040a933b53456828b64e65663acccc725c23a2499cb1618ff5b3061060d56b98`

Release

BoardOil v1.0.0

18 April 2026

Initial v1 release of Board Oil.

Initial v1 release of Board Oil.

Container Image

  • Image: `ghcr.io/dozigden/boardoil:1.0.0`
  • Package: https://github.com/dozigden/boardoil/pkgs/container/boardoil
  • Published tags: `1.0.0`, `1.0`, `1`, `latest`
  • OCI image digest: `sha256:fe42d37780851548409b7f1636697b493afc16afa6fc8a74262ccf7a3ce17dd7`

Release Verification

  • Commit: `251144a2e139e16fc5fd3ef45433f30dde0f1802`
  • Tag CI run: https://github.com/dozigden/boardoil/actions/runs/24605401896
  • Tag publish run: https://github.com/dozigden/boardoil/actions/runs/24605401904

**Full Changelog**: https://github.com/dozigden/boardoil/compare/v0.2.0...v1.0.0

Release

v0.2.0

5 April 2026

BoardOil v0.2.0

Highlights

  • Added end-to-end card type support.
  • Moved personal access token management into normal user settings under `/access-tokens`.

Improvements

  • Increased board card description length limit to 20,000 characters.
  • Standardised dropdown outside-click close behaviour.

Container Image

  • `ghcr.io/dozigden/boardoil:0.2.0`
  • Package: `https://github.com/dozigden/boardoil/pkgs/container/boardoil`