Skip to content

Releases: educbraga/EasyCommit

3.0.8

Choose a tag to compare

@educbraga educbraga released this 31 Mar 02:33
f67b519

Changelog - Version 3.0.8

Fix

  • Fixed syntax error caused by the use of f-strings, which are not supported in Python 3.3. Replaced f-strings with string formatting using concatenation.

Notes

Feel free to reach out if you encounter any issues or have further questions!

3.0.7

Choose a tag to compare

@educbraga educbraga released this 31 Mar 00:09
c19c4ff

Changelog - Version 3.0.7

Fix

  • Fixed the behavior of the commands called from keybindings.

Notes

Feel free to reach out if you encounter any issues or have further questions!

3.0.6

Choose a tag to compare

@educbraga educbraga released this 29 Mar 17:05
721b946

Changelog - Version 3.0.6

Fix

  • Fixed the name of the commands called from the command palette.

Notes

Feel free to reach out if you encounter any issues or have further questions!

3.0.5

Choose a tag to compare

@educbraga educbraga released this 28 Mar 19:18
0f9a81a

Changelog - Version 3.0.5

Added

  • Added an initial text guide after install.

Notes

Feel free to reach out if you encounter any issues or have further questions!

3.0.4

Choose a tag to compare

@educbraga educbraga released this 28 Mar 17:32
939a0e8

Changelog - Version 3.0.4

Added

  • Added commands to the command palette.

Refactored

  • Removed code duplication.

Notes

Feel free to reach out if you encounter any issues or have further questions!

3.0.3

Choose a tag to compare

@educbraga educbraga released this 06 Feb 02:26
194bbcf

Changelog - Version 3.0.3

Bug Fix

  • Fixed: EasyCommitFileCommand class now recognizes and handles new files.

Notes

Feel free to reach out if you encounter any issues or have further questions!

3.0.2

Choose a tag to compare

@educbraga educbraga released this 02 Feb 18:08
5a39188

Changelog - Version 3.0.2

Bug Fix

  • Fixed: An issue where the easy_commit_all command was not working as expected.
    • Changes: Modified the run method in the EasyCommitAllCommand class to correctly call the easy_commit_all method.

Notes

Feel free to reach out if you encounter any issues or have further questions!

3.0.1

Choose a tag to compare

@educbraga educbraga released this 02 Feb 16:34
8d2a605

Update README

3.0.0

Choose a tag to compare

@educbraga educbraga released this 02 Feb 16:32
cf1abc7

Changelog

  • Changed the name of the command to commit all to easy_commit_all
  • Added a command to commit the current file: easy_commit_file

2.0.1

Choose a tag to compare

@educbraga educbraga released this 29 Jan 11:48
2f30abe

Update README