Skip to content

0.8 Beta

Compare
Choose a tag to compare
@tassosmak tassosmak released this 02 Feb 11:18
· 181 commits to Dev since this release
5e9a8d4

PyTerminal 0.8-Beta Release

Welcome Release 0.8 Beta, This Release is significant for us because we are finally ready To Deploy our Very First Kernel to the public
Kernel Releases Will be more Frequent Than the PyTerminal Releases

What’s Added:

  1. This Version is Focused On the New kernel
    Before the Kernel was separated into many Sub-Systems from now on Kernel replaced our formal Core-Foundation With the implementation of the New kernel PyTerminal is up to 5x
    Times faster

  2. Improved Password Encryption
    We have added another encryption layer to the CryptographyKit making it the best Encryption we ever had to PyTerminal Thanks to the Kernel implementation

  3. Added ClearErrors/ClearHistory Args
    we have added more args to the “python3 Boot.py ”, ClearErrors will empty the errors.log file the same happens with the ClearHistory

  4. Added SNC(Serial Number Check)
    if an installation is moved from one computer to the other the configuration files will be presented

  5. Added ChatGpt client
    we have added a chatbot client

Kernel 1.0:
Kernel Additions:

	1. sign-in platform, Encrypted Username-Password
	
	2. Platform Identifier optimize your Command List by Identifying the platform
	
	3. error  screen if an error occurs instead of the normal traceback you can use this
	
	4. SNC(SerialNumberCheck) if the kernel is moved to another computer it will be resisted
	
	5. ClearScreen you can thoroughly wipe the screen
	
	6. edit_json You Can edit configuration files
	
	7. Boot Arguments To Configure the CLI however you want
	
	8. Advanced Password Encryption
	
	9. Different Mode Support Similar to windows Standard/Administrative accounts types
	
	10. GUI Prompts With the RendererKit you can have GUI prints
	
	11. You Can Generate a Password
	
	12. You Can also install your libraries alongside the kernel
	
	13. Safe Mode to test What may be causing a problem