Skip to content

Commit 83a0353

Browse files
committed
Updated version to 2.4.57
1 parent 4948252 commit 83a0353

18 files changed

+38
-26
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 2.4.57 (2025-01-19)
4+
5+
- Logging fix.
6+
37
## 2.4.56 (2025-01-19)
48

59
- Improved tab switching and focus change.

PyGPT_Linux_PAD_File.xml

Lines changed: 3 additions & 3 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.4.56</Program_Version>
5+
<Program_Version>2.4.57</Program_Version>
66
<Program_Release_Month>01</Program_Release_Month>
7-
<Program_Release_Day>18</Program_Release_Day>
7+
<Program_Release_Day>19</Program_Release_Day>
88
<Program_Release_Year>2025</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.4.56/pygpt-2.4.56.zip</Download_URL>
11+
<Download_URL>https://pygpt.net/download/2.4.57/pygpt-2.4.57.zip</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: 3 additions & 3 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.4.56</Program_Version>
5+
<Program_Version>2.4.57</Program_Version>
66
<Program_Release_Month>01</Program_Release_Month>
7-
<Program_Release_Day>18</Program_Release_Day>
7+
<Program_Release_Day>19</Program_Release_Day>
88
<Program_Release_Year>2025</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.4.56/pygpt-2.4.56.msi</Download_URL>
11+
<Download_URL>https://pygpt.net/download/2.4.57/pygpt-2.4.57.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.4.56** | build: **2025.01.19** | Python: **>=3.10, <3.13**
5+
Release: **2.4.57** | build: **2025.01.19** | Python: **>=3.10, <3.13**
66

77
> Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io
88
>
@@ -3960,6 +3960,10 @@ may consume additional tokens that are not displayed in the main window.
39603960

39613961
## Recent changes:
39623962

3963+
**2.4.57 (2025-01-19)**
3964+
3965+
- Logging fix.
3966+
39633967
**2.4.56 (2025-01-19)**
39643968

39653969
- Improved tab switching and focus change.

bin/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<Fragment>
3535
<DirectoryRef Id="INSTALLDIR">
36-
<Component Id="ApplicationComponent" Guid="2F9B21F1-EB95-48E2-B918-187D740B00C1">
36+
<Component Id="ApplicationComponent" Guid="7A6666CE-8932-4424-83B2-84B530B44EA6">
3737
<File Id="PygptExe" Source="$(var.SourceDir)\pygpt.exe" KeyPath="yes">
3838
<Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="PyGPT - Desktop AI Assistant" WorkingDirectory="INSTALLDIR" Icon="PyGPTIcon.ico" Advertise="yes" />
3939
<Shortcut Id="StartMenuShortcut" Directory="ApplicationProgramsFolder" Name="PyGPT - Desktop AI Assistant" WorkingDirectory="INSTALLDIR" Icon="PyGPTIcon.ico" Advertise="yes" />

bin/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# This script is used to build the app using pyinstaller
33

4-
VERSION="2.4.56"
4+
VERSION="2.4.57"
55

66
cd "$(dirname "$0")"
77
DIR_CURRENT="$(pwd)"

bin/build_installer.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ REM https://github.com/wixtoolset/wix3/releases/tag/wix3141rtm
55
REM Set variables
66
SET SourceDir=%CD%\..\dist\Windows
77
SET InstallerOutputFolder=%CD%\..\dist
8-
SET ProductVersion=2.4.56
8+
SET ProductVersion=2.4.57
99
SET ProductUpgradeCode=3FCD39F6-4965-4B51-A185-FC6E53CA431B
1010
SET WIX=C:\Program Files (x86)\WiX Toolset v3.14
1111
SET SIGNTOOL=C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool

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 = '2025, pygpt.net'
1111
author = 'szczyglis-dev, Marcin Szczygliński'
12-
release = '2.4.56'
12+
release = '2.4.57'
1313

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

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
PyGPT - pygpt.net
77
====================
88

