From 7b91920928f68e78298f0b1adaca35628b1add1c Mon Sep 17 00:00:00 2001 From: Mikhail Lukashov Date: Sat, 7 Sep 2024 03:48:08 +0300 Subject: [PATCH] bump version to 24.9.0.604 --- ChangeLog | 16 ++++++++++++++-- src/NetBox/NetBox.rc | 4 ++-- src/NetBox/plugin_version.hpp | 4 ++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd0a957d5..4c5e54fbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,28 @@ # for this file format description, # see https://github.com/olivierlacan/keep-a-changelog -## [24.6.1.604] - 2024-06-29 +## [24.9.0.604] - 2024-09-07 ### Changes - * Upgrade dependencies: OpenSSL 3.3.1 + * Upgrade dependencies: OpenSSL 3.3.2 + * Upgrade dependencies: expat 2.6.3 + * Upgrade dependencies: tinyxml 10.0.0 * Clarify .ppk file prompt: add (.ppk) https://forum.farmanager.com/viewtopic.php?p=177884#p177884 ### Fixes + * gh-492 Fix focusing of new and duplicated sessions +https://github.com/michaellukashov/Far-NetBox/issues/492 + * gh-491 Add Alt-Shift-F11 hotkey to open Edit history +https://github.com/michaellukashov/Far-NetBox/issues/491 + * gh-490 Truncate long file names correctly in several dialogs +https://github.com/michaellukashov/Far-NetBox/issues/490 + * gh-488 Add more guids for dialogs +https://github.com/michaellukashov/Far-NetBox/issues/488 + * gh-487 Fix user/password labels appearing on wrong tab +https://github.com/michaellukashov/Far-NetBox/issues/487 * gh-485 Can not create a remote folder https://github.com/michaellukashov/Far-NetBox/issues/485 diff --git a/src/NetBox/NetBox.rc b/src/NetBox/NetBox.rc index cb10e43ce..ac5eb4bbd 100644 --- a/src/NetBox/NetBox.rc +++ b/src/NetBox/NetBox.rc @@ -12,13 +12,13 @@ FILETYPE 0x2 { VALUE "CompanyName", "Mikhail Lukashov\0" VALUE "FileDescription", "NetBox: SFTP/FTP/FTPS/SCP/WebDAV/S3 client for Far Manager 3.0\0" - VALUE "FileVersion", "24.6.1.604\0" + VALUE "FileVersion", "24.9.0.604\0" VALUE "InternalName", "FarNetBox\0" VALUE "LegalCopyright", "(c) 2011, 2024 Mikhail Lukashov\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "NetBox.dll\0" VALUE "ProductName", "NetBox\0" - VALUE "ProductVersion", "24.6.1.604\0" + VALUE "ProductVersion", "24.9.0.604\0" VALUE "ReleaseType", "beta\0" VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0" } diff --git a/src/NetBox/plugin_version.hpp b/src/NetBox/plugin_version.hpp index 54be5bfea..838a0fe32 100644 --- a/src/NetBox/plugin_version.hpp +++ b/src/NetBox/plugin_version.hpp @@ -5,6 +5,6 @@ #pragma once #define NETBOX_VERSION_MAJOR 24 -#define NETBOX_VERSION_MINOR 6 +#define NETBOX_VERSION_MINOR 9 #define NETBOX_VERSION_PATCH 0 -#define NETBOX_VERSION_BUILD 603 +#define NETBOX_VERSION_BUILD 604