Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hlamer committed Jul 22, 2014
1 parent d528a52 commit 91688e9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 22 Jul 2014 22:37:37 +0300

python-qutepart (1.3.0-1~ubuntuseries1) ubuntuseries; urgency=low

* API: Added binaryParserAvailable flag
Expand Down
10 changes: 9 additions & 1 deletion rpm/python-qutepart.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -57,6 +58,13 @@ Qutepart is a code editor widget for PyQt. Features:


%changelog
* Tue Jul 22 2014 Andrei Kopats <[email protected]> 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 <[email protected]> 1.3.0-3
- Bugfixes and improvements
- API: Added binaryParserAvailable flag
Expand Down

0 comments on commit 91688e9

Please sign in to comment.