Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
what_is_new_7_8_0 [2024/01/17 23:52] admin [Dinamica NUI (Application Graphical User Interface)] |
what_is_new_7_8_0 [2024/01/24 04:49] (current) admin |
||
|---|---|---|---|
| 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.// | ||