diff --git a/dist/changelogs/10.3_incremental.md b/dist/changelogs/10.3_incremental.md index 70979031f..b97b38f5d 100644 --- a/dist/changelogs/10.3_incremental.md +++ b/dist/changelogs/10.3_incremental.md @@ -1,3 +1,7 @@ +## Serial connection support + +There is now support to add serial connections. + ## Scripting improvements The scripting system has been reworked in order to make it more intuitive and powerful. @@ -12,6 +16,9 @@ When multiple files are selected, a script is now called only once with all the ## Other +- Fix terminal exit not working properly in fish +- Fix renaming a connection clearing all state information +- Fix script enabled status being wrong after editing an enabled script - Fix download move operation failing when moving a directory that already existed in the downloads folder - Enable ZGC on Linux and macOS - Some small appearance fixes \ No newline at end of file diff --git a/version b/version index 4ed95cfde..a8c812906 100644 --- a/version +++ b/version @@ -1 +1 @@ -10.3-3 +10.3-4