Gmailctl Versions Save

Declarative configuration for Gmail filters

v0.10.7

6 months ago

What's Changed

Maintenance and bug fixing

Full Changelog: https://github.com/mbrt/gmailctl/compare/v0.10.6...v0.10.7

v0.10.6

1 year ago

What's Changed

Maintenance and bug fixing

New Contributors

Full Changelog: https://github.com/mbrt/gmailctl/compare/v0.10.5...v0.10.6

v0.10.5

1 year ago

What's Changed

New features

Maintenance and bug fixing

New Contributors

Full Changelog: https://github.com/mbrt/gmailctl/compare/v0.10.4...v0.10.5

v0.10.4

1 year ago

What's Changed

Maintenance and bug fixing

New Contributors

Full Changelog: https://github.com/mbrt/gmailctl/compare/v0.10.3...v0.10.4

v0.10.3

1 year ago

What's Changed

Maintenance and bug fixing

New Contributors

Full Changelog: https://github.com/mbrt/gmailctl/compare/v0.10.2...v0.10.3

v0.10.2

2 years ago

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

2 years ago

What's Changed

New features

Maintenance and bug fixing

New Contributors

Full Changelog: https://github.com/mbrt/gmailctl/compare/v0.10.0...v0.10.1

v0.10.0

2 years ago

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

Maintenance and bug fixing

New Contributors

Full Changelog: https://github.com/mbrt/gmailctl/compare/v0.9.0...v0.10.0

v0.9.0

2 years ago

Maintenance and bug fixing

  • #181 Add support for Snap builds (thanks to @gjolly).
  • #165 Automatically split long rules in multiple filters in more cases.
  • #164, #183 Fix documentation (thanks to @mig4, @nick-merrill).
  • (various) Updated dependencies.

v0.8.0

3 years ago

Maintenance and bug fixing

  • Drop some dependencies to keep the project more self-contained. Update all the remaining dependencies.
  • Update documentation (#152, #145, #138)
  • Introduced Github security scanning.
  • #130 Filter color fails if the color is uppercased.
  • #160 Add Gmail API provider customization hooks for library users.