Skip to content

Commit

Permalink
Node.js 18.17.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Aug 27, 2023
1 parent ceac570 commit 26ffdd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Changelog_AirDC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ Added:

Changed:

- Update Node.js to version 18.16.0
- Update Node.js to version 18.17.1
- Lower the default minimum search interval to 5/10 seconds

Fixed:

- Fix transfer connections not being created in some cases when download sources are added
- Fix sources column in download queue not being updated in some cases when download sources are added
- Fix an additional whitespace being added after user nicks in some cases
- Fix "engname" country format param (https://github.com/airdcpp/airdcpp-windows/issues/88)


4.20
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_node.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:: Config
set NVM_VERSION=18.16.0
set NVM_VERSION=18.17.1

:: Architecture argument (Win32/x64)
IF [%1]==[] goto :invalidParameters
Expand Down

0 comments on commit 26ffdd1

Please sign in to comment.