diff --git a/CHANGELOG.md b/CHANGELOG.md index f83e8cec..6597c2a0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.4.57 (2025-01-19) + +- Logging fix. + ## 2.4.56 (2025-01-19) - Improved tab switching and focus change. diff --git a/PyGPT_Linux_PAD_File.xml b/PyGPT_Linux_PAD_File.xml index 2dba045a..5faafca9 100644 --- a/PyGPT_Linux_PAD_File.xml +++ b/PyGPT_Linux_PAD_File.xml @@ -2,13 +2,13 @@ 4.0 PyGPT - Desktop AI Assistant -2.4.56 +2.4.57 01 -18 +19 2025 0 Open Source -https://pygpt.net/download/2.4.56/pygpt-2.4.56.zip +https://pygpt.net/download/2.4.57/pygpt-2.4.57.zip Linux 64 bit Generative AI Tools English, Polish diff --git a/PyGPT_Windows_PAD_File.xml b/PyGPT_Windows_PAD_File.xml index 6209a601..3a69c222 100644 --- a/PyGPT_Windows_PAD_File.xml +++ b/PyGPT_Windows_PAD_File.xml @@ -2,13 +2,13 @@ 4.0 PyGPT - Desktop AI Assistant -2.4.56 +2.4.57 01 -18 +19 2025 0 Open Source -https://pygpt.net/download/2.4.56/pygpt-2.4.56.msi +https://pygpt.net/download/2.4.57/pygpt-2.4.57.msi Windows 10 64 bit, Windows 11 64 bit Generative AI Tools English, Polish diff --git a/README.md b/README.md index 9bfede7b..8ee8d517 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![pygpt](https://snapcraft.io/pygpt/badge.svg)](https://snapcraft.io/pygpt) -Release: **2.4.56** | build: **2025.01.19** | Python: **>=3.10, <3.13** +Release: **2.4.57** | build: **2025.01.19** | Python: **>=3.10, <3.13** > Official website: https://pygpt.net | Documentation: https://pygpt.readthedocs.io > @@ -3960,6 +3960,10 @@ may consume additional tokens that are not displayed in the main window. ## Recent changes: +**2.4.57 (2025-01-19)** + +- Logging fix. + **2.4.56 (2025-01-19)** - Improved tab switching and focus change. diff --git a/bin/Product.wxs b/bin/Product.wxs index 89dc9891..9adf07f8 100755 --- a/bin/Product.wxs +++ b/bin/Product.wxs @@ -33,7 +33,7 @@ - + diff --git a/bin/build.sh b/bin/build.sh index 90c31344..88dc5698 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # This script is used to build the app using pyinstaller -VERSION="2.4.56" +VERSION="2.4.57" cd "$(dirname "$0")" DIR_CURRENT="$(pwd)" diff --git a/bin/build_installer.bat b/bin/build_installer.bat index 5201f31e..75af1f5b 100755 --- a/bin/build_installer.bat +++ b/bin/build_installer.bat @@ -5,7 +5,7 @@ REM https://github.com/wixtoolset/wix3/releases/tag/wix3141rtm REM Set variables SET SourceDir=%CD%\..\dist\Windows SET InstallerOutputFolder=%CD%\..\dist -SET ProductVersion=2.4.56 +SET ProductVersion=2.4.57 SET ProductUpgradeCode=3FCD39F6-4965-4B51-A185-FC6E53CA431B SET WIX=C:\Program Files (x86)\WiX Toolset v3.14 SET SIGNTOOL=C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool diff --git a/docs/source/conf.py b/docs/source/conf.py index ea0adcc0..178e07c5 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = 'PyGPT' copyright = '2025, pygpt.net' author = 'szczyglis-dev, Marcin Szczygliński' -release = '2.4.56' +release = '2.4.57' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/source/index.rst b/docs/source/index.rst index 315879a5..67d22a51 100755 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,7 +6,7 @@ PyGPT - pygpt.net ==================== -| **Release:** 2.4.56 (2025-01-19), Last update: 2025-01-19 02:00 +| **Release:** 2.4.57 (2025-01-19), Last update: 2025-01-19 02:00 | **Project Website:** https://pygpt.net | **GitHub:** https://github.com/szczyglis-dev/py-gpt | **Snap Store:** https://snapcraft.io/pygpt diff --git a/pyproject.toml b/pyproject.toml index e26c05bb..bd3911a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pygpt-net" -version = "2.4.56" +version = "2.4.57" 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." authors = ["Marcin Szczyglinski "] license = "MIT" diff --git a/setup.py b/setup.py index c32d0dad..0bf01018 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -VERSION = '2.4.56' +VERSION = '2.4.57' 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.' LONG_DESCRIPTION = 'Package contains a gpt-4, gpt-4V, gpt-3.5, DALL-E 3, Langchain LLMs and Llama-index powered ' \ 'Desktop AI Assistant with chatbot, text completion, vision and image generation, internet ' \ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3af847aa..d8c4b41f 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: pygpt base: core22 # Ubuntu 22.04 -version: '2.4.56' +version: '2.4.57' summary: Desktop AI Assistant - o1, gpt-4, gpt-4-vision, chat, assistant, vision. description: | **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. diff --git a/src/pygpt_net/CHANGELOG.txt b/src/pygpt_net/CHANGELOG.txt index 06d58b9f..235733f1 100755 --- a/src/pygpt_net/CHANGELOG.txt +++ b/src/pygpt_net/CHANGELOG.txt @@ -1,3 +1,7 @@ +2.4.57 (2025-01-19) + +- Logging fix. + 2.4.56 (2025-01-19) - Improved tab switching and focus change. diff --git a/src/pygpt_net/__init__.py b/src/pygpt_net/__init__.py index accedff0..ad339b79 100755 --- a/src/pygpt_net/__init__.py +++ b/src/pygpt_net/__init__.py @@ -13,7 +13,7 @@ __copyright__ = "Copyright 2025, Marcin Szczygliński" __credits__ = ["Marcin Szczygliński"] __license__ = "MIT" -__version__ = "2.4.56" +__version__ = "2.4.57" __build__ = "2025.01.19" __maintainer__ = "Marcin Szczygliński" __github__ = "https://github.com/szczyglis-dev/py-gpt" diff --git a/src/pygpt_net/data/config/config.json b/src/pygpt_net/data/config/config.json index b8596fa8..9b2800fa 100755 --- a/src/pygpt_net/data/config/config.json +++ b/src/pygpt_net/data/config/config.json @@ -1,7 +1,7 @@ { "__meta__": { - "version": "2.4.56", - "app.version": "2.4.56", + "version": "2.4.57", + "app.version": "2.4.57", "updated_at": "2025-01-19T00:00:00" }, "access.audio.event.speech": false, diff --git a/src/pygpt_net/data/config/models.json b/src/pygpt_net/data/config/models.json index 07c10bf3..23e65eee 100755 --- a/src/pygpt_net/data/config/models.json +++ b/src/pygpt_net/data/config/models.json @@ -1,7 +1,7 @@ { "__meta__": { - "version": "2.4.56", - "app.version": "2.4.56", + "version": "2.4.57", + "app.version": "2.4.57", "updated_at": "2025-01-19T00:00:00" }, "items": { diff --git a/src/pygpt_net/data/config/modes.json b/src/pygpt_net/data/config/modes.json index f08fbba1..778b6851 100644 --- a/src/pygpt_net/data/config/modes.json +++ b/src/pygpt_net/data/config/modes.json @@ -1,7 +1,7 @@ { "__meta__": { - "version": "2.4.56", - "app.version": "2.4.56", + "version": "2.4.57", + "app.version": "2.4.57", "updated_at": "2025-01-19T00:00:00" }, "items": { diff --git a/version.rc b/version.rc index 5d7abdf3..4da0b473 100755 --- a/version.rc +++ b/version.rc @@ -1,7 +1,7 @@ VSVersionInfo( ffi=FixedFileInfo( - filevers=(2, 4, 56, 0), - prodvers=(2, 4, 56, 0), + filevers=(2, 4, 57, 0), + prodvers=(2, 4, 57, 0), mask=0x3f, flags=0x0, OS=0x4, @@ -16,12 +16,12 @@ StringFileInfo( u'040904B0', [StringStruct(u'CompanyName', u'pygpt.net'), 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.'), - StringStruct(u'FileVersion', u'2.4.56'), + StringStruct(u'FileVersion', u'2.4.57'), StringStruct(u'InternalName', u'pygpt'), StringStruct(u'LegalCopyright', u'(c) 2025 pygpt.net, Marcin Szczygliński'), StringStruct(u'OriginalFilename', u'pygpt.exe'), StringStruct(u'ProductName', u'pygpt.net'), - StringStruct(u'ProductVersion', u'2.4.56')]) + StringStruct(u'ProductVersion', u'2.4.57')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ]