v1.0.0 - 2023-11-07
A huge thanks to everyone who helped make this release happen! :tada:
A quick note to any packagers. The generated shell completions and man page are
now in the gen directory of the repo. They're also included in the pre-built
release artifacts on the releases page.
Improvements
- #115 Do not replace symlink with output file (@SimplyDanny)
- Fixes an issue where a symlink would be replaced with a regular file
- #124 Fix tests (@Linus789)
- Removed displaying the file path when passing the
--previewflag and fixed how text coloring was handled in tests
- Removed displaying the file path when passing the
Breaking
- #192 Rename
--string-modeto--fixed-strings(@CosmicHorrorDev)- Renamed
-s--string-modeto-f--fixed-stringsto better match similar tools -sand--string-modewill still continue to work for backwards compatibility, but are no longer documented
- Renamed
- #258 Error on capture replacement names (@CosmicHorrorDev)