Skip to content

0.4.3 - 2026-01-07

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jan 05:43

Release Notes

Bug Fixes

  • Fix: run tests single-threaded to avoid env var race conditions
  • Fix: remove extra trailing newlines from CHANGELOG.md
  • Fix: ensure CHANGELOG.md ends with newline
  • Fix: apply pre-commit formatting fixes (trailing whitespace, EOF)

Documentation

  • Docs: add proposal to skip empty non-merge commits
  • Docs: add CONTRIBUTING.md and refactor README development section
  • Docs(specs): update purpose sections and refine requirements

Features

  • Feat: skip empty non-merge commits instead of setting placeholder
  • Feat(cli): add force regeneration mode for explicit revset usage
  • Feat(release): add branch and uncommitted changes validation

Miscellaneous Tasks

  • Chore: release v0.4.1

Refactoring

  • Refactor(cli): simplify CLI structure by removing subcommands

Install jj-desc 0.4.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tumf/jj-desc/releases/download/v0.4.3/jj-desc-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/tumf/jj-desc/releases/download/v0.4.3/jj-desc-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install tumf/tap/jj-desc

Download jj-desc 0.4.3

File Platform Checksum
jj-desc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
jj-desc-x86_64-apple-darwin.tar.xz Intel macOS checksum
jj-desc-x86_64-pc-windows-msvc.zip x64 Windows checksum
jj-desc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
jj-desc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum