Releases: Marcusk19/dotctl
Releases · Marcusk19/dotctl
v0.1.1
Changelog
Other Changes
- 543c0a6: Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 (#34) (@dependabot[bot])
- 084be9f: Bump golang.org/x/crypto from 0.21.0 to 0.31.0 (#42) (@dependabot[bot])
- 3f6576d: Bump golang.org/x/net from 0.19.0 to 0.23.0 (#33) (@dependabot[bot])
- 8529c6c: Fix init (#39) (@Marcusk19)
- a2f30b7: add confirmation on sync before pushing changes (#32) (@Marcusk19)
- 6aadf9c: add dockerfile for development (#38) (@Marcusk19)
- 289dba2: add rm command (#29) (@Marcusk19)
- 3a6284e: add status command (#25) (@Marcusk19)
- 35360d4: add versioning to command (#36) (@Marcusk19)
- 35aeeb0: adding gitleaks pre commit hook (#22) (@Marcusk19)
- a135494: apply go formatting (#41) (@Marcusk19)
- 5df764b: clean up repo (@Marcusk19)
- 81f719a: implement Phase 1 + 2: idempotent link, apply command, and install script (@Marcusk19)
- e5f82cb: only copy on confirm (#23) (@Marcusk19)
- 86d93da: only push on changes (#27) (@Marcusk19)
- d03fb61: recreate dotctl config when pulling from git (#28) (@Marcusk19)
- a182463: release workflow (@Marcusk19)
- 1ac0ee3: remove leading '.' in file if adding to the config (#31) (@Marcusk19)
- 3f88e64: remove pretty command (#24) (@Marcusk19)
- 3ab7c27: specify yml in filetype for config (#30) (@Marcusk19)
- 7d4634f: support adding single files to config (#26) (@Marcusk19)
- 5105cdf: update add command to link files automatically and deal with relative paths (@Marcusk19)
- 20bf76b: update readme (#35) (@Marcusk19)
- 398181b: update readme (#37) (@Marcusk19)
- 8ebfc35: update status (#40) (@Marcusk19)
v0.1.0
Changelog
- 0a06a6a Add copy (#3)
- 2356fab Add sync (#14)
- 3311958 Create go.yml
- 887ed15 Ignore git files when copying (#5)
- 5a64125 Merge pull request #1 from Marcusk19/add_init
- 76c8b26 Merge pull request #2 from Marcusk19/add_init
- e2b88f1 Merge pull request #4 from Marcusk19/add_status_check
- 9ef61b2 Work (#13)
- 2060833 add add command (#12)
- 8a7a82d add ci workflow
- d9a2b13 add dry run option for link (#10)
- 8dbe90c add file walk through path
- b25b375 add git backup and init of repo (#7)
- 0fa327a add goreleaser config, update README (#21)
- 9643d3c add init command
- 59948fe add license and readme
- d5b8970 add stuff (#20)
- 9a28f04 add symlink command (#8)
- 959e2ff add testing (#9)
- 2c0d17a add unit test
- 985fdeb adding default for init command
- e04c291 chanage go version in ci
- cc3e861 change readme
- 199c3ac first commit
- d56c8a0 format lines
- f41e35d ignore dotctl config in git (#18)
- a78df29 ignore git files (#6)
- 0b042d8 make links a map in config (#19)
- 16051e8 renaming to dotctl (#16)
- f2ca646 update init command, don't automatically search, just create config file for cli (#11)