- Fast mode: use shortcuts to run directly gitcher orders. - Current git profile status. - User input validation. - Cherfile comments support.
Changed
- Securize and better isolate model layer operative. - Fix some performance failures.
Previous alpha phase
0.2a1
Changed
This version fixes an error with the set up routine. The necessary libraries were not being imported.
0.2a0
Added
- Installs the program manpages during the set up routine.
Changed
- Improves the software design of the project. Refactors the project as Python package and isolates GITCHER file access to a model layer. - Improves the user experience with better output printing presentation.
0.1a1
Changed
Set global option crashed when try to use from a directory that does not contains a git repository. It was by a performance dependencies of 'gitpython' library. The library will be removed from imports and the git commands will be played with operating system calls instead.
0.1a0
Added
First alpha release. This version is a first approximation of the tool. It covers the entire initial scope of functionalities proposed.