Release 1.4.1
Release 1.4.1 information:
The Java version has been updated to 19. Also, the algorithm has been improved minorly.
In case you're unsure about how to install Java 19 on Ubuntu, refer to the project readme !
Installing (This is only a one-time task)
- Run this command:
sudo chmod +x run_once.sh
- Run this command:
./run_once.sh
Starting the jar file
Run this command: sudo java -jar code-generator-gui-ollama-1.4.1.jar
In this release, OLLAMA can be installed using a helper script
Run the command bellow to install OLLAMA
./install_ollama.sh
What's Changed
- Merge Master into Develop by @pwgit-create in #55
- Update makefile_develop.yml by @pwgit-create in #57
- Develop by @pwgit-create in #60
- Merge master into Develop by @pwgit-create in #61
- Java 19 by @pwgit-create in #59
- Develop by @pwgit-create in #62
- small fix by @pwgit-create in #63
- Develop by @pwgit-create in #64
Full Changelog: v1.4...v1.4.1