Lagrange 1.18.7 released, updated mobile betas
There are new builds of Lagrange available. This release contains bug fixes:
- Revised handling of reserved URI characters according to RFC 3986. The previous behavior did not fully conform to the standard. (The RFC says that one must not encode or decode the reserved characters for normalization purposes.)
- Fixed opening some WebP images. There was a problem checking for the "image/webp" media type: if the media type had additional parameters (like ";base64"), the check would fail.
- Fixed removal of unexpected NUL characters from the source text. This un-truncates the Station front page.
- Fixed redundant mouse events when receiving touch events on the desktop. It was reported that on Windows touchscreen laptops, touch input was glitching because the same events were being translated to mouse events as well (by SDL).
The mobile builds should already be available in TestFlight and the Lagrange F-Droid repository.
Release in the main Git repository:
https://git.skyjake.fi/gemini/lagrange/releases/tag/v1.18.7
I've also started publishing releases on Codeberg because I'm growing increasingly uncomfortable with GitHub getting assimilated deeper and deeper into Microsoft's AI endeavors.
https://codeberg.org/skyjake/lagrange/releases/tag/v1.18.7
#release
2025-08-14 ยท 9 months ago ยท ๐ dragfyre, taichara, ps, Homer, kurisu
2 Comments โ
๐ chenkar ยท 2025-08-14 at 14:37:
For some reason, I am unable to update Lagrange past 1.18.5
I am on Windows. When I click check for updates, I can download 1.18.7, but nothing changes when it completes installation. Restarting Lagrange doesn't do anything.
I also tried downloading th latest installer, but it still loads up 1.18.5
๐ chenkar ยท 2025-08-14 at 14:46:
Figured it out. I had pinned on my task bar the portable version and I guess the update was installing the static version to program files. Just copied all my data over to the version in program files and it works fine now