diff --git a/UniqueBibleAppVersion.txt b/UniqueBibleAppVersion.txt index 52c9ec7c34..9016938d4c 100755 --- a/UniqueBibleAppVersion.txt +++ b/UniqueBibleAppVersion.txt @@ -1 +1 @@ -35.03 +35.04 diff --git a/gui/Worker.py b/gui/Worker.py index d599fcd543..87df839ef9 100644 --- a/gui/Worker.py +++ b/gui/Worker.py @@ -1,4 +1,4 @@ -import config, sys, traceback, os, platform, openai, json +import config, sys, traceback, os, platform, openai, json, re if config.qtLibrary == "pyside6": from PySide6.QtCore import QRunnable, Slot, Signal, QObject, QThreadPool else: diff --git a/latest_changes.txt b/latest_changes.txt index e7b8adeab6..e7aa07d48c 100755 --- a/latest_changes.txt +++ b/latest_changes.txt @@ -1,3 +1,6 @@ +Changes in 35.04: +* fixed worker file + Changes in 35.03: * fixed chat context inclusion in terminal mode diff --git a/patches.txt b/patches.txt index 99d48e2f03..b0efbfed0a 100755 --- a/patches.txt +++ b/patches.txt @@ -1387,9 +1387,9 @@ (34.98, "file", "plugins/chatGPT/integrate google searches.py") (35.01, "file", "plugins/chatGPT/000_UBA.py") (35.01, "file", "plugins/menu/Bible Chat.py") -(35.02, "file", "gui/Worker.py") (35.02, "file", "plugins/chatGPT/execute python code.py") (35.03, "file", "util/LocalCliHandler.py") -(35.03, "file", "patches.txt") -(35.03, "file", "UniqueBibleAppVersion.txt") -(35.03, "file", "latest_changes.txt") +(35.04, "file", "gui/Worker.py") +(35.04, "file", "patches.txt") +(35.04, "file", "UniqueBibleAppVersion.txt") +(35.04, "file", "latest_changes.txt")