We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ac6f1 commit d115896Copy full SHA for d115896
2 files changed
CHANGELOG.rst
@@ -1,5 +1,16 @@
1
Change Log
2
==========
3
+2.6.6
4
+-----
5
+
6
+Fixed bugs:
7
+ - FSTreeView: fix bug with cut of directories
8
+ - SplittableCodeEditTabWidget: fix keep unique tab text on save
9
+ - FileManager: fix bug in clean text when text is empty
10
+ - FileManager: fix log level of unwanted/parasiting info messages
11
+ - FileManager: don't save file if editor is not dirty and encoding has not changed
12
+ - Folding: fix issue with deleting folded scope.
13
14
2.6.5
15
-----
16
pyqode/core/__init__.py
@@ -8,4 +8,4 @@
widget, i.e. pyqode.core is a generic code editor widget.
"""
-__version__ = '2.6.6.dev1'
+__version__ = '2.6.6'
0 commit comments