Skip to content

Commit cf0f3bb

Browse files
committed
Add dearpygui support as default, fix add_mutually_exclusive_group
1 parent 1798795 commit cf0f3bb

21 files changed

+1116
-679
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ repos:
4242
- id: optimize-svg
4343
- id: optimize-webp
4444

45-
exclude: "tests/data|documentation/reference"
45+
exclude: "tests|tests/data|documentation/reference"

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All major and minor version changes will be documented in this file. Details of
44
patch-level version changes can be found in [commit messages](../../commits/master).
55

6+
## 2024.1 - 2024/03/19
7+
8+
- Add `dearpygui` support as default, (download the `psg` extra for `pysimplegui` support)
9+
- fix types for `argparse..add_mutually_exclusive_group()`
10+
611
## 2024 - 2024/01/20
712

813
- Update deps

cli2gui/__init__.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)