Skip to content

v1.4.28

Choose a tag to compare

@dominatos dominatos released this 12 Jun 15:24
· 22 commits to main since this release
e519e00

Bug fixes:

  • ✅ Fix: Removed the incorrectly applied plasmaShield() escaping from the Plasma 6 widget. The plasmaShield() 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. The Plasma5Support.DataSource executable 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.qml scratch file.
  • ✅ Fix: Moved $EDITOR resolution inside the terminal bash -c session in Plasma 5 fzfSearch() so that the variable is correctly exported into the konsole/xterm child process.

Full Changelog: https://github.com/dominatos/devtoolbox-cheats/blob/main/CHANGELOG.md