v1.1.0
Changelog
New Features
- d0d321d: feat: --show-last (#150) (@sylv-io)
- 1c1ea8a: feat: add --dirs to print the dirs mods stores its data (#155) (@caarlos0)
- 9fdc073: feat: adds support to api key on settings mods.yaml (#147) (@Streppel)
- 8fbb5e0: feat: have --quiet supress all stderr messages for success (@emivespa)
- 06cebfe: feat: reduce binary size (#158) (@caarlos0)
Bug fixes
Dependency updates
- 11b577b: feat(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.9.1 (#146) (@dependabot[bot])
- 57dca35: feat(deps): bump github.com/sashabaranov/go-openai from 1.15.3 to 1.16.0 (@caarlos0)
- eb083de: feat(deps): bump golang.org/x/term from 0.12.0 to 0.13.0 (#142) (@dependabot[bot])
- 63d7d91: feat(deps): bump modernc.org/sqlite from 1.25.0 to 1.26.0 (#139) (@dependabot[bot])
Documentation updates
- 927dfd5: docs: update windows instructions (@caarlos0)
- ade194a: docs: windows installation option using scoop (#120) (@goostleek)
- e97bddf: docs: winget install (@caarlos0)
Other work
- 62e1548: fix typo in Editorialize example (@cvan)
- 2121516: refactor: use ordered.First (#143) (@caarlos0)
Verifying the artifacts
First, download the checksums.txt
file, for example, with wget
:
wget 'https://github.com/charmbracelet/mods/releases/download/v1.1.0/checksums.txt'
Then, verify it using cosign
:
cosign verify-blob \
--certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
--certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
--cert 'https://github.com/charmbracelet/mods/releases/download/v1.1.0/checksums.txt.pem' \
--signature 'https://github.com/charmbracelet/mods/releases/download/v1.1.0/checksums.txt.sig' \
./checksums.txt
If the output is Verified OK
, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum
:
sha256sum --ignore-missing -c checksums.txt
Done! You artifacts are now verified!
Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.