v1.0.0
Changelog
- 5cfbee5 Initial commit
- 80a13fb Merge pull request #2 from Yakiyo:renderer-fix
- 0da5055 chore: bump version to v1.0.0
- 748d739 chore: comment for future reference
- 123ef3b chore: delete file
- f5ff006 chore: go fmt
- 8827027 chore: go mod tidy
- 9d12b00 chore: init list
- 2873d51 chore: remove the set lib
- 0045fcb chore: remove util log
- 2c0091c chore: setup stuff
- b900c4f chore: somewhat unfinished fix
- 0d81841 chore: tidy deps
- 8baffc9 chore: update deps
- 6adb50a chore: update gitignore
- 3ab84da feat: add custom pages key, remove auto update key
- 93325ba feat: add defaults for platform and language
- 8742bd1 feat: add viper to deps
- 7db00e6 feat: better handling of config file
- 1e068cd feat: bump version to v1.0.0
- 01dae66 feat: config defaults
- cc6044d feat: config flag
- 8ab0526 feat: default config file path
- cae7a84 feat: downloader
- bf9f0cf feat: early return on list
- 1d4f91e feat: even better config handling
- 5a10d81 feat: expand path
- a5fa34d feat: finish command
- 68d02b3 feat: flags
- 5cc4123 feat: full fledged formatter
- be4f309 feat: handle colors and isatty
- f176064 feat: help on no args
- d880261 feat: imrpomptu commit
- 5ee4d45 feat: index reader
- a60adde feat: init cobra
- 00078f7 feat: init config
- a1b2712 feat: init configuration
- 2d6d62d feat: init goreleaser files
- 8401b54 feat: initial setup
- b2f5f15 feat: initialize renderers
- 45b7cb8 feat: list sub
- ccce335 feat: logger initialization
- 657fc63 feat: panic handler
- f8851e4 feat: read config file
- d8e226c feat: readme
- d6e177c feat: remove style class, only raw
- 9058a6c feat: set alias for run
- 8fc0678 feat: somwhat fix color issue
- 4987411 feat: spec in version flag
- 536fa92 feat: support custom dir
- da1b00f feat: update deps
- 8baf256 feat: update deps
- 6c1d8de feat: update flag
- 60832a8 feat: update just file
- e290c05 feat: update justfile
- 08bcc09 feat: utils
- 789bb94 feat: where module
- 5b7db80 feat: workflow
- 3a37312 fix: early return on flags
- d9d62dc fix: ensure parent dirs exist
- 268cdfa fix: full help on no args
- 9546b6f fix: goreleaser config
- 6c1d2c8 fix: name and version
- 93da68b fix: remove unused printings
- d9e9327 fix: scoop manifest issues and binary name
- 86b715c fix: some seed config stuffs
- 5165f9f fix: wrong comment
- db81bbf fix: wrong comment
- f5da6be fix: wrong comment
- ca8caf6 fix: wrong config file name
- 502a603 refactor: move flags to a diff file
- 627530d refactor: move read file to utils
- eaaa793 refactor: move safeplatform in diff func and use lo for valid
- f8d9270 some work