diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b49ecf..e2a317d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 3.3.0 - TBD +## 3.3.0 - 2021-12-10 ### Fixed * Fixed measured width of TabbedFrame tabs being 0 when tab is not active diff --git a/backdrop.py b/backdrop.py index 8497995..2c752d6 100644 --- a/backdrop.py +++ b/backdrop.py @@ -1658,7 +1658,7 @@ def check_for_updates(info: dict): exit() # Set meta info - APP_VERSION = '3.3.0-rc.1' + APP_VERSION = '3.3.0' # Set constants DRIVE_TYPE_LOCAL = 3 diff --git a/docs/img/showcase.png b/docs/img/showcase.png index dfece29..e4c2c9a 100644 Binary files a/docs/img/showcase.png and b/docs/img/showcase.png differ diff --git a/docs/img/showcase_expanded.png b/docs/img/showcase_expanded.png deleted file mode 100644 index 1db8ac6..0000000 Binary files a/docs/img/showcase_expanded.png and /dev/null differ diff --git a/docs/img/showcase_summary.png b/docs/img/showcase_summary.png new file mode 100644 index 0000000..31f7f60 Binary files /dev/null and b/docs/img/showcase_summary.png differ