This repository has been archived by the owner on Mar 18, 2021. It is now read-only.
Releases: contest-framework/server-old
Releases · contest-framework/server-old
v0.3.0
v0.2.0
- add support for new command,
{"cycleActionSet": "next"}
, to cycle through action sets
v0.1.3
- convert absolute path filenames to relative paths
v0.1.2
v0.1.1
v0.1.0
v0.0.7
- more robust behavior when installed as a global module
- allow configuration file to be in any format
- update notification when new versions are available
- automatically re-runs the last test when switching action sets
- automatically reloads configuration file when it is updated
- removes the named pipe when the program ends
- shows warning when running in directory with existing named pipe
v0.0.6
- links to Atom package
- the setup wizard is now run via a command (
tertestrial setup
) instead of a switch (`tertestrial --setup') - drains the existing named pipe on startup: this re-activates frozen clients that were trying to use Tertestrial before it was started
- new configuration file format with explicit
match
section - server does not terminate on errors at runtime anymore, but prints visible error messages
- action sets can be switched by name in addition to number now