Skip to content

Releases: allthingsida/qscripts

QScripts v1.2.5.1 (Windows)

05 Aug 08:19
Compare
Choose a tag to compare
  1. Added support for "Notebooks". This allows you to monitor a set of files in a given folder and the ability to execute all of them at once or just the modified "cells" only.
  2. IDA 9.0 beta support

QScripts v1.2.4 (Windows)

22 Mar 19:26
Compare
Choose a tag to compare
  • Actions were acting wonkey. Now it will be possible to deactivate monitor and reactivate it directly and your script will work
  • Shift-Enter was not working correctly if the undo script execution option was enabled
  • Updated docs

QScripts v1.2.3 (Windows)

18 Mar 21:24
Compare
Choose a tag to compare

Fixed dependencies reloading (please use provided example).

QScripts v1.2.2 (Windows)

06 Feb 20:40
Compare
Choose a tag to compare

Trigger files now can automatically detect which output file to wait for.
Just use the $ext$ variable.

For example:

/triggerfile /keep $env:IDASDK$\bin\plugins\qscripts_native$ext$

QScripts v1.2.1 (Windows)

08 Jan 08:25
Compare
Choose a tag to compare
  • Allow QScripts to work without needing a database
  • Minor refactoring

QScripts v1.2.0b (Windows)

25 May 04:49
Compare
Choose a tag to compare

Added support for C++ plugins that want to quickly test code in plugmod_t::run() and have the PLUGIN_UNL flag.

QScripts v1.1.9alpha (Windows)

27 Dec 05:35
Compare
Choose a tag to compare
  • Refactored the code
  • Added package dependency support

QScripts v1.1.6 (Windows)

07 Jul 21:44
Compare
Choose a tag to compare
  • Added support for trigger files
  • Various UI fixes

QScripts v1.1.5

30 Jun 20:04
Compare
Choose a tag to compare
  • Re-execute active script manually using the Alt-Shift-X hotkey
  • The scripts window now shows the script base name on its own column. This speeds up incremental search in the chooser

QScripts v1.1.4

10 Apr 00:18
Compare
Choose a tag to compare
  • Show error from the reload directive when it occurs
  • Added 'With Undo' support