Skip to content

Releases: MichaelCurrin/auto-commit-msg

v0.24.3

v0.24.3 Pre-release
Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 05 Jun 11:01

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

  • Upgrade packages
  • Update documentation

v0.24.2

v0.24.2 Pre-release
Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 03 Apr 20:32

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

v0.24.1 Pre-release
Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 14 Feb 12:42

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

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

v0.24.0

v0.24.0 Pre-release
Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 04 Jan 16:21

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

v0.23.0 Pre-release
Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 19 Dec 06:14

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

Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 10 Oct 17:54

What's Changed

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

Upgrade packages, update docs, and small changes

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 24 Aug 21:10
  • style
  • tests
  • refactor

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

Publish to Marketplace and update doc install instructions

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 31 Jul 19:43

Reduce extension size

Reduce extension size Pre-release
Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 26 Jul 08:59

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

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 25 Jul 08:02
  • 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.