Skip to content

Commit c92d0c4

Browse files
committed
Update version and changes
1 parent 32d8175 commit c92d0c4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
- 2.7:
4+
- Remove utils from import in qdarkstyle, #170
5+
- Fix border colors in tool button #176
6+
- Fix scroll area and stacked with 2px padding, #159
7+
- Fix backgroung submenu color, #179
8+
- Fix extra border aside header's arrow indicator, #180
9+
- Fix menu right arrrow indicator
10+
- Fix slide bars colors, #150
11+
- Fix QLabels problems, #163, #139
12+
- Fix problems with example settings using PySide2 and --no_dark #167
13+
- Provide SVG files for all images, standard names and sizes, fix images, #149
14+
- Improve images and add high resolution images, #140
15+
- Improve docs
16+
- Add check to scripts for generating images, #137
17+
- Fix tox and travis scripts #76
18+
- Provide docs in RTD, part of #160
19+
- Add helpdev depedency for reports and checks, #147
20+
- Update authors and maintainers
321
- 2.6.8:
422
- Fix double border in QtabWidget for pyqt5
523
- Fix widgets border in QTabWidget as QLabel #141, #123, #126

qdarkstyle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
if sys.version_info >= (3, 4):
6060
import importlib
6161

62-
__version__ = "2.6.8"
62+
__version__ = "2.7"
6363

6464

6565
# Constants

0 commit comments

Comments
 (0)