Skip to content

Releases: knqyf263/pet

πŸ› Bug fixes for snippet directories, Fedora distro support, More tests!

29 Oct 11:12
9bcebb7
Compare
Choose a tag to compare

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 ⚑️

19 Aug 21:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.8.4

08 May 16:20
Compare
Choose a tag to compare

Fixed bugs with new toml reader library

Full Changelog: v0.8.1...v0.8.4

v0.8.1

02 May 14:42
89e9f75
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.8.1

v0.7.1

20 Apr 05:06
e9e1947
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1

v0.7.0

05 Mar 15:48
19dc6b2
Compare
Choose a tag to compare

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

25 Feb 20:54
Compare
Choose a tag to compare

What's Changed

  • πŸ› Allow equal signs in param default values 4e7458f
  • πŸ”’ Updated dependencies (dependabot)

v0.6.2

17 Feb 12:33
Compare
Choose a tag to compare

What's Changed

  • πŸ› Fixes bug where parameters in description or tags would end up in the parameter filling layout #166
  • πŸ› Fixed bug where text would not wrap for longer commands #150

v0.6.1

11 Feb 13:38
Compare
Choose a tag to compare

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

02 Feb 22:36
Compare
Choose a tag to compare

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)