Skip to content

Commit 380df45

Browse files
committed
Updated version to 2.4.9
1 parent f48dbc8 commit 380df45

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
# 2.4.9 (2024-11-12)
44

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.
69

710
# 2.4.8 (2024-11-12)
811

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3483,7 +3483,10 @@ may consume additional tokens that are not displayed in the main window.
34833483

34843484
**2.4.9 (2024-11-12)**
34853485

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.
34873490

34883491
**2.4.8 (2024-11-12)**
34893492

src/pygpt_net/CHANGELOG.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
2.4.9 (2024-11-12)
22

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.
47

58
2.4.8 (2024-11-12)
69

src/pygpt_net/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# GitHub: https://github.com/szczyglis-dev/py-gpt #
77
# MIT License #
88
# Created By : Marcin Szczygliński #
9-
# Updated Date: 2024.11.12 04:00:00 #
9+
# Updated Date: 2024.11.12 14:00:00 #
1010
# ================================================== #
1111

1212
__author__ = "Marcin Szczygliński"

0 commit comments

Comments
 (0)