Prepare 2.1.6r1 release

This commit is contained in:
George Sokianos 2024-12-03 20:06:06 +00:00
parent 7d4742970d
commit 180f9c18c5
8 changed files with 9 additions and 5 deletions

4
.gitignore vendored
View File

@ -17,9 +17,7 @@ subprojects/*/
*App*
compile_commands.json
error.txt
lite-xl*
LiteXL*
lite
lite-xl
.config/
*.lha
*.o

View File

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

View File

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

View File

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