Skip to content

Releases: Matthiasclee/VisionTest

v0.3.1

Choose a tag to compare

@Matthiasclee Matthiasclee released this 07 Jul 03:55
d43095a

Changelog:

  • Add rcvport command
  • Fixed security issue with usbupdate command
  • Added rshell command

v0.3.0

Choose a tag to compare

@Matthiasclee Matthiasclee released this 27 May 15:54
a8f078a

Changelog:

  • Add additional Pediatrics videos
  • Fixed miscellaneous issues with video player
  • Remove and/or disable Ubuntu automatic updates on installation
  • Replace symbols with LEI symbols
  • Add HOTV mode
  • Add crowded symbols
  • Add option for launching VT in a standard (non kiosk mode) Firefox window
  • Revamp SH15 remote layout
  • Add volume controls to SH15
  • Use OpenType Font for rendering glyphs instead of images
  • Add support for calibration on SH15
  • Add option to update offline from a USB

v0.2.5

Choose a tag to compare

@Matthiasclee Matthiasclee released this 12 Dec 04:12
7d73555

Changelog:

  • Add find_dvc_servers.sh script
  • DVC client prints server info on password
  • Added actual pediatrics videos
  • Changed peds video controls

v0.2.4

Choose a tag to compare

@Matthiasclee Matthiasclee released this 02 Jan 19:04
ae879dd

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

Choose a tag to compare

@Matthiasclee Matthiasclee released this 26 Apr 16:10
99a8c4d

Changelog:

  • Fix command execution using ||

v0.2.2

Choose a tag to compare

@Matthiasclee Matthiasclee released this 07 Apr 13:33
0d413e7

Changelog:

  • Added DVC to docs/readme.md
  • Added --gem-no-sudo option to install dependencies script

v0.2.1

Choose a tag to compare

@Matthiasclee Matthiasclee released this 25 Feb 00:17
2d69266

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 result
  • js/settings.js moved to conf/settings.js

v0.2.0

Choose a tag to compare

@Matthiasclee Matthiasclee released this 23 Feb 00:25
2c7be19

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

Choose a tag to compare

@Matthiasclee Matthiasclee released this 05 Feb 18:20
8c5de4b

Changelog:

  • Renamed index.html to table.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

Choose a tag to compare

@Matthiasclee Matthiasclee released this 04 Feb 23:53
70f9eec

Changelog:

  • Improved installer
  • VTAC errors are outputted to stderr
  • Removed final support for Windows
  • Modules use def self.function instead of a module_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