Skip to content

Releases: jaytyrrell13/pal

v0.13.0

12 Sep 01:51
Compare
Choose a tag to compare

Changelog

  • ddb2e61 Merge branch 'main' of github.com:jaytyrrell13/pal
  • ac9aed1 Merge pull request #15 from jaytyrrell13/dependabot/go_modules/github.com/charmbracelet/lipgloss-0.12.1
  • e09a66b Merge pull request #16 from jaytyrrell13/dependabot/go_modules/github.com/charmbracelet/huh-0.5.1
  • ab2ecc4 Merge pull request #17 from jaytyrrell13/dependabot/go_modules/github.com/charmbracelet/huh-0.5.2
  • 6faf3c7 Merge pull request #18 from jaytyrrell13/dependabot/go_modules/github.com/charmbracelet/huh-0.5.3
  • 164eac4 Merge pull request #20 from jaytyrrell13/dependabot/go_modules/golang.org/x/text-0.18.0
  • 4ae06d9 Merge pull request #21 from jaytyrrell13/dependabot/go_modules/github.com/charmbracelet/huh-0.6.0
  • 37586f7 build(deps): bump github.com/charmbracelet/huh from 0.4.2 to 0.5.1
  • 4d1b8d1 build(deps): bump github.com/charmbracelet/huh from 0.5.1 to 0.5.2
  • 338dd49 build(deps): bump github.com/charmbracelet/huh from 0.5.2 to 0.5.3
  • 88a2377 build(deps): bump github.com/charmbracelet/huh from 0.5.3 to 0.6.0
  • 493195e build(deps): bump github.com/charmbracelet/lipgloss
  • 27afeda build(deps): bump golang.org/x/text from 0.16.0 to 0.18.0
  • ca81b4d feat: add config command
  • 6eef10a feat: add config set command
  • 98b7a82 feat: validate shell value in config set
  • bb2ba2a fix: failing test
  • 1d9890b fix: prevent error from printing twice
  • 97a442b refactor: add function to instantiate Config
  • 0454ea8 refactor: extract Alias struct
  • ca13387 refactor: extract ConfigFileMissing
  • a34200a refactor: extract ReadConfigFile
  • 8182835 refactor: extract config save method
  • e3e1c1c refactor: extract table to ui pkg
  • 6f95a4b refactor: inject afero Fs into cmd functions
  • 4b9c93d refactor: remove unused Args
  • 742a622 refactor: rename prompts to ui
  • 87e2a9d refactor: update config cmd descriptions
  • 20d22a0 refactor: use EditorCmd for config list

v0.12.0

03 Jul 01:56
Compare
Choose a tag to compare

Changelog

  • 60f2ebf Merge branch 'main' of github.com:jaytyrrell13/pal
  • ceee637 Merge pull request #12 from jaytyrrell13/dependabot/github_actions/goreleaser/goreleaser-action-6
  • 9b5dadc Merge pull request #13 from jaytyrrell13/dependabot/go_modules/github.com/spf13/cobra-1.8.1
  • 1b5343e Merge pull request #14 from jaytyrrell13/dependabot/go_modules/github.com/charmbracelet/huh-0.4.2
  • 7ea6874 build(deps): bump github.com/charmbracelet/huh from 0.3.0 to 0.4.2
  • 5484eea build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1
  • 32bd7f0 build(deps): bump goreleaser/goreleaser-action from 5 to 6
  • 0b18554 build: mod tidy
  • 55dc81e build: update lipgloss
  • 583ca7b feat: display list command in a table
  • 05d9fe0 refactor: use AppendToFile in add cmd

v0.11.0

01 Jun 02:20
Compare
Choose a tag to compare

Changelog

  • b2b8916 Merge pull request #11 from jaytyrrell13/add-fish-support
  • d952683 feat: add auto sourcing to make cmd
  • c23783b feat: add prompt for shell in install cmd
  • 30ad9f6 feat: add select prompt
  • 5be7df2 feat: add shell property to config struct
  • c7ae64d refactor: pass in options as parameter

v0.10.0

30 May 01:56
9a33cd2
Compare
Choose a tag to compare

Changelog

  • aab5bd8 Merge branch 'main' of github.com:jaytyrrell13/pal
  • ca06d8a Merge pull request #10 from jaytyrrell13/dependabot/github_actions/actions/checkout-4
  • d5e3dba Merge pull request #5 from ccoVeille/dependabot-action
  • 49298e6 Merge pull request #6 from ccoVeille/refactor-error-handling
  • 9a33cd2 Merge pull request #7 from ccoVeille/typos
  • 2471057 Merge pull request #8 from jaytyrrell13/dependabot/github_actions/goreleaser/goreleaser-action-5
  • 3adb058 Merge pull request #9 from jaytyrrell13/dependabot/github_actions/actions/setup-go-5
  • e54d886 build(deps): bump actions/checkout from 2 to 4
  • 3e5ecc6 build(deps): bump actions/setup-go from 2 to 5
  • e0d4b6b build(deps): bump goreleaser/goreleaser-action from 2 to 5
  • b6e3856 chore: fix Markdown fenced block identifier
  • 202837a chore: fix typos and style
  • 0aeb44e chore: refactor code
  • 455e7e1 ci: add GitHub dependabot
  • 94f7a2b refactor!: move aliases to pal config dir
    • BREAKING CHANGE: Any references to ~/.pal should be updated to ~/.config/pal/aliases

v0.9.1

24 May 01:48
Compare
Choose a tag to compare

Changelog

v0.9.0

24 May 01:38
Compare
Choose a tag to compare

Changelog

  • 371264c feat: add refresh command
  • eeea9fa refactor: inverse conditional
  • 15c77e2 refactor: update description for list and clean

v0.8.0

22 May 23:46
Compare
Choose a tag to compare

Changelog

  • 42b522c build: add huh dependency
  • 3e316ee feat: add clean command
  • c2c2dc5 feat: add confirmation prompt to add and make cmds
  • ff0c2f7 feat: add input from huh
  • fe98ebe refactor: extract confirm prompt
  • c574607 refactor: rename error variable
  • 61dbb4d refactor: rename prompts string to inputs
  • 8e51407 refactor: update add command to use new input
  • f259290 refactor: update install command to use new input
  • 9b92ea4 refactor: update make command to use new input

v0.7.0

09 May 01:43
Compare
Choose a tag to compare

Changelog

  • ec00498 feat: add alias for install command
  • 823956c feat: call install cmd if config file is missing
  • e0f3fdd feat: call make cmd if pal file is missing
  • ad78498 refactor: move commands into separate functions

v0.6.1

27 Apr 02:06
Compare
Choose a tag to compare

Changelog

  • cbbe3db refactor: update call to string prompt

v0.6.0

25 Apr 20:22
Compare
Choose a tag to compare

Changelog

  • a0695cb build: add afero dependency
  • 362b800 ci: add test workflow
  • f58decd refactor: move RunMakeCmd back into Run
  • 2b665dd refactor: pass in fs to FileMissing
  • 00850cb refactor: remove save method on config
  • c0b61cd refactor: update calls to ReadFile
  • b9b0824 refactor: update calls to ReadFile
  • 67c1aba refactor: update return of ReadFile
  • 943c032 refactor: update return types
  • 9365a1f refactor: update return values in pkg
  • af97112 revert: remove test for make command