Skip to content

Releases: bendera/vscode-commit-message-editor

v0.23.1

19 Mar 23:18
Compare
Choose a tag to compare

Fixed

  • Fix CSS overlay issue: focus border of the buttons in editor was clipped.

Full Changelog: v0.23.0...v0.23.1

v0.23.0

06 Mar 21:32
Compare
Choose a tag to compare

Added

  • Add ability to use the monospace editor in the form view.
  • Add ability to open the editor in a specific editor group.

v0.22.1

16 Feb 22:40
Compare
Choose a tag to compare

Fixed

  • The default view option was ignored when the form view was set as default. (Fix #81)
  • The monospace editor collapsed if the form view was the default view.

v0.22.0

15 Feb 23:33
Compare
Choose a tag to compare

Fixed

  • Added the missing value field to the boolean type (Fix #79)

Changed

  • VSCode Webview Elements updated to 0.8.1

v0.21.1

07 Feb 11:32
Compare
Choose a tag to compare

Fixed

  • Tabs view was broken on the editor page.

v0.21.0

06 Feb 21:23
Compare
Choose a tag to compare

Added

  • Added Reduce Empty Lines option. In previous versions, the unnecessary empty lines were removed
    automatically in the compiled message of the form view. However in many cases, this is an unwanted
    feature, so from this version the removal of empty lines is optional. It is allowed by default.

v0.20.0

30 Jan 22:26
Compare
Choose a tag to compare

Added

  • Allow adding newlines to the prefix, suffix and the separator

Changed

  • Where more than two empty lines followed each other, the "redundant" lines
    were removed automatically. It is an unsolicited feature, so it was deleted.

v0.19.7

19 Dec 21:19
Compare
Choose a tag to compare

v0.19.1

02 Oct 23:22
Compare
Choose a tag to compare

Fix #44
Fix #45

v0.19.0

09 Sep 22:17
Compare
Choose a tag to compare

Added

  • Shareable configuration
  • Added maxLength property to the text tokens