Releases: Noxyntious/kokona
Releases · Noxyntious/kokona
Kokona v0.4.0
0.4.0 release includes some very exciting (waow) features:
- Git integration
- Terminal integration
- Configurable font size
- Python, Rust, C options (compile, run, check)
disclaimer: "darwin-aarch64" builds are macOS for Apple Silicon
Kokona v0.3.3
Mainly a bugfix release, although adds some big changes
Added:
- Auto updater: Kokona now notifies you if it's out of date.
- TAB key support: You can now press TAB to write a TAB. Don't need to align your code with spaces anymore.
Changed:
- Syntax highlighting: Disabled real-time syntax highlighting for files over 500 lines, instead waiting for the user to stop typing to update the file. Massively improves typing performance inside large files.
- Syntax highlighting change 2: Now doesn't forget to highlight files of 1000+ lines. Oops.
Kokona v0.3.2
Bugfix release
- Fixed search highlighting the entire chunk of text instead of just the input (broke by chunking on syntax highlighting)
Kokona v0.3.1
We've hit the "this should've been v1.0" release! New stuff includes:
- Syntax highlighting using the Syntect crate, matching Sublime Text's language support
- Discord Rich Presence
- CTRL+O to open a file anywhere
This is the last feature build for now, I've implemented everything I wanted to, from now on it will pretty much be just bugfix and maybe feature requests
Kokona v0.2.0
Changelog:
- Added Search function and CTRL + F
- Added confirm closing on exit
- Added opening files from command line
$ kokona file.txt
- Added proper saving (don't need to use Save As anymore) and CTRL + S
- Removed the background console on Windows systems
- Fixed line/word wrapping
- Added closing file instead of having to close Kokona entirely
- Added experimental macOS builds (looking for someone to test macOS every release, I don't own a Mac, Mac builds are only Apple Silicon)
Bugs:
- line/col counters still wonky
- no close confirm on file close, only editor close
Kokona v0.1.0
Initial release, doesn't have much besides opening/saving files and basic features like line/col display and line numbers.
Features I will tackle in next release (probably v0.1.1):
- Opening files from cmdline (
$ kokona file.txt
) - Saving without "Save As"