-
Notifications
You must be signed in to change notification settings - Fork 4
version 2.1 update! #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… out why the dotnet site host doesn't want to compile and how i should even add sub pages to the cunt
Probably should makes sure this works
… converter so i can document python code faster.
…son to html converter. though the other libs are fucked still
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.