Releases: knqyf263/pet
Releases Β· knqyf263/pet
π Bug fixes for snippet directories, Fedora distro support, More tests!
What's Changed?
- Fixed major bugs related to snippet directories - was a tricky feature in retrospect!
- Added more tests to prevent future bugs
- Fedora distro support added, info in README
Changelog
- 9bcebb7 Merge pull request #323 from knqyf263/snippet-directory-bug-fixes
- 13e3074 test: Added test to cover snippet directory bug
- 92c73b7 fix: Fixed bug with new cmd copying all dir snippets in
- 56b43be Merge pull request #318 from Owen-sz/main
- 4aa0695 Add Fedora/Fedora-based distros message
- 27a01e3 Update README.md
- ba9afc5 Update README.md
- f88549c Merge pull request #190 from helmecke/feat/multidirs
β‘οΈ Snippet directory, easier copies, config opts β‘οΈ
What's Changed
- Remove $ signs from commands for easier copying by @Lesekater in #304
- Add color flag in config by @patrik-bartak in #308
- Add an option to format the output line as a string by @brumik in #310
- Fix typo in README by @alxgu in #311
- Finally merged snippet directory support by @helmecke !
New Contributors
- @Lesekater made their first contribution! π₯³ in #304
- @patrik-bartak made their first contribution! π₯³ in #308
- @brumik made their first contribution! π₯³ in #310
- @alxgu made their first contribution in #311
Full Changelog: v0.8.4...v0.9.0
v0.8.4
Fixed bugs with new toml reader library
Full Changelog: v0.8.1...v0.8.4
v0.8.1
What's Changed
- Updated stale links in README by @joedemcher in #296
- Added support for GHE Gist sync by @howmuch515 π in #299
- Multiline snippet support π₯ π₯ @ofey404, @RamiAwar in #301
New Contributors
- @joedemcher made their first contribution π in #297
- @howmuch515 made their first contribution π₯³ π π in #299
Full Changelog: v0.7.1...v0.8.1
v0.7.1
What's Changed
- Fixed bug in Select FZF command on Windows by @Welding-Torch in #294 π₯ π
New Contributors
- @Welding-Torch made their first contribution in #294 π₯³ π₯³
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- β¨ Parameters width and position modification for more readability by @jaroslawhartman in #259
- π π π Added multiple parameter support via two character separators based on the work of @jaroslawhartman @RamiAwar in #290
New Contributors
- π₯ @jaroslawhartman made their first contribution in #259! π₯ Thanks for all the hard work!
Full Changelog: v0.6.3...v0.7.0
v0.6.3
v0.6.2
v0.6.1
What's Changed
- Improved parameter regex matching to now allow default values with spaces
- Always print out the executed command before execution for better visibility #142
- Better tempfile handling code #256
- Empty tags are now allowed when creating a new command with -t
- Added more tests! π§ͺ π§ͺ
New Contributors
- @cxfcxf made their first contribution in #142 π !
- @crpb made their first contribution in #256 π !
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Lots of high prio bugs fixed, some tests were added.
Bugs:
- Command execution on windows was fixed, thanks @matrixx567!
- Pasting long values was not working
- Duplicate parameters ignored earlier default values
- Parameters were sometimes wrongly parsed
New features:
- Parameters are now ordered by order of occurrence in the command, thanks @jaroslawhartman!
- Gocui was updated to community fork
Changelog
- d142511 fix: π Restore run function to all platforms, remove deprecated flag
- 19d7ee7 Merge pull request #261 from knqyf263/unused-variable-cleanup-and-tag
- 4355252 Removed unused variable
- 91be065 Merge pull request #260 from knqyf263/support-for-parameter-order-maintenance
- 2864c1e feat: β¨ Added order to parameters based on order of occurrence
- b5974c2 Merge pull request #257 from knqyf263/insert-params-bugfix
- be2b04c fix: π Updated insert params to match new search format
- 988e248 Merge pull request #241 from matrixx567/win_cmd_quote
- e1b209b Merge pull request #253 from chris-short/patch-1
- 35de514 Update README.md
- 3061931 Merge pull request #244 from knqyf263/additional-params-test-for-EOF-command
- f9de45f test: π§ͺ Added test
- f1c08dd Merge pull request #243 from knqyf263/update-gocui
- 6302255 feat: β‘ Updated gocui to community fork
- b5abca3 Merge pull request #242 from knqyf263/parameter-parsing-bug-fixes
- 66fdce2 fix: π Fixed parsing of parameters, added tests
- 6467d36 Split run function into separate files for OS builds.
- ac91ac6 Revert "Fix execution of command with quotes on windows." (#240)
- 4c51204 Fix execution of command with quotes on windows. (#238)
- 66c2575 Fix execution of command with quotes on windows.
- 4304034 Bump actions/setup-go from 4 to 5 (#235)
- 590c14d Bump actions/checkout from 4.1.0 to 4.1.1 (#231)
- d357774 Bump actions/checkout from 4.0.0 to 4.1.0 (#230)
- 10fb0ef Bump goreleaser/goreleaser-action from 4 to 5 (#228)
- 45ca4aa Bump actions/checkout from 3.6.0 to 4.0.0 (#227)
- 643233a Bump actions/checkout from 3.5.3 to 3.6.0 (#226)
- d485fb0 chore: remove refs to deprecated io/ioutil (#225)
- 9d1e8b1 Bump actions/checkout from 3.5.2 to 3.5.3 (#223)
- 0b46f45 Bump actions/setup-go from 3 to 4 (#221)
- 51371af Bump actions/checkout from 3.1.0 to 3.5.2 (#222)