From 87351a4b9766b64a58fb8fb83879a3135b2275f0 Mon Sep 17 00:00:00 2001 From: "Robin \"Rogo\" Goltermann" Date: Fri, 9 Feb 2024 12:07:44 +0100 Subject: [PATCH] updated changelog --- CHANGELOG | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ea47aae1e..af1b368d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,27 +1,27 @@ -Version 1.17.1 * +Version 1.17.1 ================== -- fixes after once started a remote job (GAMS Engine / NEOS) a local job can't be executed -- fixes changing the url to another GAMS Engine server the server can't be found -- fixed file system navigation improperly handling file switching +- fixed local job unable to be executed after running a remote job (Engine / NEOS) +- fixed server not found after changing the url to another GAMS Engine server +- fixed Navigator file system navigation improperly handling file switching - fixed unnecessary spaces breaking Navigator modes -- fixed deactivated search elements when project settings are open +- fixed deactivated search elements when project settings are focussed - fixed crash when closing a project during a GAMS debug - fixed crash when opening file from welcome page - fixed unwanted partial matches in the Search Dialog file filter section - fixed project explorer not updated when using "save as" -- fixed encoding resets to utf-8 on restart Studio -- fixed only ask to keep a GAMS Engine job on Studio exit if a remote job is active -- fixed crash on lxiViewer with invalid model index -- fixed crash on project explorer on macOS with invalid model index +- fixed encoding resets to UTF-8 after restarting Studio +- removed unnecessary dialog to keep GAMS Engine job when exiting Studio if no remote job is active +- fixed crash in lxiViewer with invalid model index +- fixed crash in project explorer on macOS with invalid model index - fixed Windows interrupt not working like ctrl-c on console - fixed crash when loading an empty lxi/lst file - added symbol sub types to the "Type" column of the symbol table - fixed crash in Connect Editor when adding `ExcelWriter` schema data - fixed `Open As Text` button in Connect Editor not showing file contents in text editor -- fixed `Save` newly added data by drag and drop schema in Connect Editor +- fixed `Save` for newly added data by drag and drop schema in Connect Editor - fixed overwritten clp when moving/copying a file from one project to another - added Esc as a shortcut to abort the search -- added automatic abort of ongoing search when search dialog is closed (but not hidden) +- added abort of ongoing search when search dialog is closed (but not hidden) Version 1.17.0 ==================