Releases: mbrt/gmailctl
v0.11.0
What's Changed
New features
- Add
--debugflag to display Gmail search URL by @izidormatusov in #409 - Add context option for filter diffs by @kpengboy in #421
Maintenance and bug fixing
- Update README.md - 'of' -> 'or' by @ChrisCarini in #369
- typo;
togheter->togetherby @ChrisCarini in #370 - fix typos by @RayBB in #380
- Move tmp files for edit command next to config file. by @mbrt in #386
- Upgrade "Mark stale issues" action to v9 by @mbrt in #387
- Skip quoting if args are already quoted. by @mbrt in #391
- Make init message less confusing by @mbrt in #394
- Update min go version to 1.21 by @mbrt in #403
- fix missing close file in edit command by @testwill in #404
- Fix initialization of cfgDir by @kpengboy in #422
New Contributors
- @ChrisCarini made their first contribution in #369
- @RayBB made their first contribution in #380
- @renovate made their first contribution in #397
- @testwill made their first contribution in #404
- @izidormatusov made their first contribution in #409
- @kpengboy made their first contribution in #422
Full Changelog: v0.10.7...v0.11.0
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
.libjsonnetfiles 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
versioncommand 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