Skip to content

Releases: molovo/tipz

v0.2.2

26 Jul 19:37
v0.2.2
2d18ad6
Compare
Choose a tag to compare

Fix a bug where nested parentheses would cause regex compilation errors

v0.2.1

20 Feb 12:18
v0.2.1
99e82df
Compare
Choose a tag to compare

Bugfixes

  • Fix bug where commands containing pipes would match the wrong alias. (#7)

v0.2.0

16 Feb 12:06
v0.2.0
Compare
Choose a tag to compare

Features

  • Allow overriding text prefix with $TIPZ_TEXT variable (#6)

Bugfixes

  • Fix issue with regex escaping which caused only the first word of a command to be matched (#5)

v0.1.1

13 Feb 22:49
v0.1.1
Compare
Choose a tag to compare

Bugfixes

  • Properly escape regex to prevent "unmatched brace/bracket/quote" errors

v0.1.0

12 Oct 07:28
Compare
Choose a tag to compare

First Release