Releases: allthingsida/qscripts
Releases · allthingsida/qscripts
QScripts v1.2.6
What's Changed
- Fix snippet manager README typo by @0xeb in #12
- Fix snippet deletion by @0xeb in #13
- ci: build with latest ida-sdk by @Ylarod in #14
- ci: add idacpp by @sudhackar in #15
New Contributors
- @Ylarod made their first contribution in #14
- @sudhackar made their first contribution in #15
Full Changelog: v1.2.5.1...v1.2.6
QScripts v1.2.5.1 (Windows) - IDA 8.5 and IDA 9.1
added IDA 8.5 support Please make sure you update your ida-cmake too.
QScripts v1.2.5.1 (Windows) - IDA 9.0SP1
v1.2.5.1_90sp1 minor mods
QScripts v1.2.5.1 (Windows) - IDA 9.0
This is a pre-built plugin binary for IDA 9.0.
QScripts v1.2.5.1 (Windows)
- 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.
- IDA 9.0 beta support
QScripts v1.2.4 (Windows)
- 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)
Fixed dependencies reloading (please use provided example).
QScripts v1.2.2 (Windows)
Trigger files now can automatically detect which output file to wait for.
Just use the
For example:
/triggerfile /keep
QScripts v1.2.1 (Windows)
- Allow QScripts to work without needing a database
- Minor refactoring
QScripts v1.2.0b (Windows)
Added support for C++ plugins that want to quickly test code in plugmod_t::run() and have the PLUGIN_UNL flag.