diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c9d4984..23a5847 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,11 @@
-
+
+
+
+
+
@@ -80,6 +84,7 @@
"Python.create_project_test.executor": "Run",
"Python.critical_exit_test.executor": "Run",
"Python.executor_one_file.executor": "Run",
+ "Python.get_pixel_test.executor": "Run",
"Python.keyboard_is_press_test.executor": "Run",
"Python.main_widget.executor": "Run",
"Python.main_window.executor": "Run",
@@ -88,6 +93,7 @@
"Python.screenshot_test.executor": "Run",
"Python.test.executor": "Run",
"Python.video_recording.executor": "Run",
+ "Python.win32_screen.executor": "Run",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
@@ -123,7 +129,7 @@
-
+
@@ -170,7 +176,7 @@
-
+
@@ -179,12 +185,12 @@
-
+
-
+
@@ -193,7 +199,7 @@
-
+
@@ -202,12 +208,12 @@
-
+
-
+
@@ -216,7 +222,7 @@
-
+
@@ -225,12 +231,12 @@
-
+
-
+
@@ -241,11 +247,11 @@
+
+
-
-
@@ -599,6 +605,8 @@
+
+
@@ -630,11 +638,13 @@
+
+
diff --git a/dev.toml b/dev.toml
index bdd841e..50e6b9b 100644
--- a/dev.toml
+++ b/dev.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "je_auto_control_dev"
-version = "0.0.126"
+version = "0.0.127"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
find = { namespaces = false }
[project.optional-dependencies]
-gui = ["PySide6==6.9.2", "qt-material"]
+gui = ["PySide6==6.10.0", "qt-material"]
diff --git a/pyproject.toml b/pyproject.toml
index d77e474..75c5881 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "je_auto_control"
-version = "0.0.175"
+version = "0.0.176"
authors = [
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
]
@@ -43,4 +43,4 @@ content-type = "text/markdown"
find = { namespaces = false }
[project.optional-dependencies]
-gui = ["PySide6==6.9.2", "qt-material"]
+gui = ["PySide6==6.10.0", "qt-material"]