diff --git a/debian/changelog b/debian/changelog index b5eaf83..779f5dc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +python-qutepart (2.1.0-1~ubuntuseries1) ubuntuseries; urgency=low + + * Linter marks + * API: drawWhiteSpaceTrailing -> drawIncorrectIndentation + drawWhiteSpaceAnyIndentation -> drawAnyWhitespace + * API: increaseIndentAction, undoAction, redoAction + * API: Updated XML parsers. More languages are supported. + * Better autoindentation for Python + + -- Andrei Kopats Tue, 22 Jul 2014 22:37:37 +0300 + python-qutepart (1.3.0-1~ubuntuseries1) ubuntuseries; urgency=low * API: Added binaryParserAvailable flag diff --git a/rpm/python-qutepart.spec b/rpm/python-qutepart.spec index 9b3be29..910b683 100644 --- a/rpm/python-qutepart.spec +++ b/rpm/python-qutepart.spec @@ -1,5 +1,5 @@ Name: python-qutepart -Version: 1.3.0 +Version: 2.1.0 Release: 1%{?dist} Summary: Code editor widget for PyQt Group: Development/Libraries/Python @@ -36,6 +36,7 @@ Qutepart is a code editor widget for PyQt. Features: - Autocompletion based on document content - Marking too long lines with red line - Rectangular selection and copy-paste + - Linter marks support %prep @@ -57,6 +58,13 @@ Qutepart is a code editor widget for PyQt. Features: %changelog +* Tue Jul 22 2014 Andrei Kopats 2.1.0-4 +- API: Linter marks +- API: drawWhiteSpaceTrailing -> drawIncorrectIndentation, drawWhiteSpaceAnyIndentation -> drawAnyWhitespace +- API: increaseIndentAction, undoAction, redoAction +- API: Updated XML parsers. More languages are supported. +- Better autoindentation for Python + * Thu Mar 14 2014 Andrei Kopats 1.3.0-3 - Bugfixes and improvements - API: Added binaryParserAvailable flag