Releases: Dronehub/interceptor
Releases · Dronehub/interceptor
Release list
v2.1
- added an option to deduplicate arguments
- changed the order of operation - substitution goes first
- improved multiple instance removal:
- namely all instances of arguments to remove will be nuked
- added option to log calls to a file
v2.0
- major refactor
resetwill tell you if the configuration was a symlink- merged the role of
checkandstatusinto a singlestatuscommand - added the support for recognizing partial interceptions,
where not all executables of given file were patched - fixed a bug wherein interceptor would try to intercept directories
- can skip intercept check with
--force statuswill also check for existence of -intercepted files- fixed logic of determining whether an app is intercepted
v1.2
- added
notifyandunnotifycommand - added the
notify_about_actionsconfiguration - added the
linkandresetcommand - added display the banner on invalid invocation
statuswill display symlinking of configs- lower versions of interceptor will fail to execute scripts from newer one
- stronger guarantees about argument order
- will check source file if is an interceptor
- added the
copycommand - display before start will include the command's actual name
- added
checkcommand
v1.1
- added the
undocommand - added the
statuscommand - added the
configurecommand - added the
showcommand - added the
displaycommand - added the
hidecommand - added the
editcommand - added the
appendcommand - added the
prependcommand - added the
disablecommand - added the
replacecommand - deprecated
args_to_append_beforein configuration JSON - deprecated
args_to_take_awayin configuration JSON