Releases: yokawasa/dtx
Releases · yokawasa/dtx
v0.3.1
Immutable
release. Only release title and notes can be modified.
Changelog
- 640f4b5 Add a GitHub Releases-based installation guide to the README.
- 7575120 Align the wording in the README and --help.
- c3f755a Fix usage
- 948f452 Merge pull request #7 from yokawasa/enrich-readme
- b60310a Merge pull request #8 from yokawasa/enrich-readme
- c8ee271 Update internal/cli/cli.go
- b3aa522 fix cli tests
v0.2.0
Immutable
release. Only release title and notes can be modified.
Changelog
- ef42e35 Add Shell Completion
- 4e73071 Added an explicit regression case (
"my prod") toenv_name_test.goto make that constraint clear - a7d80bb Merge pull request #6 from yokawasa/shell-completion
- 79a317a Update internal/cli/completion.go
- 4350bb3 add dotenvx link
- f2fd672 changed the zsh completion to stop at --, matching the bash behavior instead of delegating through _normal
- b28bf58 docs update: add english descriptions
- b329a63 enhanced cli tests
- b43bcbf fix example shell setup for zsh
- 5deaa12 fix: removed unused prev
v0.1.0
Immutable
release. Only release title and notes can be modified.
Changelog
- fa71889 Add development manual
- f161fbf Add rules
- 72668c1 Changed the code so that
defer os.RemoveAll(tmpDir)is not executed unconditionally. - 9b6e8cf FIx - fmt.Errorf with a non-literal format string, Awkward UX
- 8151aba Fix ordering bug: partial state on failure, and cross-filesystem rename can fail
- aa7c7bf Fix to only run for PRs created by repository collaborators to prevent abuse
- ce60f2a Fixed to check env existence in ReadCurrent
- 6cb8c4d Initial commit
- 3269c17 Merge branch 'main' into mvp_impl
- f83d040 Merge pull request #1 from yokawasa/add-claude-ci
- d337c2f Merge pull request #2 from yokawasa/mvp_impl
- 340a73a Merge pull request #3 from yokawasa/add-release-ci
- d91d03c add and update implementaion
- 63bdf67 add dotenvx install instruction
- 51ea88f add release CI and update cli
- de50d98 add short description
- a38dbab changed go 1.21.1 -> go 1.21
- 1a194ea fix single quote issue on Windows + shell metachar expansion issue
- fba57f2 fixed - dotenvx's stderr is dropped when verbose is false
- 4ddc859 initial commit
- ab9e5d3 initial commit
- 4dc34ee initial commit
- 18485cd initial commit
- e3ec9c2 remove
--no-opsflag to avoid compatibility issues - a3ca13a rename envx to dtx
- ccfe939 test(cli): Expands test coverage for error cases of CLI commands.
- 580145d update How to integrate with shell
- 3615f68 update how to manage private keys