Prepare 2.1.6r1 release
This commit is contained in:
parent
7d4742970d
commit
180f9c18c5
|
@ -17,9 +17,7 @@ subprojects/*/
|
|||
*App*
|
||||
compile_commands.json
|
||||
error.txt
|
||||
lite-xl*
|
||||
LiteXL*
|
||||
lite
|
||||
lite-xl
|
||||
.config/
|
||||
*.lha
|
||||
*.o
|
||||
|
|
|
@ -229,6 +229,12 @@ You can find the known issues at
|
|||
https://git.walkero.gr/walkero/lite-xl/issues
|
||||
|
||||
# Changelog
|
||||
## [2.1.6r1] - 2024-12-3
|
||||
### Changed
|
||||
- Compiled with latest SDL v2.30.9 for the AmigaOS 4
|
||||
|
||||
### Updated
|
||||
- Updated the code to the upstream 2.1.6 release
|
||||
|
||||
## [2.1.4r1] - 2024-05-23
|
||||
### Added
|
||||
|
|
|
@ -46,7 +46,7 @@ table.unpack = table.unpack or unpack
|
|||
bit32 = bit32 or require "core.bit"
|
||||
|
||||
require "core.utf8string"
|
||||
require "core.process"
|
||||
-- require "core.process"
|
||||
|
||||
-- Because AppImages change the working directory before running the executable,
|
||||
-- we need to change it back to the original one.
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -8,7 +8,7 @@
|
|||
#include <signal.h>
|
||||
|
||||
#if defined(__amigaos4__) || defined(__morphos__)
|
||||
#define VSTRING "Lite XL 2.1.4r1 (23.05.2024)"
|
||||
#define VSTRING "Lite XL 2.1.6r1 (03.12.2024)"
|
||||
#define VERSTAG "\0$VER: " VSTRING
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue