Skip to content

Releases: chiply/repeatable-lite

v0.2.1

01 Mar 18:44
3250f6e

Choose a tag to compare

0.2.1 (2026-03-01)

Bug Fixes

  • bump min Emacs to 30.1, drop which-key dependency, fix checkdoc warnings (328e5f0)
  • update CI for Emacs 30.1+ minimum, remove continue-on-error on package-lint (feec14f)

v0.2.0

24 Feb 00:41
5673381

Choose a tag to compare

0.2.0 (2026-02-24)

⚠ BREAKING CHANGES

  • the ** macro is renamed to repeatable-lite-wrap. Update all keybinding configs: (** fn) -> (repeatable-lite-wrap fn)

Bug Fixes

  • revert to block-style release-please version markers (4eb2a02)
  • update tests to use renamed repeatable-lite-wrap macro (8de5632)

Miscellaneous Chores

  • prepare for MELPA submission (5969aff)

v0.1.3

23 Feb 19:00
5af8852

Choose a tag to compare

0.1.3 (2026-02-23)

Bug Fixes

  • save and restore which-key settings, add (require 'seq) (98c6d11)
  • wrap advice in minor mode and fix C-u overflow and nil keymap (c6db56d)

v0.1.2

23 Feb 02:30
9a8ca1b

Choose a tag to compare

0.1.2 (2026-02-23)

Bug Fixes

  • add cl-lib require in tests and MELPA recipe (416ac9d)
  • rename repeatable-current-prefix and fix test expansion check (b58039e)

v0.1.1

19 Feb 23:51
022f214

Choose a tag to compare

0.1.1 (2026-02-19)

Features

  • CI improvements from space-tree/brushup (#3) (60b3e85)
  • initial release of repeatable-lite (d7b1cf6)

Bug Fixes

  • add repeatable-lite.el source code (26dd65d)
  • populate empty scaffolding files (a6154c4)
  • remove unused version.txt (#4) (6af459d)
  • use PAT and extra-files for release-please (#1) (8507d54)