Skip to content

Releases: kaaedit/kaa

kaa 0.26.1

27 Dec 15:48
Compare
Choose a tag to compare
kaa 0.26.1 Pre-release
Pre-release
  • Fixed an error on file-save-as

kaa 0.26.0

27 Dec 07:29
Compare
Choose a tag to compare
kaa 0.26.0 Pre-release
Pre-release
  • New command: Alt+m moves cursor to first non-blank character of the line.

kaa 0.25.0

25 Dec 03:26
Compare
Choose a tag to compare
kaa 0.25.0 Pre-release
Pre-release
  • Syntax highlight in Python console.

kaa 0.24.0

24 Dec 05:35
Compare
Choose a tag to compare
kaa 0.24.0 Pre-release
Pre-release
  • English spell checker.

kaa 0.23.0

21 Dec 09:21
Compare
Choose a tag to compare
kaa 0.23.0 Pre-release
Pre-release
  • Improve Python console a lot.
  • Breakpoints in Python debugger now works better.

kaa 0.22.0

19 Dec 00:05
Compare
Choose a tag to compare
kaa 0.22.0 Pre-release
Pre-release
  • Respect encoding declaration on loading/saving file in CSS mode.
  • Button to send SIGINT to the debug target process.

kaa 0.21.0

15 Dec 11:38
Compare
Choose a tag to compare
kaa 0.21.0 Pre-release
Pre-release
  • Respect encoding declaration on loading/saving file in HTML/Python mode.
  • Paste from OS clipboard didn't work on Mac.

kaa 0.20.0

13 Dec 11:13
Compare
Choose a tag to compare
kaa 0.20.0 Pre-release
Pre-release
  • Save clipboard history to disk.
  • Python debugger: Display status of target process.

kaa 0.19.0

10 Dec 15:38
Compare
Choose a tag to compare
kaa 0.19.0 Pre-release
Pre-release
  • Support system clipboard. For Unix/Linux, xsel command should be installed(sudo apt-get install xsel).

kaa 0.18.0

10 Dec 01:12
Compare
Choose a tag to compare
kaa 0.18.0 Pre-release
Pre-release
  • Optimizations. Kaa responds quicker than previous version.
  • Error highlighting javascipt attribute in html mode was fixed.
  • White space characters inserted by auto-indent are automatically removed if cursor moved to another position without entering a character.
  • reStructuredText Mode: Non-ASCII punctuations were not recognized as separater of inline mark ups.