Skip to content

Commit f8c790e

Browse files
committed
Update: 2.6.65
1 parent e16f117 commit f8c790e

18 files changed

+59
-29
lines changed

CHANGELOG.md

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

3+
## 2.6.65 (2025-09-28)
4+
5+
- Added drag and drop functionality for files and directories from the filesystem in attachments and file explorer.
6+
- Added automatic thumbnail generation when uploading avatars.
7+
- Added a last status timer.
8+
- Added a fade effect to collapsed user messages.
9+
- Added a scroll area to the agent options in the presets editor.
10+
- Added a hover effect to lists.
11+
- Improved UI/UX.
12+
313
## 2.6.64 (2025-09-27)
414

515
- Added translations to agent headers.

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.6.64</Program_Version>
5+
<Program_Version>2.6.65</Program_Version>
66
<Program_Release_Month>09</Program_Release_Month>
7-
<Program_Release_Day>27</Program_Release_Day>
7+
<Program_Release_Day>28</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.6.64/pygpt-2.6.64.zip</Download_URL>
11+
<Download_URL>https://pygpt.net/download/2.6.65/pygpt-2.6.65.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, Deutsch, Francaise, Italian, Espaniol, Ukrainian, Chinese, 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.6.64</Program_Version>
5+
<Program_Version>2.6.65</Program_Version>
66
<Program_Release_Month>09</Program_Release_Month>
7-
<Program_Release_Day>27</Program_Release_Day>
7+
<Program_Release_Day>28</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.6.64/pygpt-2.6.64.msi</Download_URL>
11+
<Download_URL>https://pygpt.net/download/2.6.65/pygpt-2.6.65.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: 11 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.6.64** | build: **2025-09-27** | Python: **>=3.10, <3.14**
5+
Release: **2.6.65** | build: **2025-09-28** | Python: **>=3.10, <3.14**
66

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

36093609
## Recent changes:
36103610

3611+
**2.6.65 (2025-09-28)**
3612+
3613+
- Added drag and drop functionality for files and directories from the filesystem in attachments and file explorer.
3614+
- Added automatic thumbnail generation when uploading avatars.
3615+
- Added a last status timer.
3616+
- Added a fade effect to collapsed user messages.
3617+
- Added a scroll area to the agent options in the presets editor.
3618+
- Added a hover effect to lists.
3619+
- Improved UI/UX.
3620+
36113621
**2.6.64 (2025-09-27)**
36123622

36133623
- Added translations to agent headers.

bin/Product.wxs

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

3535
<Fragment>
3636
<DirectoryRef Id="INSTALLDIR">
37-
<Component Id="ApplicationComponent" Guid="646D7679-D97D-4E8C-A22E-975C68A8644E">
37+
<Component Id="ApplicationComponent" Guid="9DEC9598-FA30-4CF4-8747-E6334709845D">
3838
<File Id="PygptExe" Source="$(var.SourceDir)\pygpt.exe" KeyPath="yes">
3939
<Shortcut Id="DesktopShortcut" Directory="DesktopFolder" Name="PyGPT - Desktop AI Assistant" WorkingDirectory="INSTALLDIR" Icon="PyGPTIcon.ico" Advertise="yes" />
4040
<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
@@ -3,7 +3,7 @@
33
# WARNING: minimum PyInstaller version required: 6.4
44
# pip install pyinstaller==6.4.0
55

6-
VERSION="2.6.64"
6+
VERSION="2.6.65"
77

88
cd "$(dirname "$0")"
99
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.6.64
8+
SET ProductVersion=2.6.65
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

bin/build_installer_store.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.6.64
8+
SET ProductVersion=2.6.65
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.6.64'
12+
release = '2.6.65'
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.6.64 (2025-09-27), Last update: 2025-09-27 08:00
9+
| **Release:** 2.6.65 (2025-09-28), Last update: 2025-09-28 08:00
1010
| **Project Website:** https://pygpt.net
1111
| **GitHub:** https://github.com/szczyglis-dev/py-gpt
1212
| **Snap Store:** https://snapcraft.io/pygpt

0 commit comments

Comments
 (0)