Skip to content

Latest commit

 

History

History
102 lines (61 loc) · 3.34 KB

File metadata and controls

102 lines (61 loc) · 3.34 KB

Changelog

3.2.0 (01-30-2024)

  • ✨feature: Trim messages when finished
  • ✨feature: Ability to define titles on prompts
  • ✨feature: Ability to define default values on prompts

3.1.1 (09-30-2022)

  • ✨feature: Trim messages when finished
  • ✨feature: Ability to define titles on prompts
  • ✨feature: Ability to define default values on prompts

3.1.0 (08-05-2022)

  • 🐞fix: update for vscode api change in 1.70 about repositories

3.0.2 (07-16-2022)

  • ✨feature: ability to define default value for free text inputs
  • ✨feature: add repo current branch in variables

3.0.1 (02-24-2022)

  • 🐞fix: settings migration script fix from V3.0.0

third release with an UI O_o and a lot of new features (btw: we reached the 5k installs THX U ♥️)

3.0.0 (02-23-2022)

  • ✨feature: use of information or error message as feedback
  • ✨feature: update contributes.configuration $schema
  • ✨feature: add an UI to generate settings (cf: this UI)
  • ✨feature: add PR template
  • ✨feature: add a folder for settings sharing between users
  • ✨feature: add ability to search for files using predefined variable names
  • 📄docs (docs): update docs globaly and make a web version

2.1.0 (05-06-2021)

  • ✨feature: auto focus scm commit input on finish (cf: issues #10)
  • ✨feature: add abilities to concatenate multiple variables in settings (cf: issues #11 & #12)

second release OH YEAHHH !!!!

2.0.0 (04-09-2021)

  • ✨feature: add ability to use text input or select input for any variables

1.1.5 (12-18-2020)

  • 📄docs (docs): update docs with animated gif

1.1.4 (11-06-2020)

  • ✨feature: Handle multi repo case

1.1.3 (11-06-2020)

  • 🐞fix: Update icon (cf: issues #4)
  • 🐞fix: Handle cancel action when typing variables (cf: issues #5)
    ⚙️refactor: Refacto on extension command name

1.1.1 (10-20-2020)

  • 🐞fix: Update icon (cf: issues #4)

1.1.0 (10-12-2020)

  • ✨feat(workflow): Add abilities to create custom message format using simple brackets in settings, see doc
  • ⚙️refactor(global): Refacto on major part of the code
  • 🌈style(typescript/prettier): Pass into prettier + update ts rules

1.0.1 (09-30-2020)

  • ✨feature: On demand, add based commitizen prefix for alpha8
  • 🔵other: Change default mode to concatenate settings

First Release, I've done it !!

1.0.0 (09-21-2020)

  • ✨feature: Replace icon with outlined

0.0.4 (09-15-2020)

  • ✨feature: add a mode to concatenate message with existing or replace existing
  • 🐞fix: focus on quickPick not on scm input box when triggering extension

0.0.3 (08-25-2020)

  • ✨feature: V0.0.3 add prefix sets

0.0.2 (08-23-2020)

  • ✨feature: Add custom prefix setting
  • 🐞fix: Open SCM view when prefix selector is opened, not at the end of process

0.0.1 (08-18-2020)

  • Initial release