Bug fixes:
- ✅ Fix: Removed the incorrectly applied
plasmaShield()escaping from the Plasma 6 widget. TheplasmaShield()function backslash-escapes every special character (including/,.,-), which was completely destroying file paths (e.g.,/home/user/cheats.d→\/home\/user\/cheats\.d) and silently preventing the indexer from ever finding any cheatsheets. ThePlasma5Support.DataSourceexecutable engine does not strip characters and does not need this escaping. - ✅ Fix: Removed orphaned dead code block in Plasma 5
cheats.js. - ✅ Fix: Deleted accidentally committed
test_home.qmlscratch file. - ✅ Fix: Moved
$EDITORresolution inside the terminalbash -csession in Plasma 5fzfSearch()so that the variable is correctly exported into thekonsole/xtermchild process.
Full Changelog: https://github.com/dominatos/devtoolbox-cheats/blob/main/CHANGELOG.md