Releases: charlie-sans/Kode-Runner
version 2.1
we don't have too much to share with you all at the moment with this one but ita's got some good features that's been missing from the client.
kode-runner patch notes.
added support for pull request 22 to the client, this now supports password auth with the server.
fixed a bug where saving a file to the workspace would send the first file in the list to the server.
fixed placement of the project dash board and spruced it up a bit.
removed the legacy desk and replaced it with a new one.
fixed an issue when receving the output for c++ from the server, the game would freeze because of g++ erroring out based on not statting a directory correctly.
added a line and character count to a pannel on the right side of the editor
fixed an issue where saving the desk to keep files would clear the terminal and also the text editor.
implemented color changing icons based on the lines of the file, point's can be seen in the attatched image for the line count to color chart.
new features:
implemented Fortran support through gfortran:
fortran is now a supported language
implemented nasm support:
nasm is now a supported language:
targets are -f elf64 for compilation.
added english and swedish translations.
project dashboard now looks a lot cleaner instead of chunky.
Work in progress
stopping the currently running process through the websocket connections.
listing the contents of the cwd using /terminal that is now available.
implementing pull request 22 to the client again after a crash lost all work.
What's Changed
- Change README to reflect server.py renaming by @carson-coder in #16
- Dev by @charlie-sans in #17
- Dev by @charlie-sans in #19
- Probably should makes sure this works by @carson-coder in #22
- version 2.1 update! by @charlie-sans in #25
New Contributors
- @charlie-sans made their first contribution in #17
Full Changelog: v2.0.1...v2.1.1