File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# 2.4.9 (2024-11-12)
4
4
5
- - Mouse movement moved to library PyAutoGUI, for seamless mouse movement.
5
+ - Mouse movement has been moved to the PyAutoGUI library for seamless operation.
6
+ - Bridge calls have been moved to an asynchronous thread.
7
+ - Fixed the DALL-E call in Image mode.
8
+ - Speed improvements and optimizations.
6
9
7
10
# 2.4.8 (2024-11-12)
8
11
Original file line number Diff line number Diff line change @@ -3483,7 +3483,10 @@ may consume additional tokens that are not displayed in the main window.
3483
3483
3484
3484
** 2.4.9 (2024-11-12)**
3485
3485
3486
- - Mouse movement moved to library PyAutoGUI, for seamless mouse movement.
3486
+ - Mouse movement has been moved to the PyAutoGUI library for seamless operation.
3487
+ - Bridge calls have been moved to an asynchronous thread.
3488
+ - Fixed the DALL-E call in Image mode.
3489
+ - Speed improvements and optimizations.
3487
3490
3488
3491
** 2.4.8 (2024-11-12)**
3489
3492
Original file line number Diff line number Diff line change 1
1
2.4.9 (2024-11-12)
2
2
3
- - Mouse movement moved to library PyAutoGUI, for seamless mouse movement.
3
+ - Mouse movement has been moved to the PyAutoGUI library for seamless operation.
4
+ - Bridge calls have been moved to an asynchronous thread.
5
+ - Fixed the DALL-E call in Image mode.
6
+ - Speed improvements and optimizations.
4
7
5
8
2.4.8 (2024-11-12)
6
9
Original file line number Diff line number Diff line change 6
6
# GitHub: https://github.com/szczyglis-dev/py-gpt #
7
7
# MIT License #
8
8
# Created By : Marcin Szczygliński #
9
- # Updated Date: 2024.11.12 04 :00:00 #
9
+ # Updated Date: 2024.11.12 14 :00:00 #
10
10
# ================================================== #
11
11
12
12
__author__ = "Marcin Szczygliński"
You can’t perform that action at this time.
0 commit comments