Skip to content

Releases: andreikop/qutepart

Version 3.2.0

27 Aug 19:14
Compare
Choose a tag to compare

Update XMLs from the upstream

Version 3.0.1

15 Jun 12:14
Compare
Choose a tag to compare
  • Changed highlighting color for Python imports
  • Fixed tests on Fedora 23

Version 3.0.0

19 Apr 06:55
Compare
Choose a tag to compare
  • Migration to Python3 and PyQt5
  • More syntaxes
  • Better colors
  • Better Ruby support

Version 2.2.0

27 Apr 18:41
Compare
Choose a tag to compare
  • Vim mode

Version 2.1.0

22 Jul 20:17
Compare
Choose a tag to compare
  • API: Linter marks
  • API: drawWhiteSpaceTrailing -> drawIncorrectIndentation, drawWhiteSpaceAnyIndentation -> drawAnyWhitespace
  • API: increaseIndentAction, undoAction, redoAction
  • API: Updated XML parsers. More languages are supported.
  • Better autoindentation for Python

v1.3.0

13 Mar 08:12
Compare
Choose a tag to compare
  • API: Added binaryParserAvailable flag
  • API: Added indentWithSpaceAction, unIndentWithSpaceAction
  • Bugfixes and improvements