Skip to content

Releases: mbrt/gmailctl

v0.12.0

Choose a tag to compare

@github-actionsgithub-actions released this 19 May 08:59
1316284

What's Changed

New features

Maintenance and bug fixing

New Contributors

Full Changelog: v0.10.7...v0.12.0

v0.11.0

Choose a tag to compare

@mbrtmbrt released this 19 Jan 12:09

What's Changed

New features

Maintenance and bug fixing

New Contributors

Full Changelog: v0.10.7...v0.11.0

v0.10.7

Choose a tag to compare

@mbrtmbrt released this 14 Nov 13:40

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

Choose a tag to compare

@mbrtmbrt released this 02 Nov 13:50

What's Changed

Maintenance and bug fixing

New Contributors

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

v0.10.5

Choose a tag to compare

@mbrtmbrt released this 19 Sep 09:27

What's Changed

New features

Maintenance and bug fixing

New Contributors

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

v0.10.4

Choose a tag to compare

@mbrtmbrt released this 31 May 10:40

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

Choose a tag to compare

@mbrtmbrt released this 27 May 20:54

What's Changed

Maintenance and bug fixing

New Contributors

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

v0.10.2

Choose a tag to compare

@mbrtmbrt released this 01 May 15:30

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

Choose a tag to compare

@mbrtmbrt released this 01 May 15:10

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

Choose a tag to compare

@mbrtmbrt released this 10 Nov 22:04

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