Skip to content

Releases: Totoro700/PyTerm

Version 0.5.2

12 Feb 16:37
Compare
Choose a tag to compare
Version 0.5.2 Pre-release
Pre-release

Version 0.5.2 change log

New commands/features:
Added a alternative to dir: ls
Added new command ( title ) to change the console title
Added clearData command

Updates/fixes:
Updated command not found message
Renamed the openFil command and openBinFil command to readFil and readBinFil
Compressed code
Update color character table in the color command

Version 0.5.1

02 Feb 17:40
Compare
Choose a tag to compare
Version 0.5.1 Pre-release
Pre-release

Version 0.5.1 change log

New commands/features:
Added basic npm and pip commands (#5)
- npm install
- npm install -U
- npm upgrade
- npm update
- pip install
- pip update
- pip upgrade
- pip install -U
Added statement if operating system is not recognized in runPy
Added git clone command for cloning Git repositories
Added package.xml for alternative to package.json
Added py_run.bat to run the Python script instead of the .exe (#4)
Added an alternative command name to changePrompt: prompt
[Windows] Added the title command to change the console title (#7)

Updates/fixes:
Fixed file being in use in mkfil command by closing the file
Update help section for changePrompt
Update diskpart:
Open diskpart directly instead of opening cmd then opening diskpart (#6)

(This version has some issues and docs are not updated yet)

Version 0.5.0

26 Jan 15:16
Compare
Choose a tag to compare

Version 0.5.0 change log

New commands:
Added py command in src/__main__.py for opening Python interpreter
Added move command to move a file
Added tree command to graphically display the directory structure of a drive or path
Added runPy to run a python files

Updates/fixes:
Fixed alignment issue in src/__main__.py (#1)
Fixed typos in src/__main__.py (#2, #3)
Updated parameters for math command (math -a)

Version 0.4.4

19 Jan 15:20
Compare
Choose a tag to compare

Version 0.4.4

Added notepad command for opening Windows Notepad
Shorten lines on date/time command
Added .gitignore
Fixed bug: deleting folders/directories/files that are being used by another program

Version 0.4.3

13 Jan 20:02
Compare
Choose a tag to compare

Version 0.4.3 change log

Added version command