diff --git a/README.md b/README.md index 85b5ba46b..cc40e353b 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,13 @@ request. Changelog ========= +* 2.3.1: + - Improve checkbox color (use accent color used in other widgets) and darken view hover/selected colors to play nicer with other widget colors + - Shift to the right the first tab + - Update license year + - Update README.md (fix snapshots links and formatting) + - Removed QLineEdit top/bottom padding which cut off text while editing QListView items + * 2.3.0: - Add support for QDateEdit diff --git a/qdarkstyle/__init__.py b/qdarkstyle/__init__.py index 919bd8657..ca1e9d643 100644 --- a/qdarkstyle/__init__.py +++ b/qdarkstyle/__init__.py @@ -32,7 +32,7 @@ import logging import platform -__version__ = "2.3.0" +__version__ = "2.3.1" def _logger():