Skip to content

Commit

Permalink
bump version to 24.3.0.598
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Mar 9, 2024
1 parent 7cf2171 commit 1fad0a5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
* <Description>
**Full Changelog**:

## [24.3.0.598] - 2024-03-09

### Fixes

Thanks to ssvine https://github.com/ssvine
* gh-431 Fix importing session files from temporary panel
* gh-429 Make recursive sessions to work as expected
* gh-428 Send ACTL_SYNCHRO only when plugin panel is open
* gh-426 Make a graceful exit from the plugin
* gh-424 Do not start debug logger in release build

**Full Changelog**: https://github.com/michaellukashov/Far-NetBox/compare/v24.2.2.597...v24.3.0.598


## [24.3.0.597] - 2024-03-05

### Fixes
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.3.0.597\0"
VALUE "FileVersion", "24.3.0.598\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.3.0.597\0"
VALUE "ProductVersion", "24.3.0.598\0"
VALUE "ReleaseType", "beta\0"
VALUE "WWW", "https://github.com/michaellukashov/Far-NetBox\0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/NetBox/plugin_version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
#define NETBOX_VERSION_MAJOR 24
#define NETBOX_VERSION_MINOR 3
#define NETBOX_VERSION_PATCH 0
#define NETBOX_VERSION_BUILD 597
#define NETBOX_VERSION_BUILD 598

0 comments on commit 1fad0a5

Please sign in to comment.