9-
| **Release:** 2.4.56 (2025-01-19), Last update: 2025-01-19 02:00
9+
| **Release:** 2.4.57 (2025-01-19), Last update: 2025-01-19 02:00
1010
| **Project Website:** https://pygpt.net
1111
| **GitHub:** https://github.com/szczyglis-dev/py-gpt
1212
| **Snap Store:** https://snapcraft.io/pygpt

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pygpt-net"
3-
version = "2.4.56"
3+
version = "2.4.57"
44
description = "Desktop AI Assistant powered by models: OpenAI o1, GPT-4o, GPT-4, GPT-4 Vision, GPT-3.5, DALL-E 3, Llama 3, Mistral, Gemini, Claude, Bielik, and other models supported by Langchain, Llama Index, and Ollama. Features include chatbot, text completion, image generation, vision analysis, speech-to-text, internet access, file handling, command execution and more."
55
authors = ["Marcin Szczyglinski <info@pygpt.net>"]
66
license = "MIT"

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.4.56'
3+
VERSION = '2.4.57'
44
DESCRIPTION = 'Desktop AI Assistant powered by models: OpenAI o1, GPT-4o, GPT-4, GPT-4 Vision, GPT-3.5, DALL-E 3, Llama 3, Mistral, Gemini, Claude, Bielik, and other models supported by Langchain, Llama Index, and Ollama. Features include chatbot, text completion, image generation, vision analysis, speech-to-text, internet access, file handling, command execution and more.'
55
LONG_DESCRIPTION = 'Package contains a gpt-4, gpt-4V, gpt-3.5, DALL-E 3, Langchain LLMs and Llama-index powered ' \
66
'Desktop AI Assistant with chatbot, text completion, vision and image generation, internet ' \

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.4.56'
3+
version: '2.4.57'
44
summary: Desktop AI Assistant - o1, gpt-4, gpt-4-vision, 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.

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.4.57 (2025-01-19)
2+
3+
- Logging fix.
4+
15
2.4.56 (2025-01-19)
26

37
- Improved tab switching and focus change.

src/pygpt_net/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__copyright__ = "Copyright 2025, Marcin Szczygliński"
1414
__credits__ = ["Marcin Szczygliński"]
1515
__license__ = "MIT"
16-
__version__ = "2.4.56"
16+
__version__ = "2.4.57"
1717
__build__ = "2025.01.19"
1818
__maintainer__ = "Marcin Szczygliński"
1919
__github__ = "https://github.com/szczyglis-dev/py-gpt"

src/pygpt_net/data/config/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__meta__": {
3-
"version": "2.4.56",
4-
"app.version": "2.4.56",
3+
"version": "2.4.57",
4+
"app.version": "2.4.57",
55
"updated_at": "2025-01-19T00:00:00"
66
},
77
"access.audio.event.speech": false,

src/pygpt_net/data/config/models.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__meta__": {
3-
"version": "2.4.56",
4-
"app.version": "2.4.56",
3+
"version": "2.4.57",
4+
"app.version": "2.4.57",
55
"updated_at": "2025-01-19T00:00:00"
66
},
77
"items": {

src/pygpt_net/data/config/modes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__meta__": {
3-
"version": "2.4.56",
4-
"app.version": "2.4.56",
3+
"version": "2.4.57",
4+
"app.version": "2.4.57",
55
"updated_at": "2025-01-19T00:00:00"
66
},
77
"items": {

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, 4, 56, 0),
4-
prodvers=(2, 4, 56, 0),
3+
filevers=(2, 4, 57, 0),
4+
prodvers=(2, 4, 57, 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 o1, GPT-4, GPT-3 and DALL-E 3: assistant, chatbot, text completion, image generation, vision and more.'),
19-
StringStruct(u'FileVersion', u'2.4.56'),
19+
StringStruct(u'FileVersion', u'2.4.57'),
2020
StringStruct(u'InternalName', u'pygpt'),
2121
StringStruct(u'LegalCopyright', u'(c) 2025 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.4.56')])
24+
StringStruct(u'ProductVersion', u'2.4.57')])
2525
]),
2626
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
2727
]

0 commit comments

Comments
 (0)