Skip to content

Releases: aceto/aceto

Aceto 1.3.1

07 May 21:24
Compare
Choose a tag to compare

This bugfix release fixes two bugs:

  • Escape mode wouldn't automatically return to command mode before
  • O would jump to the wrong location if we are in reversed mode.

Aceto 1.3

07 May 16:09
Compare
Choose a tag to compare

Some new commands introduced, the most useful one is probably conditional escape (`).

Aceto 1.2

19 Apr 16:22
Compare
Choose a tag to compare

This is a relatively minor release with a crucial fix and some new commands.

It introduces "sticky mode", a stack property that makes it not delete the top value when popping. Sticky mode is handled on a per-stack basis and can be activated and deactivated with k, and K respectively.

Aceto 1.1

15 Apr 16:21
Compare
Choose a tag to compare

This release adds a bunch of new features compared to version 1.0.

README.md has been updated to give a better overview of commands, so it's best to look there for changes.

To get a very brief overview of commands, you can also call the Aceto interpreter without arguments, it will then print out a nice mapping from character to command.