All versions and changes will be documented in this file
- add
gitmoji.multilineCommit
option - forces Bash shell to parse\n
character
- update readme gifs
- update icon
- update readme
- add
gitmoji.customEmoji
option - toggles using custom emoji mapping - add
gitmoji.customEmojiMap
option - array of custom emojis
- fix
Merge branches 🔀
colon syntax (missing 's')
- fix logic if
autoClose
is true
-
Breaking Change configuration contributions format to
gitmoji.<setting>
- If your previous setting was
emojiSyntax: unicode
change togitmoji.emojiSyntax: unicode
- If your previous setting was
-
add
gitmoji.autoCommit: boolean
option- automatically sends commit to source control
- skips sending commit to terminal for approval
- default value is
false
-
add
gitmoji.autoClose: boolean
option- will close terminal after commit is made
- add option to use Unicode version of emoji
- fix typo in
arrow
emojis
- update docs
- refactor all code
- add new feature -
Gitmoji Cheat Sheet
- fix double quotes in both terminal exists/create terminal if branches
- change from single quote
'
to double quotes"
in commit message
- fix typo on
bulb
emoji
- update docs
- adds macOS command to README
- user inputs commit text
- add demo gif to README
- Initial release