Releases Tags
-
v2.1.1r1
released this 4 months ago | 1 commits to amiga2.1 since this release
Changed
- Binary name changed to lite-xl
- Updated the colour themes and the plugins that are included in the release
- Compiled with latest SDL 2.26
- Compiled with gcc 11
- Synced the code with the upstream master branch at 8th January 2023
Fixed
- Set the default locale on AmigaOS 4, so as to fix some issues with decimal
numbers
Downloads
-
v2.1.0r1
released this 8 months ago | 1 commits to amiga-2.0 since this release
Added
- This version of LiteXL recognises changes that are done outside the editor
in files and folders, and updates the items when it gets focus again.
Changed
- Synced the code with the latest upstream master branch, which means that
this version is based on the latest available source - Now the plugins need to be version 3. The older versions will not work.
All the included plugins are updated to the latest available version. - Compiled with SDL 2.24
- Compiled with Lua 5.4
Fixed
- Fixed regex issues with some plugins
- Fixed "Open in System" on AmigaOS 4 and MorphOS. When you right click
at a file or a folder at the treeview at the left side, then depending
the type of the item opens on Workbench. A folder opens in a list view
and a file opens with its default tool - Fixed markdown preview on MorphOS. Now, it calls openurl with the html
file (#20) - Fixed locale issues on MorphOS (again), since the previous fix didn't
actually fixed the problem
Downloads
- This version of LiteXL recognises changes that are done outside the editor
-
v2.0.3r3
released this 8 months ago | 546 commits to amiga-2.0 since this release
Added
- Added plugin for AmigaGuide files
- Added plugin for Hollywood files
Fixed
- Fixed non existing path crashes on OS4 and MorphOS
- Fixed editor refresh whenever init.lua is changed, no matter the working
folder - Fixed an issue when the user added a directory in the project that
already existed - Fixed locale issue on start for MorphOS. Now it should start just fine
no matter what locale the user has on his system. - Fixed "Find" on MorphOS that was not working (shortcut CTRL+F)
- If the user selects to change the project folder and inserts Sys: or any
partition name, the included folders will be listed as suggestions
Changed
- Removed linking with unix on OS4 build
- Makefiles updated
Downloads
-
v2.0.3r2
released this 11 months ago | 555 commits to amiga-2.0 since this release
LiteXL v2.0.3r2 brings some fixes for the AmigaOS 4 version and for the first time a public release for MorphOS.
The code for both systems is now merged at the default branch of this repository.
Added
- First public MorphOS version released
Changed
- Merged source code for both AmigaOS 4 and MorphOS
- Moved the declaration of the $VER and $STACK for the AmigaOS 4 version,
so to happen only once (reported by capehill)
Fixed
- Fixed the usage of NumPad (reported by root)
Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
- 1.0 MiB LiteXL2_MOS.lha
- 1.4 MiB LiteXL2_OS4.lha
-
v1.16.12.7
released this 1 year ago | 1 commits to os4-1.16.12 since this release
Added
- Added config.scroll_past_end that when it is true lets the user scroll
further than the end of the file. By default is set to true. - Added "SDL_RENDERER_ACCELERATED" and "SDL_RENDERER_PRESENTVSYNC" on
SDL_CreateRenderer() since this reduces the CPU usage when the user
scrolls and seems to work pretty good on my systems (X5000, A1222 and
microAmigaOne). This is experimental. If this brings problems on your
the system, you can disable them using SDL ENV variable, like below:
setenv SDL_RENDER_VSYNC 0
setenv SDL_RENDER_DRIVER "software" - Added plugins and colour schemas in addons folder and information at
the README_OS4 file (#10)
Changed
- Compiled Lite XL with gcc 8.4.0
Downloads
- Added config.scroll_past_end that when it is true lets the user scroll
-
v1.16.12.6
released this 1 year ago | 9 commits to os4-1.16.12 since this release
Fixed
- Fixed a problem introduced in previous version when LiteXL was executed
from the root path of a partition or from ram disk (#13)
Downloads
- Fixed a problem introduced in previous version when LiteXL was executed
-
v1.16.12.5
released this 1 year ago | 11 commits to os4-1.16.12 since this release
Changed
- Changed the Gfx memory leak solution to a fix that was applied by the
editor development team on Lua scripts at a later version. Less custom
code for AmigaOS 4 port. - Now, when return from fullscreen, there is no extra header visible
at the top of the window content
Fixed
Downloads
- Changed the Gfx memory leak solution to a fix that was applied by the
-
v1.16.12.4
released this 1 year ago | 17 commits to os4-1.16.12 since this release
This is a highly experimental release. Please, read the enclosed README_OS4.md file before run it.
Fixed
- Fixed the Gfx memory leak. Now LiteXL frees the reserved memory from the
gfx card.
Downloads
- Fixed the Gfx memory leak. Now LiteXL frees the reserved memory from the