Prepare 1.16.12.4 release

This commit is contained in:
George Sokianos 2021-12-31 12:15:39 +00:00
parent a788ac871b
commit b5d4f3f0f8
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
#include <proto/dos.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
static CONST_STRPTR stack USED = "$STACK:102400";