Skip to content

Releases: Dronehub/interceptor

v2.1

Choose a tag to compare

@piotrmaslanka piotrmaslanka released this 03 Jun 21:02
  • 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

Choose a tag to compare

@piotrmaslanka piotrmaslanka released this 14 May 15:35
  • major refactor
  • reset will tell you if the configuration was a symlink
  • merged the role of check and status into a single status command
  • 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
  • status will also check for existence of -intercepted files
  • fixed logic of determining whether an app is intercepted

v1.2

Choose a tag to compare

@piotrmaslanka piotrmaslanka released this 24 Apr 15:22
  • added notify and unnotify command
  • added the notify_about_actions configuration
  • added the link and reset command
  • added display the banner on invalid invocation
  • status will 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 copy command
  • display before start will include the command's actual name
  • added check command

v1.1

Choose a tag to compare

@piotrmaslanka piotrmaslanka released this 21 Apr 14:24
  • added the undo command
  • added the status command
  • added the configure command
  • added the show command
  • added the display command
  • added the hide command
  • added the edit command
  • added the append command
  • added the prepend command
  • added the disable command
  • added the replace command
  • deprecated args_to_append_before in configuration JSON
  • deprecated args_to_take_away in configuration JSON

v1.0

Choose a tag to compare

@piotrmaslanka piotrmaslanka released this 21 Apr 14:23

First release