Releases: caffeine-addictt/waku
Releases · caffeine-addictt/waku
v0.8.0
Changelog
Features
- 71beb2d: feat: Add ui spinner (@caffeine-addictt)
- 07185fb: feat: Add ui spinners (#184) (@caffeine-addictt)
- 7e737d2: feat: Implement ui spinner (@caffeine-addictt)
- a2e141c: feat: error on missing key (@caffeine-addictt)
- 981e709: feat: improve template parsing (#183) (@caffeine-addictt)
Bug fixes
- bc5d7a6: fix: Use text/template instead of html/template (@caffeine-addictt)
Improvements
- 5aec50d: docs: Add v0.8 blog (@caffeine-addictt)
- f505930: docs: Add waku v0.8.0 blog (#185) (@caffeine-addictt)
- cdc1ce5: docs: Remove waku on chocolately (#181) (@caffeine-addictt)
- 32eaed3: docs: conform to line length (@caffeine-addictt)
- cee2211: docs: fix broken blog link (@caffeine-addictt)
- 5862fc3: refactor: Rename to glob (#182) (@caffeine-addictt)
- aee81f5: style: Formatting docs (@caffeine-addictt)
- 6260472: test: remove 1 benchmark condition (@caffeine-addictt)
Others
- d0f78c3: chore: Update dependencies (@caffeine-addictt)
- e0175d8: chore: Update golang version (@caffeine-addictt)
- 26ddfbe: chore: bump to v0.8.0 (@caffeine-addictt)
- 451f49f: ci: Check that tags are updated before release (#180) (@caffeine-addictt)
v0.7.5
Changelog
Others
- 62a45fe: chore(deps): Bump the go_modules group with 2 updates (#176) (@dependabot[bot])
- 4f59ef4: chore: bump v0.7.5 (#178) (@caffeine-addictt)
- 99cd114: ci: Fix snapcraft not being found by apt (#179) (@caffeine-addictt)
v0.7.4
Changelog
Others
- 43530ed: chore(deps): Bump alpine from 3.20.3 to 3.21.0 (#172) (@dependabot[bot])
- 51bb420: chore(deps): Bump github.com/goccy/go-json from 0.10.3 to 0.10.4 (#174) (@dependabot[bot])
- 7b60fd3: chore(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#170) (@dependabot[bot])
- 3ab5947: chore(deps): Bump golang from 1.23.2 to 1.23.3 (#169) (@dependabot[bot])
- 8f3c9d9: chore(deps): Bump golang from 1.23.3 to 1.23.4 (#173) (@dependabot[bot])
- 8583e8f: chore(deps): Bump golang.org/x/crypto in the go_modules group (#171) (@dependabot[bot])
v0.7.3
Changelog
Features
- 80a8702: feat: Add logging (@caffeine-addictt)
Bug fixes
- fb35c81: fix: Only license is templated (#167) (@caffeine-addictt)
- bb3fcf7: fix: Use config file REL path to tmp (@caffeine-addictt)
Improvements
- 819dd58: refactor: Log messages start with lowercase (@caffeine-addictt)
Others
- 4bb3463: chore: bump v0.7.2 -> v0.7.3 (@caffeine-addictt)
v0.7.2
Changelog
Features
- 8683a74: feat: Add logging for fetching license text (@caffeine-addictt)
Bug fixes
- f989aa3: fix: Check for non OK status codes (@caffeine-addictt)
- 4cd67a6: fix: License text can give 404 (#166) (@caffeine-addictt)
- 9cb1ed1: fix: invalid license text url (@caffeine-addictt)
- 0ff709d: fix: logging missing newline (@caffeine-addictt)
- 0db8ece: fix: logging using cmd instead of log (@caffeine-addictt)
Improvements
- 3989133: docs: Add v0.7 docs (#164) (@caffeine-addictt)
Others
- 65d8692: chor: bump 0.7.1 -> 0.7.2 (@caffeine-addictt)
v0.7.1
Changelog
Features
- 838601f: feat: Remove unsupported "name" field (@caffeine-addictt)
- ef3dbca: feat: Update schemas (#163) (@caffeine-addictt)
- 0ad5646: feat: Use yaml (@caffeine-addictt)
Bug fixes
- 1e0d56f: fix: Do not export Prompt.value (@caffeine-addictt)
- d077f30: fix: actual not set to tmp value on yaml unmarshal (@caffeine-addictt)
Improvements
- 5a2fb97: docs: fix wrong release link (@caffeine-addictt)
- 76f28c4: perf: Dont pointer to a slice (@caffeine-addictt)
- 9fac2d0: style: Update prettier ignore rules (@caffeine-addictt)
Others
- f5e22fe: chore: bump 0.7.0 -> 0.7.1 (@caffeine-addictt)
v0.7.0
Changelog
Deprecated --repo
flag in waku new
. Please use --source
instead.
Features
- 22e409e: feat: Add checking urls to git (@caffeine-addictt)
- 8207b99: feat: Add source flag and deprecate repo flag (@caffeine-addictt)
- 076245c: feat: Implement source flag (@caffeine-addictt)
- a0fbec2: feat: Support using local directory as template (#162) (@caffeine-addictt)
- c43354e: feat: check for markDeprecated err (@caffeine-addictt)
Bug fixes
- 99a33b1: fix: Fetching broken when passing source flag (@caffeine-addictt)
Improvements
- 0550cb6: docs: Add repo flag deprecation notice (@caffeine-addictt)
- 1187487: docs: Fix wrong link 0.3.0 -> 0.6.0 (#159) (@caffeine-addictt)
Others
- 024c07f: chore(deps): Bump golang from 1.23.1 to 1.23.2 (#160) (@dependabot[bot])
- 5f36f59: chore: bump 0.6.0 -> 0.7.0 (@caffeine-addictt)
v0.6.0
Changelog
Features
- ca5406b: feat: Add YAML decoding/encoding support (@caffeine-addictt)
- 757e5c1: feat: Add debug logs (@caffeine-addictt)
- 6b37514: feat: Add supported filenames (@caffeine-addictt)
- db6ecb9: feat: Implement filepath resolving (@caffeine-addictt)
- db3cfe2: feat: Implement yaml parsing (@caffeine-addictt)
- d487028: feat: Update new cmd dir flag (@caffeine-addictt)
- 6838145: feat: YAML support and more filenames (#158) (@caffeine-addictt)
Bug fixes
- 427e5c6: fix: Have license fetching respect --branch flag (@caffeine-addictt)
- 9b83406: fix: Remove TemplateSkip deadcode (@caffeine-addictt)
- 8867a2c: fix: file not closed (@caffeine-addictt)
- 283f820: fix: prevent passing nil pointer to huh.NewForm() (@caffeine-addictt)
Improvements
- 6af32fe: docs: Add v0.6.0 blog (@caffeine-addictt)
- 4cff489: docs: Get rid of unused files (@caffeine-addictt)
- f473271: docs: Include yaml config file docs (@caffeine-addictt)
- ac64ed1: docs: Update config intro docs (@caffeine-addictt)
- 424f0be: docs: Update docstring (@caffeine-addictt)
- 55b6ca3: perf: Pass TemplatePrompt as a ref (@caffeine-addictt)
Others
- 5461268: chore: bump 0.5.1 -> 0.6.0 (@caffeine-addictt)
v0.5.1
Changelog
Features
- 70ee859: feat: Add cleanup (@caffeine-addictt)
- 6137f2f: feat: Add helper functions (@caffeine-addictt)
- decd335: feat: Implement cleanup in new command (@caffeine-addictt)
- cc2d610: feat: Improve check cmd logging (@caffeine-addictt)
- d2999a8: feat: Improve error handling (#156) (@caffeine-addictt)
- 7910837: feat: Improve new command logging (@caffeine-addictt)
- b0e9728: feat: Make all cmd facing errors a waku error (@caffeine-addictt)
- 069c2ca: feat: Make logging stdout/stderr configurable (@caffeine-addictt)
- 08809ff: feat: Make version respect QUIET (@caffeine-addictt)
Bug fixes
- abf4c0b: fix: Errors should be a pointer (@caffeine-addictt)
Improvements
- 38e86a4: docs: Add docs for the default template values (#152) (@caffeine-addictt)
- cf030ff: docs: Update PR template (#153) (@caffeine-addictt)
- eab0b30: test: Fix test helper by piping stdout/err (@caffeine-addictt)
Others
- 1f9dad2: chore: bump 0.5.0 -> 0.5.1 (@caffeine-addictt)
v0.5.0
Changelog
Waku is now back on snapcraft and git is no longer a required dependency! 🥳
Features
- 34af720: feat: Implement fallback to go-git (@caffeine-addictt)
- 683fff3: feat: Improve verbosity usage string (@caffeine-addictt)
- a00d459: feat: Make git optional (#150) (@caffeine-addictt)
- 8ad2a1b: feat: Make healthcheck missing git be a warn (@caffeine-addictt)
Bug fixes
- f370308: fix: Missing TRACE in switch causing vvv to fail (@caffeine-addictt)
- de2266b: fix: Missing newline after debugf call (@caffeine-addictt)
- bac7432: fix: Use strict confinement for snapcraft (@caffeine-addictt)
- 211392e: fix: VERBOSE -> INFO and trailing space fixes (@caffeine-addictt)
Improvements
- faf22ee: refactor: abstract checking for git (@caffeine-addictt)
Others
- 645cdd3: Merge branch 'main' into feature/make-git-optional (@caffeine-addictt)
- d9496b6: chore: Run formatting (@caffeine-addictt)
- 26d220a: chore: bump 0.4.0 -> 0.5.0 (@caffeine-addictt)
- 6fae352: ci: Cache golang builds (#151) (@caffeine-addictt)
- 1062872: revert: Un-remove publishing to snap (@caffeine-addictt)