Skip to content

Commit 02a9e22

Browse files
Bump version to 2.6.3 and update changelog
1 parent d237071 commit 02a9e22

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
Change Log
22
==========
3+
2.6.3
4+
-----
5+
6+
Improvements:
7+
- a few improvements to some internal functions which leads to better
8+
performances in big files.
9+
- add file_size_limit to FileManager, when the file size is bigger than the
10+
limit, syntax highligher will get disabled
11+
- Improve plasma 5 integration (will use more icons from theme (
12+
code-variable, code-function,...))
13+
- Simplified color_scheme api, SyntaxHighlighter.color_scheme now accepts
14+
a string instead of a ColorScheme instance
15+
16+
Fixed bugs:
17+
- Fix Ctrl+Home (jump to first line)
18+
- Fix copy of directory in FileSystemTreeView
19+
- Fix file watcher notification when saving big files.
20+
21+
322
2.6.2
423
-----
524

@@ -59,7 +78,7 @@ New features:
5978
- Wheel support
6079

6180
Fixed bugs:
62-
- Fix an issue with draggable tabs on OSX (see pyQode/pyQode#31) and
81+
- Fix an issue with draggable tabs on OSX (see pyQode/pyQode#31) and
6382
improve tab bar appearance on OSX (see pyQode/pyQode#37)
6483
- Fix a segfault with SplittableTabWidget (see pyQode/pyQode#32)
6584
- Fix get_linus_file_explorer on Ubuntu

pyqode/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
widget, i.e. pyqode.core is a generic code editor widget.
99
"""
1010

11-
__version__ = '2.6.3.dev14'
11+
__version__ = '2.6.3'

0 commit comments

Comments
 (0)