Releases: Matthiasclee/VisionTest
Releases · Matthiasclee/VisionTest
v0.2.4
Changelog:
- Move html to
html/
folder - Remove deprecated selenium code
- Make option for using no serial port
- Add pediatrics videos
- Use set version of
selenium-webdriver
- Updated development scripts
- Disable DVC by default
- Detect network info automatically in
find_vtac_servers.sh
- Minor fixes in docs
- Print server version before password check in vtac client
v0.2.3
Changelog:
- Fix command execution using
||
v0.2.2
Changelog:
- Added DVC to
docs/readme.md
- Added
--gem-no-sudo
option to install dependencies script
v0.2.1
Changelog:
- Updated error in DVC docs
- Misc. updates to readme
- VTAC and DVC clients exit gracefully on
CTRL-C
- Git-based commands don't use
--force
version <ver>
command outputs resultjs/settings.js
moved toconf/settings.js
v0.2.0
Changelog:
- VisionTest closes the browser and gracefully exits on CTRL+C
- Added DVC (Direct VisionTest Control)
- VTAC and DVC clients append mode to prompt
- Added
reset
VTAC command to reset everything - Moved password and name files to
conf/
- VTAC and DVC clients do nothing on blank input
- Serial can accept inputs of different lengths
- Added support for BW7070 remote
v0.1.1
Changelog:
- Renamed
index.html
totable.html
- Removed extra comment from
table.html
- Removed miscellaneous OS checks
- Fixed bug preventing calibration via a remote
- Fixed typo in
readme.md
- Refactored JS
- Mirroring can be directly turned off/on with VTAC
- VTAC returns an error on an invalid config setting
v0.1.0
Changelog:
- Improved installer
- VTAC errors are outputted to
stderr
- Removed final support for Windows
- Modules use
def self.function
instead of amodule_function :function
line at the end. - Improved VTAC CLI
- Added authentication to VTAC
- Added switching versions with VTAC
- Removed extra
.DS_Store
- Added script to find all VTAC servers on a network
- VisionTest can detect the previously installed version
Changelog from beta:
- Added digest gem to
linux_install.sh
- Fixed command execution bug
v0.0.3-beta/v0.1.0-beta
release 0.0.3 was changed to 0.1.0
Changelog:
- Improved installer
- VTAC errors are outputted to
stderr
- Removed final support for Windows
- Modules use
def self.function
instead of amodule_function :function
line at the end. - Improved VTAC CLI
- Added authentication to VTAC
- Added switching versions with VTAC
v0.0.2
Changelog:
- Added support for SH-15 remote
- Fixed bug in which vtac-client could not be used without
receiver_port
set - Linux install creates separate file to launch VisionTest
- Receiver port is stored in ~/.vtreceiverport
- Added individual setup scripts
- Moved all scripts to
scripts/
folder - Removed
add_to_startup.bat
id_server
contains VisionTest version- Updated all docs
v0.0.2-beta
Beta release of VisionTest with support for the SH-15 remote. Remote button mappings are not final and may change later.