Skip to content

Commit

Permalink
Bump version to 2.6.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed May 31, 2015
1 parent d237071 commit 02a9e22
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Change Log
==========
2.6.3
-----

Improvements:
- a few improvements to some internal functions which leads to better
performances in big files.
- add file_size_limit to FileManager, when the file size is bigger than the
limit, syntax highligher will get disabled
- Improve plasma 5 integration (will use more icons from theme (
code-variable, code-function,...))
- Simplified color_scheme api, SyntaxHighlighter.color_scheme now accepts
a string instead of a ColorScheme instance

Fixed bugs:
- Fix Ctrl+Home (jump to first line)
- Fix copy of directory in FileSystemTreeView
- Fix file watcher notification when saving big files.


2.6.2
-----

Expand Down Expand Up @@ -59,7 +78,7 @@ New features:
- Wheel support

Fixed bugs:
- Fix an issue with draggable tabs on OSX (see pyQode/pyQode#31) and
- Fix an issue with draggable tabs on OSX (see pyQode/pyQode#31) and
improve tab bar appearance on OSX (see pyQode/pyQode#37)
- Fix a segfault with SplittableTabWidget (see pyQode/pyQode#32)
- Fix get_linus_file_explorer on Ubuntu
Expand Down
2 changes: 1 addition & 1 deletion pyqode/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
widget, i.e. pyqode.core is a generic code editor widget.
"""

__version__ = '2.6.3.dev14'
__version__ = '2.6.3'

0 comments on commit 02a9e22

Please sign in to comment.