diff --git a/README_OS4.md b/README_OS4.md index 282062b6..f1518552 100644 --- a/README_OS4.md +++ b/README_OS4.md @@ -33,12 +33,11 @@ SetEnv SAVE HOME "Sys:home/" ## TODO list -- Free Gfx memory leak - Make the application aknowledge of the executable file name. Now it works only with the filename `lite` - Fix A1222 compatibility where it runs fine, until the user resize the window -- Fix loading a folder from terminal using the dot (.) as path. +- Fix loading a folder from terminal using dot (.) as path. - Fix the resolution of the fullscreen mode - Find a way to open it in a separated screen, if possible - Add menu items @@ -50,6 +49,11 @@ for low end machines # Changelog +## [1.16.12.4] - 2021-12-31 +### Fixed +- Fixed the Gfx memory leak. Now LiteXL frees the reserved memory from the + gfx card. + ## [1.16.12.3] - 2021-12-29 ### Changed - Compiled with an experimental version of the latest Anti-Grain Geometry diff --git a/src/platform/amigaos4.h b/src/platform/amigaos4.h index cdc225f6..9980e2cc 100644 --- a/src/platform/amigaos4.h +++ b/src/platform/amigaos4.h @@ -4,7 +4,7 @@ #include #include -#define VSTRING "Lite XL 1.16.12.3 (29.12.2021)" +#define VSTRING "Lite XL 1.16.12.4 (31.12.2021)" #define VERSTAG "\0$VER: " VSTRING static CONST_STRPTR stack USED = "$STACK:102400";