Skip to content

0.12.10

Compare
Choose a tag to compare
@undergroundwires undergroundwires released this 18 Jan 11:24
· 106 commits to master since this release
  • ▶️ Desktop app: Improved script saving and execution by • adding error messages with detailed instructions on errors • fixing edge-case bugs • adding logs • storing executed scripts in a persistent directory to increase auditability • improving security with stricter code isolation and tamper protection • integrating system dialogs for file operations.
  • 📙 Web app: Added detailed instructions to help Windows users on how to run the scripts after downloading, including how to handle false-positive security alerts from antivirus and browsers.
  • 🏰 General improvements: Addressed a variety of minor bugs and enhanced script safety to improve overall reliability.

Consider donating ❤️.


Changes

Desktop version

  • Improve security by isolating code execution more | efa05f4
  • Improve desktop script runs with timestamps & logs | cdc32d1
  • Fix handling special chars in script paths | 40f5eb8
  • Fix script deletion during execution on desktop | c84a1bb
  • Fix script execution for Linux VSCode development | 3b1a89c
  • Fix invisible script execution on Windows #264 | b404a91
  • Show native save dialogs in desktop app #50, #264 | c546a33
  • Show save/execution error dialogs on desktop #264 (thanks @selivan) | e09db0f
  • Add AV detection on desktop app #264, #304 (thanks @selivan) | f03fc24
  • Improve script error dialogs #304 (thanks @selivan) | 6ada8d4

UI

  • Fix unresponsive circle icon in revert button | 645c333
  • Fix button inconsistencies and macOS layout shifts | 86fde6d
  • Fix CSP for Vue, Ace, Vite, Safari compatibility | 940febc
  • Fix macOS detection in desktop app and Chromium | dc30825
  • Fix touch, cursor and accessibility in slider | 7285842
  • Add Windows save instructions UI and fix URL #296 | 756c736

Scripts

  • Windows: fix language dependent delete script #149 (thanks @arman-ku) | 8f4b34f
  • Windows: improve store app docs and add research #279 | fac72ed
  • Windows: add missing extension apps, improve docs #279 | da4be50

Chores, docs

  • Improve documentation for contribution guidelines | fc9dd23
  • Bump Node.js environment to 18.x | 2f06043
  • Bump ESLint Typescript dependencies to latest | bf7fb07

compare