Skip to content

Releases: glennib/stakk

v1.13.0

15 Apr 13:39
Immutable release. Only release title and notes can be modified.
6ce26db

Choose a tag to compare

Added

  • strip git commit trailers from PR bodies

Other

  • Merge pull request #76 from glennib/renovate/tokio-1.x-lockfile

v1.12.0

02 Apr 22:54
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Added

  • add --sync-pr-content CLI flag, env var, and config field
  • add update_pr_title to Forge trait and implementations

Other

  • add missing diagnostic help messages and sync display test

v1.11.0

23 Mar 11:27
Immutable release. Only release title and notes can be modified.
8e074fd

Choose a tag to compare

Added

  • (cli) rename --experimental-bookmark-command to --bookmark-command
  • (select) add schema_version to bookmark command JSON protocol

Fixed

  • (select) add command-level timeout, timeout error, and multiline detection for bookmark commands

Other

  • polish help text and docs
  • (cli) add example command to bookmark command help text
  • (select) add toggle cycle and skip-logic tests for custom bookmark command

v1.10.4

22 Mar 22:41
c467bb1

Choose a tag to compare

Other

  • upgrade windows-sys
  • cargo update incompatible
  • cargo update
  • pin mise tools
  • upgrade dist
  • (deps) update actions/checkout action to v6
  • ignore auto-generated release workflow in renovate config

v1.10.3

22 Mar 22:03
67e6b3c

Choose a tag to compare

Other

  • show repository URL in --help output

v1.10.2

22 Mar 21:52
d208c6b

Choose a tag to compare

Fixed

  • interleave push and base-update to prevent GitHub auto-close (#35)

v1.10.1

22 Mar 21:07
3ed3215

Choose a tag to compare

Fixed

  • (select) bust BookmarkNameCache on r/R for UseCustom rows

Other

  • update gif
  • update gif

v1.10.0

22 Mar 20:44
eeb6ff7

Choose a tag to compare

Added

  • (config) add TOML config file support with layered precedence
  • (submit) add --pr-mode flag with regular/draft variants

Other

  • Merge pull request #52 from glennib/gb-config-clap-addition

v1.9.0

22 Mar 20:14
c1f8f5b

Choose a tag to compare

Added

  • r/R cycles within bookmark states, Space skips between state types

Other

  • update claude.md

v1.8.0

22 Mar 19:48
cfd0529

Choose a tag to compare

Added

  • make bookmark help line context-aware
  • add UserInput bookmark name mode with vim-like modal editing
  • add reverse cycling (b) and reverse regenerate (R) in bookmark widget

Fixed

  • preserve tfidf variation index when cycling through bookmark states
  • order stacks by most-recent committer timestamp

Other

  • use debug build instead of release in CI task