Skip to content

Commit

Permalink
release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zlj-zz committed Jan 15, 2022
1 parent 6cff3fd commit a01d20d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog of pigit
^^^^^^^^^^^^^^^^^^^^^^^^

v1.3.5 (2022-01-15)
----------
- Refactor part of code.
- Fix ``ue`` command about setting global user and email.
- Fix ``--create-config`` command when don't have config.

v1.3.4 (2021-12-26)
----------
- Split TUI module.
Expand Down Expand Up @@ -63,7 +69,7 @@ v1.0.6 (2021-08-08)
- Rename project, pygittools -> pigit
- Added configuration.
- Added interactive file tree operation.
- Allowed some command combined use, like: `-if`.
- Allowed some command combined use, like: ``-if``.
- Optimized ignore matching algorithm of CodeCounter.
- Increase the output mode of CodeCounter. [table, simple]
- Refactor Git command processor.
Expand All @@ -87,7 +93,7 @@ v1.0.2 (2021-07-30)
----------
- Add debug mode.
- Update completion function.
- Support create \``.gitignore`\` template according to given type.
- Support create ``.gitignore`` template according to given type.
- Show runtime.
- Improve print, more color and beautiful.
- Fix color compatibility with python2.
Expand Down
4 changes: 2 additions & 2 deletions pigit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


__project__ = "pigit"
__version__ = "1.3.5-beta1"
__version__ = "1.3.5"
__url__ = "https://github.com/zlj-zz/pigit.git"
__uri__ = __url__

Expand All @@ -51,7 +51,7 @@
output_git_local_config,
)
from .decorator import time_it
from .config import Config
from .config import CONF_ERROR, Config
from .codecounter import CodeCounter
from .gitignore import GitignoreGenetor
from .shellcompletion import shell_compele, process_argparse
Expand Down

0 comments on commit a01d20d

Please sign in to comment.