Skip to content

Releases: MichaelCurrin/auto-commit-msg

v0.24.3

05 Jun 11:01

Choose a tag to compare

v0.24.3 Pre-release
Pre-release

Full Changelog: v0.24.2...v0.24.3

  • Upgrade packages
  • Update documentation

v0.24.2

03 Apr 20:32

Choose a tag to compare

v0.24.2 Pre-release
Pre-release

What's Changed

  • build(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #76

Full Changelog: v0.24.1...v0.24.2

v0.24.1

14 Feb 12:42

Choose a tag to compare

v0.24.1 Pre-release
Pre-release

Full Changelog: v0.24.0...v0.24.1

  • Upgrade packages
  • Update publish targets in Makefile
  • Update docs
  • Style updates
  • Update license

v0.24.0

04 Jan 16:21

Choose a tag to compare

v0.24.0 Pre-release
Pre-release

What's Changed

  • fix: Handle filenames with spaces by @MichaelCurrin in #71
  • upgrade packages
  • style changes
  • doc changes
  • test changes

Full Changelog: v0.23.0...v0.24.0

v0.23.0

19 Dec 06:14

Choose a tag to compare

v0.23.0 Pre-release
Pre-release

Full Changelog: v0.22.2...v0.23.0

  • Update docs
  • Update tests
  • Refactor
  • Style
  • Make value required
  • Trim value
  • Update deps
  • Add .pylintrc support to conventional commit module

Fix patch vulnerability

10 Oct 17:54

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.22.1...v0.22.2

Upgrade packages, update docs, and small changes

24 Aug 21:10

Choose a tag to compare

  • style
  • tests
  • refactor

Full Changelog: v0.22.0...v0.22.1

Publish to Marketplace and update doc install instructions

31 Jul 19:43

Choose a tag to compare

Reduce extension size

26 Jul 08:59

Choose a tag to compare

Reduce extension size Pre-release
Pre-release

There was an issue where too much was included in the built .vsix file. Using aggressive ignoring in .vscodeignore, this been reduced 10x from 0.3MB to 0.03MB.

Add multi-file counting and minor changes

25 Jul 08:02

Choose a tag to compare

  • Add support for multi-file changes in issue #38 with tests.
  • New functionality around existing behavior for old message
    • Switch the order
    • Keep the type.
    • Avoid duplicating the whole message.
  • Move deprecated code to docs.
  • Upgrade dependencies.
  • Refactoring.
  • Doc changes.