Skip to content

Releases: localdesktop/localdesktop.github.io

Local Desktop v2.0.0

06 Jun 20:49
66b0454

Choose a tag to compare

Run PulseAudio on the Android host and expose it to the Linux guest over TCP (127.0.0.1:14713), with AAudio output and guest client config.

Binaries were compiled from the termux packages build system (see https://github.com/termux/termux-packages/wiki/Building-packages).

Thanks @riagriag for the great work!🎗️🚀

Local Desktop v1.8.2

30 May 13:56
e63e9bc

Choose a tag to compare

Add a link to the project homepage + an offline PDF documentation on the desktop. Also fix some issues with touch input.

Screenshot_1780150042

Resolve #273 #274

Local Desktop v1.7.2

25 May 20:39
69c7c3c

Choose a tag to compare

fix: missing launcher icon on pre-API 26 devices

Local Desktop v1.7.1

25 May 16:04
0fb1489

Choose a tag to compare

XFCE4 Wayland

Local Desktop v1.6.0

25 Apr 15:40
c6c35df

Choose a tag to compare

This PR improves the Wayland renderer lifecycle, enhances EGL initialization, and adds robustness to the backend communication.

Key changes:

  • Improved Wayland renderer lifecycle and state management.
  • Enhanced EGL initialization and error handling.
  • Refactored redrawing logic for better error recovery.
  • Improved WebSocket client handling in the webview backend.
  • Added a safeguard to prevent multiple concurrent desktop sessions.

Local Desktop v1.5.14

07 Apr 20:48

Choose a tag to compare

This release bundles the application changes merged since v1.5.12.

Fixes

  • Fix Onboard virtual keyboard crashing on Android by replacing Bubblewrap with a no-sandbox shim and wrapping signal.set_wakeup_fd under proot. (#227)
  • Fix QTerminal arrow keys and PTY initialization by removing redundant /dev/pts and /dev/ptmx binds and adding an explicit /dev/tty bind. (#225)
  • Restore Gradle 9 compatibility by downgrading AGP to 8.7.3 and upgrading KGP to 2.0.21. (#224)

Release pipeline

  • Update the auto-bump and release workflow so tagged releases continue after merge and gh-pages-only PRs do not trigger unnecessary version bumps. (#229 #230 #231 #232)

Local Desktop v1.5.12

31 Mar 19:42
cc55068

Choose a tag to compare

Feature/update proot (#222)

- Updated `libproot_loader.so` and `libproot.so` binaries.
- Enhanced the build configuration to include repository and version details for PRoot.
- Adjusted the script to clone the PRoot repository and checkout a specific commit.
- Improved asset management by refining paths and adding checks for loader size.
- Added support for new syscalls and updated syscall handling in the codebase.
- Included a new SECURITY.md file for security policy reference.
- Updated the logic in `get_meta_path` to append a `.meta` suffix to the meta file, preventing confusion with original file extensions.
- Improved comments for clarity on the changes made to the path construction process.

---------

Co-authored-by: FBarrca <FBarrca@users.noreply.github.com>
Co-authored-by: mister-teddy <hongphat.js@gmail.com>

Local Desktop v1.5.11

29 Mar 19:32
6766e4e

Choose a tag to compare

feat: add keyboard accessibility service for local desktop (#219)

- Introduced a new accessibility service to handle keyboard input for the Local Desktop application.
- Added service declaration in the manifest with appropriate permissions and metadata.
- Created XML resource for the accessibility service description and label.
- Implemented the service logic in `KeyboardAccessibilityService.kt` to manage key events and service connection.
- Updated the application structure to support service registration and event handling.

---------

Co-authored-by: FBarrca <FBarrca@users.noreply.github.com>
Co-authored-by: mister-teddy <hongphat.js@gmail.com>

Local Desktop v1.5.8

21 Mar 17:18
204d20d

Choose a tag to compare

Feat/touch input (#215)

* Fix TouchMoved and TouchEnded

* Fix two-fingers scroll

* chore: version bump

* chore: sync lockfile version

---------

Co-authored-by: mister-teddy <hongphat.js@gmail.com>

Local Desktop v1.5.7

14 Mar 12:02
8a6545c

Choose a tag to compare

Fix reported issues with Terminal: #139 #165 #193 #206.

Screenshot_1773487618