Skip to content

Commit

Permalink
5.1.4 publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kotazzz committed Jan 28, 2021
1 parent 0c19762 commit ff04dd3
Show file tree
Hide file tree
Showing 26 changed files with 28,699 additions and 2,390 deletions.
22 changes: 21 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
5.1.3:
NewLifeUtils 5.1.4:
- Fix: CSM - Shell() not working (-------)
- Fix: LM - rea() not working (-------)
- Removal: Logger smart input future disabled (-------)
- Removal: CSM {} from start eveny (-------)

NewLifeUtils 5.1.3:
- Addition: RequestModule (8778255)
- Addition: requirements in setup.py (1a2415d)
- Addition: license in setup.py (84c1215)
Expand Down
28,662 changes: 28,662 additions & 0 deletions NLU Config/logs/log_28-01-2021_21-05-01.log

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions NLU Config/logs/log_28-01-2021_21-07-30.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[21:07:30] [L] My Cmd : Welcome to My CMD
[21:07:30] [L] My Cmd : {}
2 changes: 1 addition & 1 deletion NewLifeUtils.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: NewLifeUtils
Version: 5.1.3
Version: 5.1.4
Summary: View changelog.txt at https://raw.githubusercontent.com/NewLife1324/NewLifeUtils-Dev/main/CHANGELOG.txt
Home-page: https://github.com/NewLife1324/NewLifeUtils-Dev
Author: New Life
Expand Down
1 change: 0 additions & 1 deletion NewLifeUtils/CustomShellModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ def run(console):
class initDefaultTask_(Task):
def execute(console):
log(f'{translation["welcome"]} {console.cmdname}')
log(console.fist_completer)

class exitDefaultTask_(Task):
def execute(console):
Expand Down
2 changes: 1 addition & 1 deletion NewLifeUtils/LoggerModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ def smart_input(text="", completes=None, end="\n"):
f"{ACC.bcustomrgb(0, 43, 112)}{ACC.customrgb(235, 54, 30)}{message}",
end="",
)
readed = smart_input(completes=completion)
readed = input()

out(
MCC.up(2)
Expand Down
2 changes: 1 addition & 1 deletion NewLifeUtils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.1.3"
__version__ = "5.1.4"
Binary file modified NewLifeUtils/__pycache__/ColorModule.cpython-39.pyc
Binary file not shown.
Binary file modified NewLifeUtils/__pycache__/LoggerModule.cpython-39.pyc
Binary file not shown.
Binary file modified NewLifeUtils/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
252 changes: 0 additions & 252 deletions build/lib/NewLifeUtils/ColorModule.py

This file was deleted.

Loading

0 comments on commit ff04dd3

Please sign in to comment.