Skip to content

Releases: fforchino/vectorx

RELEASE_21

09 Nov 08:25
Compare
Choose a tag to compare

RELEASE_21

  • Fix Github issue #27: Voicecommands not working properly
    In case of not running on Raspberry Pi, the VECTORX_HOME variable must be used properly to determine where VectorX
    is located on the file system
  • Fix a nasty javascript bug preventing VectorX homepage to load properly
  • Ensure Wire-Pod services are re-created when upgrading

RELEASE_20

18 Oct 05:15
Compare
Choose a tag to compare

RELEASE_20

  • Added a note on the setup page.
  • Rechecked that everything is still working on October, 2023

RELEASE_19

08 May 12:26
Compare
Choose a tag to compare

RELEASE_19

  • VIM redesign
    • Chat now runs on local network only (no shared server) and thus is enabled by default on all setups
    • Chat implementation now uses websockets. VectorX web front end integrates a chat panel with which you can send
      messages to all bots
    • Added message language as chat message parameter so you can potentially send a message using a locale that differs
      the bot's locale
  • Bugfixing of the issues encountered during development

RELEASE_17

01 May 19:07
Compare
Choose a tag to compare

RELEASE_17

  • Bugfix: unknown locale "en_US" (it should be "en-US")
  • Added Trivia Game Voice command (works only with OSKR bots)
  • Attempt a VectorX auto-update every day at 1 am

RELEASE_16

23 Mar 17:06
Compare
Choose a tag to compare

RELEASE_16

  • Add Fakeyou.com custom voices to Vector
  • Added playground in bot control page to set TTS engine and test sentences

RELEASE_15

16 Mar 15:55
Compare
Choose a tag to compare

RELEASE_15

  • Fix issue #12: Fix VectorX onboarding setup for OSKR bots
    Now initial setup considers also OSKR bots and allows configuring Wire-Pod to IP-mode or EP mode. Also, the
    on-boarding procedure differs for a production and a development (OSKR) robot.

RELEASE_14

13 Mar 09:06
Compare
Choose a tag to compare

RELEASE_14

  • Fix issue #11: Update must also run wirepod setup in silent mode or upgrading to newer versions of wire-pod won't work. Also, the initial setup part needs changes since Wire-Pod has changed its configuration files.

RELEASE_13

11 Mar 07:45
Compare
Choose a tag to compare

RELEASE_13

  • Bugfix: if you just press "ENTER" to wirepod install directory in setup.sh, the proposed path is not saved
  • Bugfix: the update.sh supposes the login user is "pi". This is because this script was supposed to be run
    as a service by the update procedure in the RPi4 image (that has a single user, "pi") only.
    Now this will work even vectorx is installed stand-alone under another, arbitrary, user.
  • Updated README.md with upgrade and uninstall instructions

RELEASE_12

09 Mar 19:47
Compare
Choose a tag to compare

RELEASE_12

  • Add an uninstall script (uninstall.sh)

RELEASE_11

17 Feb 17:45
Compare
Choose a tag to compare
  • Standard/Extended voice command speed improvement. Now VectorX code is compiled into binary code so it runs much faster. Also, the SDK is initialized only in case of a VectorX command, so standard wirepod voice commands are not delayed.
  • Brand new UI for the VectorX control panel, with all VectorX features to try
  • Fix OpenCV service not starting correctly
  • Help on VectorX voice commands
  • RPi4 Image is now updatable. "Check for updates" checks if updates are available and downloads them
  • Bug fixes in Go SDK (for example, custom eye colors were not correctly handled when drawing monochrome graphics)