Skip to content

Releases: kaaedit/kaa

Kaa 0.47.0

10 Dec 00:38
Compare
Choose a tag to compare
Kaa 0.47.0 Pre-release
Pre-release
  • Range of word in word completion is fixed.
  • Use X11 clipboard only if environment variable DISPLAY is provided.
  • Fix bug if dialog size is greater than screen size.

Kaa 0.46.0

06 Nov 11:20
Compare
Choose a tag to compare
Kaa 0.46.0 Pre-release
Pre-release

0.46.0 - 2015.11.06

  • Cursor word-right/left now skips white-space.
  • Initial directory of file-open dialog is same directory as file now active.
  • Various highlighting bugs.

Kaa 0.45.0

27 Oct 10:18
Compare
Choose a tag to compare
Kaa 0.45.0 Pre-release
Pre-release
  • Handle terminal resize in Python 3.5.
  • Reworked syntax highligh.
  • [CSS mode] Highlight @media rules.

Kaa 0.44.0

06 Jun 16:14
Compare
Choose a tag to compare
Kaa 0.44.0 Pre-release
Pre-release
  • New file mode: INI file. [Contributed by hirokiky https://pull/125]
  • New file mode: JSON file. [Contributed by hirokiky https://pull/126]

Kaa 0.43.0

10 May 10:28
Compare
Choose a tag to compare
Kaa 0.43.0 Pre-release
Pre-release
  • [HTML mode] Handle Javascript line comments(//) in HTML attributes/elements collectly.
  • [Markdown mode] Highlight pre style(both indented block/Github style ``` markup)

Kaa 0.42.0

05 Apr 12:26
Compare
Choose a tag to compare
Kaa 0.42.0 Pre-release
Pre-release
  • HTML highlighter respects type attribute of script element.

Kaa 0.41.0

25 Mar 01:27
Compare
Choose a tag to compare
Kaa 0.41.0 Pre-release
Pre-release
  • History of grep directory was not saved correctly.

Kaa 0.40.0

23 Mar 06:16
Compare
Choose a tag to compare
Kaa 0.40.0 Pre-release
Pre-release
  • [JavaScript mode] Fix highlighting of regex token.
  • [JavaScript mode] Highlight parenthesis under cursor.
  • Use xclip instead of xsel for clilpboard on Unix.

kaa 0.39.0

17 Mar 16:24
Compare
Choose a tag to compare
kaa 0.39.0 Pre-release
Pre-release
  • [Python console] Display time consumed to execute script.
  • [Python console] Optimize text output.

kaa 0.38.0

09 Mar 05:16
Compare
Choose a tag to compare
kaa 0.38.0 Pre-release
Pre-release
  • [Python console] Multiline scripts could be edited in-place. Edit window is no longer displayed. To execute script, cursor must be located at end of script.
  • [Python console] local namespace is shared among consoles.