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