Changes
Releases from this project are meant only as records of major changes. There will be automatic attachments generated by GitHub, but to get the latest version download the zip from the green <> Code ▼ button on the main page.
- Use pattern that can handle more (all?) app classes for Ptyxis
- Workaround for unpatched
xdg-openthat does nothing on Plasma 6 (Leap 16 beta problem) - Update the bug reporting template to include window manager, reformat template contents
- Zotero import from clipboard shortcut uses
Shift+Opt+Cmd+I, so set remap and make alternate diagnostic dialog shortcut (Shift+Opt+Cmd+H,H) available. - Add support for installing on CachyOS without distro override (it's just Arch, BTW)
- Let the setup script install any custom keymapper branch via the CLI option (--dev-keymapper BRANCH_NAME) in addition to the default
dev_betabranch - Add a keyboard device to the Apple list ('HP TouchPad Wireless Keyboard')
- Fix the keypad fixes bypass condition so that it actually works
- Use "--copies" in the venv command to reveal the true issue that happens after upgrading system Python version (missing Python library file from previous Python version). Only solution is reinstall older Python or reinstall Toshy to create a new
venv. - New context module dedicated to network KVM switch software apps like Synergy, Deskflow, Input Leap and Barrier. Expands on the original Synergy-only solution.
- New bootstrap script to allow a simpler single-command install option
- Numerous launcher script tweaks to change appearance of process list
- Better tagging of log output in systemd journal with custom names like
toshy-configortoshy-kwin-dbus
Auto-generated full release notes (click to expand):
What's Changed
- Handle more Ptyxis app classes by @RedBearAK in #537
- Handle unpatched xdg-open utility on Plasma 6 by @RedBearAK in #539
- Add window mgr, rework bug report template by @RedBearAK in #541
- Fix Zotero import from clipboard shortcut by @RedBearAK in #542
- Add CachyOS to known distro IDs (Arch-based) by @RedBearAK in #544
- Solve some ancient mystery remaps by @RedBearAK in #545
- Allow custom keymapper branch name on CLI by @RedBearAK in #546
- Treat 'HP TouchPad Wireless Keyboard' as Apple kbd by @RedBearAK in #548
- Use the correct argument name (not_devn) by @RedBearAK in #549
- Remove old notice about KDE 5 to 6 updates by @RedBearAK in #550
- Call directly on the Python inside the venv path by @RedBearAK in #551
- Use "--copies" to make Python error clearer by @RedBearAK in #553
- New KVM module, many script tweaks by @RedBearAK in #557
- Update the bootstrap to show how to cd to folder by @RedBearAK in #558
Full Changelog: Toshy_v25.02.2...Toshy_v25.03.0