Skip to content

v0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 12:54
· 194 commits to main since this release

Chores

Bug Fixes

  • Keys can no longer get stuck in KDE.
    The KDE Remote Desktop Portal employs reference counting for key press events which could previously result in keys that were permanently pressed (or released). This should no longer happen now.
  • Fix a case where keys were activated on both devices immediately after switching.
  • Some other minor bug fixes.

Commits

  • 64e3bf3: release stuck keys (#53) (Ferdinand Schober)
  • f5827bb: fix port changing (Ferdinand Schober)
  • 6cdb607: Fix Error handling in layershell producer (#61) (Ferdinand Schober) #61
  • 4561c20: layer-shell: recreate windows, when output is removed / added (#62) (Ferdinand Schober) #62
  • 1553ed4: Update README.md (Ferdinand Schober)
  • 40b0cdd: Add security disclaimer (Ferdinand Schober)
  • impl key repeating (#63) #63 (Ferdinand Schober)
  • 91176b1: Update README.md (Ferdinand Schober)
  • eb366bc: Update README.md (Ferdinand Schober)
  • fa15048: ignore every event except Enter in receiving mode (#65) (Ferdinand Schober) #65
  • 767fc8b: comment about pointer relase in sending state (Ferdinand Schober)
  • d54b3a0: ignore double press / release events (#71) (Ferdinand Schober) #71