Releases: hilfing/JarvisAI
Releases · hilfing/JarvisAI
v3.2.0 - Release
Summary
- Code will be much more streamlined
- Better sanitization of user inputs
- Better DB handling
- Updated Chatbot (Shift from ChatBotAPI to gpt4free)
- More Logging and better Error Handling
What's Changed
Full Changelog: v3.0.0...v3.2.0
Installation
How to Download and Run the Executable on Linux
Follow these simple steps to download and run the executable on your Linux machine:
1. Download All Parts
Make sure you download all parts of the executable. The files should be named like this:
Jarvis_part_aa
Jarvis_part_ab
Jarvis_part_ac
2. Recombine the Parts
Once all the parts are downloaded, open a terminal and navigate to the directory where the files are located.
Run the following command to recombine the parts into a single file:
cat part_* > Jarvis
3. Make the Executable File Run
Once the file is recombined, you need to give it executable permissions. Run:
chmod +x Jarvis
4. Run the Executable
Finally, run the executable using the following command:
./Jarvis
Troubleshooting:
- Missing Parts: If you’re missing any parts of the file, the
cat
command will not work correctly. Ensure you’ve downloaded all the parts. - Permissions Issue: If you encounter a permission error, make sure you ran
chmod +x
to set the executable permissions properly.
Enjoy using the program!
v3.0 - Release
Adding tons of new features and security improvements along with a much more beautiful UI.
Most important -
- Shift to SQL from JSON (External Database)
- Profile Management
- Use of config files
- Increased Stability
- Code restructure (Increased readability and stability)
- Protection against Injection attacks
- Data Encryption
- New GUI
- New login/register menu
- New local library for better management
v2.3.1
Full Changelog:
- Complete Rewrite of entire codebase
- Disabled developer/admin mode module.
- Disabled picture module.
- Enhanced chatbot.
- Added Command module [Microphone mode will soon be released]
- Added various commands
- Added production/development mode.
- Completely new logging module with detailed logs.
For further details check this out : v1.9...v2.3.1