Skip to content

Commit 09d9d56

Browse files
committed
Fixed lang change in plugins settings
1 parent ee3c536 commit 09d9d56

File tree

15 files changed

+419
-328
lines changed

15 files changed

+419
-328
lines changed

PyGPT_Linux_PAD_File.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<PAD>
33
<PAD_Version>4.0</PAD_Version>
44
<Program_Name>PyGPT - Desktop AI Assistant</Program_Name>
5-
<Program_Version>2.0.43</Program_Version>
5+
<Program_Version>2.0.44</Program_Version>
66
<Program_Release_Month>12</Program_Release_Month>
77
<Program_Release_Day>21</Program_Release_Day>
88
<Program_Release_Year>2023</Program_Release_Year>
99
<Program_Cost_Dollars>0</Program_Cost_Dollars>
1010
<Program_Type>Open Source</Program_Type>
11-
<Download_URL>https://pygpt.net/download/2.0.43/pygpt-2.0.43.tar.gz</Download_URL>
11+
<Download_URL>https://pygpt.net/download/2.0.44/pygpt-2.0.44.tar.gz</Download_URL>
1212
<Application_OS_Support>Linux 64 bit</Application_OS_Support>
1313
<Program_Specific_Category>Generative AI Tools</Program_Specific_Category>
1414
<Program_Language>English, Polish</Program_Language>

PyGPT_Windows_PAD_File.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<PAD>
33
<PAD_Version>4.0</PAD_Version>
44
<Program_Name>PyGPT - Desktop AI Assistant</Program_Name>
5-
<Program_Version>2.0.43</Program_Version>
5+
<Program_Version>2.0.44</Program_Version>
66
<Program_Release_Month>12</Program_Release_Month>
77
<Program_Release_Day>21</Program_Release_Day>
88
<Program_Release_Year>2023</Program_Release_Year>
99
<Program_Cost_Dollars>0</Program_Cost_Dollars>
1010
<Program_Type>Open Source</Program_Type>
11-
<Download_URL>https://pygpt.net/download/2.0.43/pygpt-2.0.43.msi</Download_URL>
11+
<Download_URL>https://pygpt.net/download/2.0.44/pygpt-2.0.44.msi</Download_URL>
1212
<Application_OS_Support>Windows 10 64 bit, Windows 11 64 bit</Application_OS_Support>
1313
<Program_Specific_Category>Generative AI Tools</Program_Specific_Category>
1414
<Program_Language>English, Polish</Program_Language>

README.md

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

