Skip to content

Releases: Cyanistic/escaper

v1.3.0

08 Jan 02:20
d0a16f7
Compare
Choose a tag to compare

Changes

  • Major rewrite and refactor
    • Now uses aho_corasick for finding and replacing sequences
    • About 40% faster than previous implementation
    • Minor changes to Cargo.toml for optimal speed and binary size
  • CI now uses UPX to compress binaries on Windows and Linux (this should result in about 50% smaller binaries)

v1.2.1

21 Aug 01:53
eefd293
Compare
Choose a tag to compare

Fixes

  • Fixed a bug where using '--undo --regex' would undo 3 characters instead of 2

v1.2.0

13 Aug 05:29
5d9d6cd
Compare
Choose a tag to compare

Changes

  • Major optimizations for undos (99% faster in most cases)
  • Now treats options provided after "--" as SEQUENCES
  • Added -n option to ignore new lines
  • Added terminal check to provide help and remove redundant bold/underline

v1.1.0

05 Aug 15:57
aba704f
Compare
Choose a tag to compare

Features

  • Added the ability to escape and unescape regex/shell sequences.

v1.0.1

01 Aug 22:56
d409ea4
Compare
Choose a tag to compare

Fixes

  • Fixed a bug that caused a panic when piping output to another command

Initial Release

30 Jul 15:43
12e212b
Compare
Choose a tag to compare
1.0.0

clean up code a little