Skip to content

Tags: vvvv/Remoter

Tags

v3.0.1.1

Toggle v3.0.1.1's commit message
Version bump

v3.0.1.0-pre.1

Toggle v3.0.1.0-pre.1's commit message
- When killing a task, task's 'next task` won't be executed.

- Killing a task is performed via calling taskkill. Previosly killing particular Task in Log tried to kill the particular running task via sending Ctrl+C. Now killing a task in both pannels calls taskkill.

v3.0.0.3

Toggle v3.0.0.3's commit message
Prevents starting the same task on the same machine if it is already …

…running.

v3.0.0.2

Toggle v3.0.0.2's commit message
Log: `Clear` is now `Clear Finished` and clears only finished tasks.

v3.0.0.1

Toggle v3.0.0.1's commit message
- More local IPs are treated as such.

- Uses vvvv 7.2-11, where `IPs` not got the `Gateway Required` pin.

v3.0.0.0

Toggle v3.0.0.0's commit message
- `Tasks for local IPs are executed again, but the for the `Run`-like…

… tasks IP is removed, as described in the comment for the task.

- Globals: Vars: Providing empty Name or Value is allowed
- PC Edit: Overwrite Vars: empty Value is not replaced with the Global Value anymore.

v3.0.0.0-alpha.5

Toggle v3.0.0.0-alpha.5's commit message
- Allowed empty string for Variable's Value

- Local IPs (ips of the machine running remoter) could be excluded when running tasks. (see the corresponding setting in 'General' section).

v3.0.0.0-alpha.4

Toggle v3.0.0.0-alpha.4's commit message
Variables can also be used in the `Execution Arguments`. Adds to #18.

v3.0.0.0-alpha.3

Toggle v3.0.0.0-alpha.3's commit message
Paths are quoted in the Runtimes (PAExecRuntime, RobocopyRuntime), no…

…t in the Tasks.

v3.0.0.0-alpha.2

Toggle v3.0.0.0-alpha.2's commit message
Fixed a newly introduced bug where Path in Tasks was not quoted, that…

… is necessarily for paths with spaces.