33
[![pygpt](https://snapcraft.io/pygpt/badge.svg)](https://snapcraft.io/pygpt)
44

5-
Release: **2.0.43** | build: **2023.12.21** | Python: **3.9+**
5+
Release: **2.0.44** | build: **2023.12.21** | Python: **3.9+**
66

77
Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io
88

@@ -1334,6 +1334,10 @@ may consume additional tokens that are not displayed in the main window.
13341334

13351335
# CHANGELOG
13361336

1337+
## 2.0.44 (2023-12-21)
1338+
1339+
- Fixed language switch in plugins settings
1340+
13371341
## 2.0.43 (2023-12-21)
13381342

13391343
- PyGPT publicated at Snap Store: https://snapcraft.io/pygpt

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'PyGPT'
1010
copyright = '2023, pygpt.net'
1111
author = 'szczyglis-dev, Marcin Szczygliński'
12-
release = '2.0.43'
12+
release = '2.0.44'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
PyGPT v2 - pygpt.net
77
====================
88

9-
| **Last update:** 2023-12-21 02:00
9+
| **Last update:** 2023-12-21 07:00
1010
| **Project website:** https://pygpt.net
1111
| **GitHub:** https://github.com/szczyglis-dev/py-gpt
1212
| **PyPI:** https://pypi.org/project/pygpt-net
13-
| **Release:** 2.0.43 (2023-12-21)
13+
| **Release:** 2.0.44 (2023-12-21)
1414
1515
.. toctree::
1616
:maxdepth: 3

pygpt.aip

Lines changed: 385 additions & 303 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pygpt-net"
7-
version = "2.0.43"
7+
version = "2.0.44"
88
description = "Desktop AI Assistant powered by GPT-4, GPT-4V, GPT-3, Whisper, TTS and DALL-E 3 with chatbot, assistant, text completion, vision and image generation, real-time internet access, commands and code execution, files upload and download and more"
99
readme = "README.md"
1010
authors = [{ name = "Marcin Szczygliński", email = "info@pygpt.net" }]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '2.0.43'
3+
VERSION = '2.0.44'
44
DESCRIPTION = 'Desktop AI Assistant powered by GPT-4, GPT-4V, GPT-3, Whisper, TTS and DALL-E 3 with chatbot, assistant, text completion, ' \
55
'vision and image generation, real-time internet access, commands and code execution, files upload and download and more'
66
LONG_DESCRIPTION = 'Package contains a GPT-4, GPT-4V, GPT-3, Whisper, TTS and DALL-E 3 Desktop AI Assistant with chatbot, ' \

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pygpt
22
base: core22 # Ubuntu 22.04
3-
version: '2.0.43'
3+
version: '2.0.44'
44
summary: Desktop AI Assistant - GPT-4, GPT-4V, GPT-3, DALL-E 3, chat, assistant, vision
55
description: |
66
**PyGPT** is **all-in-one** Desktop AI Assistant that provides direct interaction with OpenAI language models, including GPT-4, GPT-4 Vision, and GPT-3.5, through the OpenAI API. The application also integrates with alternative LLMs, like those available on HuggingFace, by utilizing Langchain.

src/pygpt_net/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.44 (2023-12-21)
2+
3+
- Fixed language switch in plugins settings
4+
15
2.0.43 (2023-12-21)
26

37
- PyGPT publicated at Snap Store: https://snapcraft.io/pygpt

src/pygpt_net/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
# GitHub: https://github.com/szczyglis-dev/py-gpt #
77
# MIT License #
88
# Created By : Marcin Szczygliński #
9-
# Updated Date: 2023.12.21 01:00:00 #
9+
# Updated Date: 2023.12.21 08:00:00 #
1010
# ================================================== #
1111

1212
__author__ = "Marcin Szczygliński"
1313
__copyright__ = "Copyright 2023, Marcin Szczygliński"
1414
__credits__ = ["Marcin Szczygliński"]
1515
__license__ = "MIT"
16-
__version__ = "2.0.43"
16+
__version__ = "2.0.44"
1717
__build__ = "2023.12.21"
1818
__maintainer__ = "Marcin Szczygliński"
1919
__github__ = "https://github.com/szczyglis-dev/py-gpt"

src/pygpt_net/core/controller/lang.py

Lines changed: 3 additions & 2 deletions
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: 2023.12.18 23:00:00 #
9+
# Updated Date: 2023.12.21 07:00:00 #
1010
# ================================================== #
1111

1212
from PySide6.QtGui import QAction, Qt
@@ -224,6 +224,7 @@ def toggle(self, id):
224224
self.window.ui.menu['debug.config'].setText(trans("menu.debug.config"))
225225
self.window.ui.menu['debug.context'].setText(trans("menu.debug.context"))
226226
self.window.ui.menu['debug.presets'].setText(trans("menu.debug.presets"))
227+
self.window.ui.menu['debug.plugins'].setText(trans("menu.debug.plugins"))
227228
self.window.ui.menu['debug.models'].setText(trans("menu.debug.models"))
228229
self.window.ui.menu['debug.attachments'].setText(trans("menu.debug.attachments"))
229230
self.window.ui.menu['debug.assistants'].setText(trans("menu.debug.assistants"))
@@ -335,7 +336,7 @@ def toggle_plugins(self):
335336
# update widget tooltip
336337
if id in self.window.ui.plugin_option and option_id in self.window.ui.plugin_option[id]:
337338
try:
338-
self.window.ui.plugin_option[id][option_id].setText(label_str)
339+
self.window.ui.plugin_option[id][option_id].setTooltip(tooltip_str)
339340
except Exception as e:
340341
pass
341342

src/pygpt_net/data/config/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"__meta__": {
3-
"version": "2.0.43",
4-
"app.version": "2.0.43",
5-
"updated_at": "2023-12-21T01:00:00"
3+
"version": "2.0.44",
4+
"app.version": "2.0.44",
5+
"updated_at": "2023-12-21T07:00:00"
66
},
77
"ai_name": "",
88
"api_key": "",

src/pygpt_net/data/config/models.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"__meta__": {
3-
"version": "2.0.43",
4-
"app.version": "2.0.43",
5-
"updated_at": "2023-12-21T01:00:00"
3+
"version": "2.0.44",
4+
"app.version": "2.0.44",
5+
"updated_at": "2023-12-21T07:00:00"
66
},
77
"dall-e-2": {
88
"id": "dall-e-2",

version.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VSVersionInfo(
22
ffi=FixedFileInfo(
3-
filevers=(2, 0, 43, 0),
4-
prodvers=(2, 0, 43, 0),
3+
filevers=(2, 0, 44, 0),
4+
prodvers=(2, 0, 44, 0),
55
mask=0x3f,
66
flags=0x0,
77
OS=0x4,
@@ -16,12 +16,12 @@ StringFileInfo(
1616
u'040904B0',
1717
[StringStruct(u'CompanyName', u'pygpt.net'),
1818
StringStruct(u'FileDescription', u'Desktop AI Assistant powered by GPT-4, GPT-3 and DALL-E 3: assistant, chatbot, text completion, image generation, vision and more.'),
19-
StringStruct(u'FileVersion', u'2.0.43'),
19+
StringStruct(u'FileVersion', u'2.0.44'),
2020
StringStruct(u'InternalName', u'pygpt'),
2121
StringStruct(u'LegalCopyright', u'(c) 2023 pygpt.net, Marcin Szczygliński'),
2222
StringStruct(u'OriginalFilename', u'pygpt.exe'),
2323
StringStruct(u'ProductName', u'pygpt.net'),
24-
StringStruct(u'ProductVersion', u'2.0.43')])
24+
StringStruct(u'ProductVersion', u'2.0.44')])
2525
]),
2626
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
2727
]

0 commit comments

Comments
 (0)