Skip to content

Releases: mbrt/gmailctl

v0.10.7

14 Nov 13:40
Compare
Choose a tag to compare

What's Changed

Maintenance and bug fixing

  • Quote plus sign automatically. by @mbrt in #302
  • Update various dependencies.

Full Changelog: v0.10.6...v0.10.7

v0.10.6

02 Nov 13:50
Compare
Choose a tag to compare

What's Changed

Maintenance and bug fixing

New Contributors

Full Changelog: v0.10.5...v0.10.6

v0.10.5

19 Sep 09:27
Compare
Choose a tag to compare

What's Changed

New features

Maintenance and bug fixing

New Contributors

Full Changelog: v0.10.4...v0.10.5

v0.10.4

31 May 10:40
Compare
Choose a tag to compare

What's Changed

Maintenance and bug fixing

  • Fix typo in diff command description (configuaration) by @pbechu in #253
  • Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 in #255

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3

27 May 20:54
Compare
Choose a tag to compare

What's Changed

Maintenance and bug fixing

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

01 May 15:30
Compare
Choose a tag to compare

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

01 May 15:10
Compare
Choose a tag to compare

What's Changed

New features

  • Indent filter criteria by @lutzky in #239
    Makes for easier to see diffs.

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

Full Changelog: v0.10.0...v0.10.1

v0.10.0

10 Nov 22:04
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Deprecate older config formats by @mbrt in #205

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: v0.9.0...v0.10.0

v0.9.0

12 Sep 14:08
Compare
Choose a tag to compare

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

30 Dec 13:25
Compare
Choose a tag to compare

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.