8000 Releases · emar10/jet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: emar10/jet

v1.0

03 May 19:00
e5bbd86
Compare
Choose a tag to compare

Full dynamic syntax highlighting is here.

Changelog

New Features

  • Jet's syntax highlighting rules are now loaded dynamically from the ../share/jet/syntax directory relative to the binary's installation path.
  • Added syntax files for C and Java.

Bug Fixes

  • Fixed an issue with switching to a new file that does not exist.

v0.2 - I C Syntax

23 Apr 22:51
Compare
Choose a tag to compare

This release adds syntax highlighting for C.

Changelog

New Features

  • Add syntax highlighting engine that dynamically accents portions of text based on regex rules.
  • Built in rules for C that only trigger when editing a .c or .h file.

v0.1.1

18 Mar 18:46
ea749e2
Compare
Choose a tag to compare

Hotfix release, squashes some particularly nasty bugs and provides minor usability improvements.

Changelog

New features

  • Jet will now automatically adapt its windows when the terminal is resized.

Bug fixes

  • Fixes #26, Page Up and Page Down now work again.
  • Handles a nasty memory issue with splitting and combining lines when adding/removing line breaks.

v0.1

04 Mar 20:44
Compare
Choose a tag to compare

Initial release of Jet. See README in either the binary archives above or in the repository.

0