diff --git a/.gitignore b/.gitignore index 80e09311..94ee9e64 100644 --- a/.gitignore +++ b/.gitignore @@ -17,9 +17,7 @@ subprojects/*/ *App* compile_commands.json error.txt -lite-xl* -LiteXL* -lite +lite-xl .config/ *.lha *.o diff --git a/README_Amiga.md b/README_Amiga.md index 39a008d1..3bf04380 100644 --- a/README_Amiga.md +++ b/README_Amiga.md @@ -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 diff --git a/data/core/start.lua b/data/core/start.lua index 52b30820..32598f09 100644 --- a/data/core/start.lua +++ b/data/core/start.lua @@ -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. diff --git a/resources/amiga/LiteXL2.info b/resources/amiga/LiteXL2.info new file mode 100644 index 00000000..84dbea94 Binary files /dev/null and b/resources/amiga/LiteXL2.info differ diff --git a/resources/amiga/README_Amiga.md.info b/resources/amiga/README_Amiga.md.info index cfcd2671..04a0ebe6 100644 Binary files a/resources/amiga/README_Amiga.md.info and b/resources/amiga/README_Amiga.md.info differ diff --git a/resources/amiga/addons.info b/resources/amiga/addons.info index 3d035f14..8469df10 100644 Binary files a/resources/amiga/addons.info and b/resources/amiga/addons.info differ diff --git a/resources/amiga/lite-xl.info b/resources/amiga/lite-xl.info new file mode 100644 index 00000000..99eef61c Binary files /dev/null and b/resources/amiga/lite-xl.info differ diff --git a/src/main.c b/src/main.c index d7705327..28f34e28 100644 --- a/src/main.c +++ b/src/main.c @@ -8,7 +8,7 @@ #include #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