Releases: jaytyrrell13/pal
Releases · jaytyrrell13/pal
v0.13.0
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
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
v0.10.0
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
- BREAKING CHANGE: Any references to
v0.9.1
Changelog
v0.9.0
v0.8.0
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
v0.6.1
v0.6.0
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