Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
what_is_new_7_8_0 [2024/01/17 23:41] admin created |
what_is_new_7_8_0 [2024/01/24 04:49] (current) admin |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * Changed how the clipboard (copy and paste) works: | * Changed how the clipboard (copy and paste) works: | ||
| - | - Now it is possible copy the textual representation (EGO or XML) of a script fragment from any other application and paste it inside a script editor. | + | - //Now it is possible copy the textual representation (EGO or XML) of a script fragment from any other application and paste it inside a script editor.// |
| - | - Now is possible to copy the textual representation (EGO or XML) of a script to the system clipboard. | + | - //Now is possible to copy the textual representation (EGO or XML) of a script to the system clipboard.// |
| - | - Changed the behavior of the clipboard icon: now it indicates if the application is controlling or not the system clipboard. | + | - //Changed the behavior of the clipboard icon: now it indicates if the application is controlling or not the system clipboard.// |
| * Refactoring: use of refactored version of dinamica.utils.Clipboard | * Refactoring: use of refactored version of dinamica.utils.Clipboard | ||
| Line 92: | Line 92: | ||
| * Fixed compilation warning on Linux cause by typo. | * Fixed compilation warning on Linux cause by typo. | ||
| + | |||
| + | * Updated copyright date. | ||
| + | |||
| + | * Changed how the log folder is defined on Linux when using the command line tool. | ||
| + | |||
| + | * Allow the log folder name to also be stored in the config file (Linux) or registry (Windows). | ||
| + | |||
| + | * Fixed compilation error that was being reported as a compilation warning. | ||
| + | |||
| + | * Changed the development scripts to set the log folder on Linux when running the console or the tests. | ||
| + | |||
| + | * Fixed error where the script filename passed to the development console would not expand relative paths properly. | ||
| Line 97: | Line 109: | ||
| * Updated version to 7.8.0. | * Updated version to 7.8.0. | ||
| + | |||
| + | * Updated copyright date. | ||
| Line 107: | Line 121: | ||
| * (None) | * (None) | ||
| + | |||
| + | ===== Dinamica (AppImage) ===== | ||
| + | |||
| + | * Fixed some issues with the main application script: | ||
| + | - //Fixed potential issue the system config files was not been created, if non existent;// | ||
| + | - //Fixed issue where the log folder was not being defined for the graphical interface.// | ||
| + | |||
| + | * Fixed several bugs when running the command line tool: | ||
| + | - //Fixed error where the folder containing the execution log was being created inside the read-only runtime filesystem of the AppImage;// | ||
| + | - //Script files being executed are also properly expanded to refer to the files outside the read-only runtime filesystem.// | ||
| + | - //Refactoring to make changing the execution script easier.// | ||