Skip to content

Commit

Permalink
bump version to 24.9.0.604
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Sep 7, 2024
1 parent 0c69fa6 commit 7b91920
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
16 changes: 14 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/NetBox/NetBox.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions src/NetBox/plugin_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b91920

Please sign in to comment.