Skip to content

0.7.6

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 07:56
bb97380

Release Notes

Changed

  • bckt-new names the content file after the slug: new posts are now
    scaffolded as posts/<YYYY>/<YYMMDD-slug>/<slug>.md (previously the Markdown
    file repeated the dated directory name, <YYMMDD-slug>.md). The post
    directory is unchanged. Existing posts are unaffected — any .md/.html
    filename is still discovered.

Documentation

  • Updated the Getting Started guide and reference docs to match the bckt-new
    filename change, and corrected pre-existing inaccuracies (install version,
    bckt-new prompt session, attachment map ordering, base_path asset refs).
  • Fixed themes/AGENTS.md: removed the stale top-level theme assets/
    directory (assets are served from skel/assets/), corrected the
    bckt themes use mechanism, and dropped references to the non-existent
    themes download command and unused theme.yaml.

Install bckt 0.7.6

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/vrypan/bckt/releases/download/v0.7.6/bckt-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install vrypan/tap/bckt

Download bckt 0.7.6

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