Releases: mbrt/gmailctl
Releases · mbrt/gmailctl
v0.10.7
v0.10.6
What's Changed
Maintenance and bug fixing
- fix: typo in missing credentials help text by @jonas-jonas in #286
- Advertise macports install option by @paxperscientiam in #289
- Revert "check for undesirable quotes" by @mbrt in #299
New Contributors
- @jonas-jonas made their first contribution in #286
- @paxperscientiam made their first contribution in #289
Full Changelog: v0.10.5...v0.10.6
v0.10.5
What's Changed
New features
Maintenance and bug fixing
- Add Fedora Linux to installation by @mefuller in #258
- snap: add network-bind plug by @gjolly in #262
- Check for undesirable quotes by @mefuller in #260
- Add footnote on importing from
.libjsonnet
files by @rcassani in #277 - Reverse "want" and "got" in test failures by @lutzky in #279
- Fix buffer handling in internal/errors. by @mbrt in #282
New Contributors
Full Changelog: v0.10.4...v0.10.5
v0.10.4
v0.10.3
v0.10.2
Security fix
Solved a possible XSS attack vector, only present in v0.10.1
. This could happen only during a token refresh for a few seconds. Most likely not exploitable, given that the webserver runs only on localhost.
If you are running version v0.10.1
(check with gmailctl version
), please update. Otherwise there's no risk for you.
v0.10.1
What's Changed
New features
Maintenance and bug fixing
- Remove all unused methods from stringset. by @mbrt in #215
- Fix typo localcred/local_provider.go by @mraakashshah in #225
- Refresh token helper by @mbrt in #238
- Add more golangci linters and fix warnings. by @mbrt in #241
- Reworked Gmail authorization workflow by @mbrt in #245
New Contributors
- @mraakashshah made their first contribution in #225
- @lutzky made their first contribution in #239
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
Breaking Changes
If you're still depending on v1alpha1
or v1alpha2
config files (almost 3 years old by now), please follow the instructions at https://github.com/mbrt/gmailctl/#yaml-config-is-unsupported. A migration tool will convert the old configuration file in the latest format.
New features
- Add Reply-To function by @peteroneilljr in #199
- Add
version
command by @mbrt in #214
Maintenance and bug fixing
- Move to Go 1.17 by @mbrt in #211
- Add coverage to GitHub actions. by @mbrt in #201
- New integration tests by @mbrt in #203
- Package alias cleanup by @mbrt in #207
- Add permissions to GH actions. by @mbrt in #208
- Remove unused GMail auth scope. by @mbrt in #209
- Move pkg to internal by @mbrt in #210
- Remove redundant unit tests by @mbrt in #212
New Contributors
- @peteroneilljr made their first contribution in #199
Full Changelog: v0.9.0...v0.10.0