Prepare 1.16.12.4 release
This commit is contained in:
parent
a788ac871b
commit
b5d4f3f0f8
|
@ -33,12 +33,11 @@ SetEnv SAVE HOME "Sys:home/"
|
||||||
|
|
||||||
|
|
||||||
## TODO list
|
## TODO list
|
||||||
- Free Gfx memory leak
|
|
||||||
- Make the application aknowledge of the executable file name. Now it works
|
- Make the application aknowledge of the executable file name. Now it works
|
||||||
only with the filename `lite`
|
only with the filename `lite`
|
||||||
- Fix A1222 compatibility where it runs fine, until the user resize the
|
- Fix A1222 compatibility where it runs fine, until the user resize the
|
||||||
window
|
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
|
- Fix the resolution of the fullscreen mode
|
||||||
- Find a way to open it in a separated screen, if possible
|
- Find a way to open it in a separated screen, if possible
|
||||||
- Add menu items
|
- Add menu items
|
||||||
|
@ -50,6 +49,11 @@ for low end machines
|
||||||
|
|
||||||
# Changelog
|
# 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
|
## [1.16.12.3] - 2021-12-29
|
||||||
### Changed
|
### Changed
|
||||||
- Compiled with an experimental version of the latest Anti-Grain Geometry
|
- Compiled with an experimental version of the latest Anti-Grain Geometry
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <proto/dos.h>
|
#include <proto/dos.h>
|
||||||
#include <proto/exec.h>
|
#include <proto/exec.h>
|
||||||
|
|
||||||
#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
|
#define VERSTAG "\0$VER: " VSTRING
|
||||||
|
|
||||||
static CONST_STRPTR stack USED = "$STACK:102400";
|
static CONST_STRPTR stack USED = "$STACK:102400";
|
||||||
|
|
Loading…
Reference in New Issue