Skip to content

Releases: super-magistro/DeXtop-mode

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 10:06

🆕 What's New

📋 Clipboard Sync Toggle

  • New setting to enable or disable clipboard synchronization between your phone and PC
  • Enabled by default — copy on your phone, paste on your PC and viceversa, out of the box
  • Can be turned off in Settings → Sync clipboard between phone and PC

Previous release (v1.1.1)

  • New cable-free connection method using a QR Code
  • On your phone: Developer Options → Wireless Debugging → Pair device with QR code → scan the code shown in DeXtop-Mode

📱 Wireless Pairing via QR Code services` as fallback

  • Works when your PC and phone are on the same Wi-Fi network (same mDNS
  • Automatic phone discovery via mDNS (zeroconf) with `adb mdns
    segment)

🔘 Clean DeX Exit on Power Button Press

  • Pressing the physical power button on your phone during a DeX session now automatically and cleanly stops the session

  • Full sequence handled by DeXtop-Mode:
    1. Power button press detected (mInteractive=false)
    2. DeX settings reset + scrcpy closed
    3. After fingerprint unlock (mInteractive=true), Samsung One UI launcher is restarted

  • Gesture navigation (back swipe, etc.) is fully restored — no need to reboot your phone


🐛 Bug Fixes

QR Code

  • Unique session service name (UUID) — prevents conflicts if multiple
    sessions are open
  • Robust mDNS parsing with rsplit for IPv6 address compatibility
  • Fixed HighDPI warning on QR image (CTkImage replaces PhotoImage)

General

  • Fixed a lambda scope bug in the except block of run_session
  • Gesture repair no longer runs twice when already handled automatically on exit

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 09:44

🆕 What's New

  • New cable-free connection method using a QR Code
  • On your phone: Developer Options → Wireless Debugging → Pair device with QR code → scan the code shown in DeXtop-Mode

📱 Wireless Pairing via QR Code services` as fallback

  • Works when your PC and phone are on the same Wi-Fi network (same mDNS
  • Automatic phone discovery via mDNS (zeroconf) with `adb mdns
    segment)

🔘 Clean DeX Exit on Power Button Press

  • Pressing the physical power button on your phone during a DeX session now automatically and cleanly stops the session

  • Full sequence handled by DeXtop-Mode:
    1. Power button press detected (mInteractive=false)
    2. DeX settings reset + scrcpy closed
    3. After fingerprint unlock (mInteractive=true), Samsung One UI launcher is restarted

  • Gesture navigation (back swipe, etc.) is fully restored — no need to reboot your phone


🐛 Bug Fixes

QR Code

  • Unique session service name (UUID) — prevents conflicts if multiple
    sessions are open
  • Robust mDNS parsing with rsplit for IPv6 address compatibility
  • Fixed HighDPI warning on QR image (CTkImage replaces PhotoImage)

General

  • Fixed a lambda scope bug in the except block of run_session
  • Gesture repair no longer runs twice when already handled automatically on exit

v1.0.26

Choose a tag to compare

@github-actions github-actions released this 12 Aug 07:51
chore: release version 1.0.26

v1.0.25

Choose a tag to compare

@github-actions github-actions released this 11 Aug 06:55
chore: bump version to 1.0.25

v1.0.24

Choose a tag to compare

@github-actions github-actions released this 11 Aug 06:43
chore: bump version to 1.0.24

v1.0.23

Choose a tag to compare

@github-actions github-actions released this 10 Aug 18:21
fix: install python3-tk on github actions for icon generation

v1.0.22

Choose a tag to compare

@github-actions github-actions released this 10 Aug 16:49
feat: add interactive auto-installer for Linux dependencies (scrcpy, …

v1.0.21

Choose a tag to compare

@github-actions github-actions released this 10 Aug 16:44
fix: correctly extract version in build_deb.sh to fix Debian package …

v1.0.20

Choose a tag to compare

@github-actions github-actions released this 10 Aug 12:02
[FIX] Match ^__version__ strictly in build_deb.sh to avoid capturing …

v1.0.19

Choose a tag to compare

@github-actions github-actions released this 10 Aug 11:58
[FEAT] Display app version (v1.0.19) under title, sync __version__ dy…