Skip to content

Releases: greymd/teip

v2.3.2

12 Feb 23:34
Compare
Choose a tag to compare

Updates the Cargo.toml and Cargo.lock to point to the fork of the rust-onig repository.
The change incorporates a critical fix for compiling onig_sys with musl libc on aarch64 platforms.
Full Changelog: v2.3.1...v2.3.2

v2.3.1

06 Feb 23:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

11 Mar 13:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

07 Mar 03:19
Compare
Choose a tag to compare

What's Changed

  • Add alias options -A,-B,-C,--awk and --sed options.
  • Start to provide pre-built binary for ARM64 architecture (macOS/Linux) and ARMv7 (Linux only)
  • Support auto-generated completion files for Bash, Zsh, Fish and PowerShell
  • Other minor updates
    • Unignore Cargo.lock file by @tranzystorek-io in #42
    • Change default branch name to main from master
    • strip binary files to reduce file size

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Feb 09:07
Compare
Choose a tag to compare

What's Changed

  • Feature/rfc 4180 by @greymd in #39
    • --csv option: Intereprets CSV input in accordance with RFC4180
    • --chomp option: Command spawned by -s receives standard input without trailing newlines
  • fix: deprecated code (set-output) by @jiro4989 in #38

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Apr 22:04
Compare
Choose a tag to compare
  • [New Feature] External execution for match offloading -e
  • [Refactoring] Improve code readability
  • [Refactoring] Internal jargon is updated Token/Tokenization -> Chunk/Chunking

v1.2.2

20 Apr 13:19
Compare
Choose a tag to compare
  • Windows is officially supported
    PowerShell screen

    • Automated tests for Windows
    • Installer for Windows
    • Installer screen
  • Bug fix: Issue 29

v1.2.1

02 Jul 12:13
Compare
Choose a tag to compare
  • Oniguruma is now optional feature
    • To enable Oniguruma option (-G), build with --features oniguruma #14
  • Refactoring
    • Remove unsafe operations #18
    • Update documentation

v1.2.0

12 Jun 09:33
Compare
Choose a tag to compare
  • Abolish -r and -R option
  • Instead, Implement -g and -o option #6
  • Implement -G option for Oniguruma regular expression #1
  • Implement -l option to select range of lines #2

v1.1.2beta

07 Jun 21:23
Compare
Choose a tag to compare
[skip ci] Implement URL shorter