Skip to content

Changelog

2.9.1 (Released 2025-11-21)

  • FIX: Realtime LipSync: Fixed an issue where the automatic lipsync did not move the lips. Now the lipsync works on pure audio, no explicit viseme information needed.

2.9.0 (Released 2025-11-06)

  • Realtime API: A completely new way to use Furhat. Realtime back and forth communication with Furhat using websockets.
  • Realtime LipSync: A local model with automatic lipsync based on audio signal
  • New notification system: Push notifications to notify users of important information
  • System Health Check: A system scan to check the health of the system, including cloud services and internet connection
  • Changes to the web interface:
    • New Realtime API tab in the side menu
    • Remote API moved to Skill Library
    • Furhat AI Enterprise moved to Skill Library
    • Blockly moved to Skill Library
    • New Notification icon in the top right
    • New 'System info' button in the top right
  • Azure credentials on SDK: Fixed an issue where the Microsoft Azure credentials couldn't be fetched automatically on new SDK installations.
  • New documentation: We've given our documentation page at https://docs.furhat.io/ an update and a new look.

Attention

If you are updateing from 2.8.1 or earlier, be aware that the new face engine is not compatible with old custom charpacks. The charpacks installed on the robot will automatically be removed in order for the new face enginge to run without problems. By updating, your custom charpacks will be removed and cannot be restored.

2.8.4 (Released 2025-07-23)

  • Gaze Tracking Improvements: Enhanced vertical gaze tracking accuracy by removing redundant angle corrections that were causing over-calculation.
  • Research Robot Support: All robots now function as research robots with expanded capabilities for External Feeds.
  • Web Interface Enhancements:
    • AI Creator is now accessible to all users.
    • Added loading indicators for skills with separate GUIs (like AI Creator) for better user experience and naivgation.
    • Added network connection disclaimer warning users about IP changes when switching networks on the Robot.
  • Network Management Improvements: Significantly enhanced WiFi connectivity with robust handling of special characters and spaces in SSIDs and passwords.
  • SDK Launcher Updates:
    • Fixed user API key storage location to prevent repeated entry requirements.
    • Improved credential retrieval logic for ElevenLabs and other services.
  • Character Pack Cleanup: Upgrade script now automatically removes conflicting legacy character pack folders to ensure compatibility with FaceCore.

2.8.3 (Released 2025-05-16)

  • Camera Stream Enhancement: Exposed camera stream for Research Robots to all devices on the same network, allowing any user to access the camera stream from research robots.
  • Local Camera Stream Access: Camera stream is now available locally for Skills to access on all robot types. Note that camera stream must be enabled for external access from the web interface Settings.
  • Visual Improvements: Oral cavity textures now appear smoother with no artifacts or pixelation.
  • Facial Expression Fix: All characters now display a neutral face with properly positioned eyebrows, resolving the issue where characters appeared sad.
  • IMPORTANT: Users must backup their previously installed character packs before updating to this version. Character pack imports are now deprecated—you will not be able to import character packs after updating. If you're currently working with character packs, do not upgrade until you're ready to recreate all characters using our new Face Editor.
  • SDK Launcher Fix: Resolved an issue preventing users from launching Furhat AI Creator from the launcher.
  • AI Creator Logging: Fixed issues in the logging system for AI Creator.

2.8.2 (Released 2025-04-29)

  • Introduced FaceEditor, a new tool for customizing face properties such as texture, color, and skin.
  • Enabled Creator Trial for all users (both virtual and physical robots), allowing broader access to creation tools.
  • Added Advanced Creator Features for enhanced control and customization.
  • Updated FaceCore for full compatibility with the new FaceEditor.
  • Skills can now access the camera on all device types.
  • Reintroduced support for blocky and remoteapi launch directly from the SDK launcher.
  • Added support for Apple Silicon in the SDK; the issue with missing eyes has been resolved.
  • Improved Wi-Fi connectivity, making it more robust and reliable in varying environments.
  • Skills can now access the camera on non-research robots.

Known Issues

  • Custom Charpacks Preventing Face Loading: Uploading custom charpacks to the robot currently causes face assets to fail loading. Removing the charpacks resolves the issue. This will be addressed in the next release by disabling the use of custom charpacks. Custom faces should instead be created and managed via the Face Editor.
  • Missing Tongue Texture: In some cases, the tongue texture fails to load correctly, resulting in the inside of the mouth appearing with only two shades of red. This visual issue will be fixed in the next release.
  • SDK Launcher: Skill Launch Buttons Failure: The new buttons for launching skills in the SDK Launcher may not work reliably in the current version. We are fixing this in the next version.
  • SDK Launcher Update Fails on Windows (Certification Error): Updating the SDK Launcher on Windows systems currently fails due to a certificate validation error. This issue will be resolved in an upcoming release once the certificate has been updated.

2.8.1 (Released 2025-02-26)

  • Fixed bug with external audio files not playing.

2.8.0 (Released 2025-01-16)

  • Watch what’s new in 2.8.0 here
  • Furhat Creator: A tool for quickly creating AI-powered interactions using a simple interface.
  • Furhat Enterprise: A tool for integrating Furhat with Microsoft Co-Pilot to create enterprise solutions.
  • Support for ElevenLabs TTS, adding more natural voices and voice cloning.
  • New lip sync engine to improve lip sync.
  • New Kotlin API for accessing Camera and Audio feeds from the skill.

2.7.2 (Released 2023-12-14)

A patch release to fix a few problematic behaviors:

  • Fixed event queue synchronization leading to FaceCore not starting with some autostart skills.
  • Brought skill and system logs back in the web interface and in the SDK launcher.
  • Fixed robot boot crash issue on unsupported networks.
  • Fixed robots getting stuck in idle mode while running skills.

2.7.1 (Released 2023-08-23)

A patch release with two fixes:

  • Fixed on-face menu issue where the robot becomes unresponsive.
  • Fixed backwards compatibility for voice genders and getting the list of available voices.

2.7.0 (Released 2023-07-27)

  • Moved away from khttp library for deprecation reasons.
  • Upgraded system and skills to Kotlin 1.8. Migration documentation is available here.

Bug fixes

  • Fixed responsiveness of the web interface's side menu.
  • Fixed Azure synthesizer and recognizer for credentials located in eastasia, eastus, northeurope, westeurope, southeastasia, westus.

2.6.1 (Released 2023-05-04)

A patch release with two fixes:

  • Added the Arabic NLU library to furhat-commons to fix listen commands in Arabic.
  • Fixed boot issue where the face does not fully show and the robot is unresponsive.

2.6.0 (Released 2023-04-19)

  • Added an audio feed to pipe both audio in and out for research robots.

  • Small skill flow improvements:

    • Added the option to not reset the face and neck in the stopGestures() function.
    • Improved askYN function signature.

Bug fixes

  • Local skills will be shown in the skill library section even if the robot has never been connected to the internet.
  • Fixed unresponsive overwrite dialog box when uploading skills on the robot.

2.5.0 (Released 2023-01-30)

  • Added Azure TTS: over 400 new voices available!

  • Microsoft Azure credentials for speech synthesis and recognizer are now included; go to Settings > Voice/Settings > Recognizer and select the provisioned key. Only available for Standard and Premium robots.

  • Added built-in support for Arabic grammar and intents.

  • Minor improvements to the built-in intents for English (such as Yes).

  • Improved user position estimates by undistorting the camera feed.

    • You may want to increase the interaction space size slightly after the upgrade.
    • Imagery on research robots will have a smaller field of view and less fish-eye effect.
  • After starting a self-hosted Wi-Fi hotspot from the robot's on-face menu, the password is now shown for easy access.

  • The robot's MAC addresses are now available on the robot's on-face menu.

  • Some error messages will now be spoken by the robot itself.

  • Improved the blank skill template.

Bug fixes

  • Amazon Polly credentials will no longer disappear.
  • Configuration management bug fixed: some settings were not being updated/stored correctly.
  • Minor web interface fixes: styling and removal of the camera's built-in microphone display.
  • Fixed log messages filling up the disk under certain conditions.
  • Fixed issue with furhat.attendAll() function.

2.4.1 (Released 2022-11-17)

A patch release for the SDK:

  • Fixed issue concerning skill dependencies; new user skill creation failures in the SDK.
  • Fully compatible with robots running 2.4.0.

Note: Older skills will still lead to a dependency issue if missing a local cache. Add jcenter() to your <build.gradle> repositories section to resolve it.

2.4.0 (Released 2022-07-04)

  • New functionality exposed through furhat.attend():

    • Movement speed when switching attention targets.
    • Behavioral gazeMode: DEFAULT, EYES, DEADZONE, HEADPOSE.
    • Manual head pose control via rotation or location target.
  • 14 new FaceCore adult mask characters: Dorothy, Fernando, Gyeong, Hanan, Hayden, Lamin, Maurice, Nazar, Omar, Patricia, Rania, Vinnie, Yumi, Zhen.

  • 2 new FaceCore child mask characters: Billy, Devan.

Additional improvements

  • Set FaceCore characters through enums.
  • Say a single utterance with a specific voice.
  • New Amazon Polly neural voices via PollyNeuralVoices.*.
  • Azure speech-to-text language ID limit raised from 2 to 4.
  • SpeechRecPhrases reworked for better performance.
  • Restructured on-face menu network settings.
  • Virtual users can be dragged without affecting gaze.
  • Under-the-hood support for custom FaceCore characters.

Bug fixes

  • Prevented robot from listening to itself.
  • Hid skill.properties messages on startup.
  • Web interface tweaks.
  • Skill Library auto-start status now persists after updates.
  • Prevented crash on corrupted Skill Library cache.
  • Servo control loop tuned for newer robots (Furhat-365+).
  • Fixed spoken IP formatting issues.
  • Fixed lipsync cache errors.
  • Glancing on user leave now works correctly.
  • Error handling for unsupported NLU intents.
  • Warning for missing getResourceGesture.
  • Character and mask setting now idempotent.

2.3.0 (Released 2022-03-31)

  • Improvements to the WebRTC streamer.
  • Even smoother head movements.
  • Updated the skill template when creating a new skill project.
  • Ability to start the support mode from the on-face menu.
  • Improvements to the Web Interface for smaller screens.
  • Lip syncing gestures now have the highest priority.
  • Fixed bug with adding persistence to neck gestures.

Known issues

  • Fading the face in and out does not work in FaceCore on SDK.
  • Touch not working on monitors connected to the robot when FaceCore is running.

2.2.2 (Released 2022-03-22)

  • Patch release to fix dashboard view issue in the web interface.

    • No new skill library skills released.
    • No new commons released.
    • SDK might have related issues to be fixed in 2.3.0.

2.2.1 (Released 2022-02-14)

  • Patch release fixing critical issues:

    • Web interface unresponsive when powering up without internet.
    • Faulty .skill uploads causing unresponsiveness.

2.2.0 (Released 2022-01-31)

  • Introduction of the Skill Library.
  • Re-worked head trajectory planning—less abrupt neck movements.
  • Apache Log4j patched to 2.17.1.
  • Language updates for Google/Microsoft/Polly.
  • FaceCore fade-in improvements and blendshape updates.
  • Bug fix for Gesture Capture Tool checkbox handling.

2.1.0 (Released 2021-11-15)

  • FaceCore engine enhancements: fade, blendshape revisions, new characters (Alex, Jamie, Brooklyn, Isabel).
  • Fixes for FaceCore encoding and resolution detection.
  • Ease-of-access in furhat-commons: getResourceGesture(), furhat.faces().
  • Extended Swedish PersonName entity.
  • Added mid-utterance user switch capability.

Bug fixes

  • Fixed infinite Polly retries.
  • Fixed dialogLogger termination.
  • Fixed gesture termination.
  • Fixed async audio in gestures.
  • Fixed speech recognizer phrase handling.

Note: External monitor touch workaround details.

2.0.0 (Released 2021-09-01)

  • New FaceCore engine with ARKit/CharParams, masks & characters.
  • Asset Collection added to Furhat library.
  • Remote API and Blockly exit beta with FaceCore support.
  • Facial capture tools for realistic gestures.
  • GUI and skill packaging updates.

Bug fixes

  • Fixed furhat.listen() loop on silence.
  • Fixed new skill creation failure.
  • Fixed IP display in network settings.
  • Fixed face menu IP updates.
  • Revised head trajectory for consistency.
  • Improved servo positioning accuracy.

1.26.1 (Released 2021-07-02)

  • Under-the-hood updates for animation handler support.
  • Camera stream now includes user ID/location annotations.

Bug fixes

  • Fixed camera view on Chromium browsers.
  • Fixed camera restart after crash.

1.26.0 (Released 2021-05-12)

  • Preparing major internal update; beta testing forthcoming.
  • Web-interface textures sorted alphabetically.

1.25.0 (Released 2021-04-01)

Note: Bintray sundown—update repositories per here.

  • BETA: Interruptible speech barge-in feature.
  • Added French/German NLU support.
  • ASR alternatives UI improvements.

Bug fixes

  • Fixed empty NLU file import.
  • Enhanced robustness on unreliable internet.

1.24.0 (Released 2021-02-19)

  • AudioPlayer utility added.
  • Automatic smile-back feature.
  • Deprecated bertil mask mapping.
  • Eye-only attendance support.

Bug fixes

  • Fixed missing Azure credential handling.
  • Fixed randomNoRepeat.
  • Fixed Polly SSML handling.

1.23.1 (Released 2021-01-07)

  • Fixed state initialization exception.

Note: Patch for furhat-commons; SDK updates available.

1.23.0 (Released 2020-12-10)

  • System-wide volume settings added.
  • Web interface mute/test enhancements.
  • Gesture LED/audio/texture parameters.
  • Improved Yes intent question context.

Bug fixes

  • Fixed wink gesture.
  • Fixed speech prominence caching issue.

1.22.0 (Released 2020-10-05)

  • Update notification in web interface.
  • Visible bounding boxes in camera stream.

Bug fixes

  • Security fix for local audio subscriptions.
  • Fixed rare blue-face bug.
  • Fixed Spanish/Chinese name entity errors.
  • Fixed microphone channel reporting.
  • Fixed virtual furhat icon.
  • Removed external browser titlebar.

1.21.0 (Released 2020-09-03)

  • Camera performance & user detection accuracy.
  • Virtual Furhat LED support updated.

Bug fixes

  • Fixed remote camera feed unresponsiveness.
  • Fixed log viewer audio upload error.

Known issues

  • Network loss recovery.

1.20.0 (Released 2020-06-26)

Important: GUI changes require rebuild with 1.20.0.

  • Robot types (research/production) added.
  • New camera software introduction.
  • Spanish NLU support added.
  • Polly neural voices classes added.
  • Voice class inheritance for custom transformations.

Bug fixes

  • Stability & classification engine improvements.
  • Fixed Azure library missing bug.

1.19.0 (Released 2020-05-05)

  • Alternative intent classification engine.
  • Mandarin NLU support.
  • User gesture detection.
  • Azure recognizer compatibility update.

Bug fixes

  • Fixed double-logging crash.
  • Fixed unplugged microphone startup crash.
  • Fixed voice availability bug.
  • Fixed Azure recognizer silence bug.

1.18.0 (Released 2020-04-03)

  • Increased robot texture count to 22.

Bug fixes

  • Fixed gaze pan/tilt mix-up.
  • Fixed grammar tokenization bug.
  • Fixed ASR fallback on no internet.

1.17.0 (Released 2020-03-05)

  • Beta Azure ASR.
  • Recognizer switch functionality.
  • Mono microphone input.

Bug fixes

  • Fixed SSID names with spaces.
  • Fixed long-inactivity engagement bug.
  • Fixed dashboard intent display.
  • Fixed default-state return after termination.

1.16.0 (Released 2020-02-05)

  • Voice cache deletion UI.
  • Skill upload progress bar.
  • Aborted listen flag support.
  • Polly robustness enhancements.

Bug fixes

  • Fixed TTS end silence bug.
  • Fixed external monitor browser refresh.
  • Fixed upload/overwrite notifications.
  • Fixed skill delete dialogue stacking.
  • Fixed quick-succession attend bug.

1.15.0 (Released 2019-12-19)

  • Face detection library upgrade.
  • USB microphone hot-plugging.
  • Skill stop resets robot state.
  • HTTPS default for furhat-commons repo.
  • Additional fonts for CJK.

Bug fixes

  • Fixed speaker menu issue.
  • Fixed Java memory leak.
  • Fixed speaker selection crash.
  • Fixed global Acapela voice tags.
  • Fixed entity grammar pattern bug.
  • Fixed logographic comma splitting.
  • Fixed recognition phrase clearing.
  • Fixed duplicate voice list in ResponseVoice.

1.14.0 (Released 2019-11-12)

  • Networking settings page added.
  • User management attention thresholds.
  • UTF-8 icon font support.

Bug fixes

  • Fixed speech thread restart.
  • Fixed multi-channel mic support.
  • Fixed password change in UI.
  • Fixed NLU logographic issues.
  • Fixed missing cmn-hans-CN code.

1.13.3

  • Fixed setVoice crash when name undefined.
  • Performance improvements from Kotlin→Java reflection.

1.13.2

  • Fixed web interface auth timeout.

1.13.1

  • Fixed skill voice selection inconsistency.

1.13.0

  • Added 10 new Polly Neural voices. See Amazon documentation.
  • Web interface authentication improvements.

Bug fixes

  • Fixed partial package download upgrade failure.
  • Fixed external monitor touch on GUI fields.
  • Fixed ActionListenStop hang on aborted flag.
  • Fixed automated lipsync cache warnings.
  • Fixed missing Arabic code for Google ASR.

Known issues

  • External USB-C touch monitor timing requirement.
  • Skill overwrite prompt missing.
  • Skill exit state persistence issue.
  • WebRTC artifact display on first load.
  • Microphone auto-detect limitation.

1.12.1

  • Fixed boot freeze on empty Google ASR credentials.

1.12.0

  • Alphabetical skill lists in UI.
  • Hostname display on OSD menu.
  • ASR test warning for missing credentials.
  • Extended built-in intent translations in Swedish.
  • Mic disconnect error recognition.

Bug fixes

  • Fixed auto-start skill timing.
  • Fixed stuck listen on credential config.
  • Fixed Polly silence crash.
  • Fixed onResponseFailed trigger bug.

Known issues

  • External monitor touch timing.
  • Skill overwrite prompt issue.
  • State persistence on exit.
  • WebRTC artifact issue.
  • Microphone refresh requirement.

1.11.0

  • Kotlin 1.3 support in skills. Migration docs.
  • Web interface password reset via rotary button.
  • Faster listen initiation.

Bug fixes

  • Fixed flow memory leak.
  • Fixed URL trailing whitespace handling.

1.10.0

Web Interface updates

  • Touch navigation improvements.
  • Voice selection enhancements.
  • Intent log in dashboard.

Bug fixes

  • Fixed local audio-file playback.
  • Fixed parallel listen calls.
  • Fixed collapsed sidebar settings.
  • Fixed multiple GUI button display.

1.9.0

General

  • USB-C touch and virtual keyboard support.
  • furhat.ask() modal parameter.
  • addTrigger flow method.
  • Default gesture priorities.
  • Resource-folder audio playback.

Web Interface

  • Texture upload support.
  • Draggable head control button.
  • GPU usage optimizations.

NLU

  • Interim response handling improved.
  • Added stopwords.
  • Swedish localization of NLU.

Speech

  • Localization of dialog responses.

Audio input

  • Mic selection moved to system level.

Skill development

  • isVirtual() method.

Bug fixes

  • Fixed Google credential save error.
  • Fixed parallel flow NLU issues.
  • Fixed +words in examples.
  • Fixed concurrent modification in flow.
  • Fixed remote GUI URL length.
  • Fixed mic disappearance on plug.
  • Fixed trigger priority ordering.

Known issues

  • Skill overwrite prompt missing.
  • State persistence on exit.
  • WebRTC artifact issue.
  • Remote GUI multi-host bug.
  • Mic auto-detect limitation.

1.8.5

  • Added Mandarin and Cantonese input support.

1.8.4

  • Fixed Amazon Polly voices after API changes.

1.8.3

  • Fixed web interface authentication bug.

1.8.2

  • Google ASR fixes and library upgrades.
  • Explicit UTF-8 on Windows SDK launch.
  • Windows SDK mic selection fix for non-English.
  • Updated SDK texture list.
  • Virtual Furhat model update.

1.8.1

  • Web interface Google ASR test button.
  • Fixed non-silence speech detection bug.
  • Fixed Windows non-latin character pronouncing.
  • Fixed virtual head movement issue.
  • Fixed web interface skill play button stop bug.
  • Fixed GazeEvents flooding log.

1.8.0

General SDK

  • Testing skills docs added.
  • log4j2.properties file for SDK logging.
  • Removed dev-server log noise.
  • Virtual Furhat visual improvements.

General Robot

  • Support mode for remote support techs.
  • On-face menu skill start.
  • Auto-start skill checkbox.
  • Wi-Fi forget via on-face menu.
  • FURHAT_ROBOT_ID environment variable.
  • Improved gaze accuracy.
  • Filtered audio devices in UI.

Gestures

  • Parameterized gestures (strength, iterations).
  • Head nod/shake/roll functions.

Web interface

  • Situation panel view toggle.
  • Removed SDK audio output selectors.
  • Simulated user head-rotation in UI.
  • Interaction log shows user IDs.
  • Keyboard key binding for wizard buttons.
  • Wizard button visibility toggles.
  • Tablet UI improvements.

User management

  • SingleUserEngagementPolicy added.
  • Elliptical interaction space support.
  • furhat.attendAll() method.
  • user.isAttending() detection.
  • Stopped looking down when user lost.

NLU

  • WildcardEntity support added.
  • recognitionAlternatives parameter.
  • Per-intent confidence thresholds.
  • Mandatory words with + prefix.
  • raise(intent) method.

Speech

  • Blocking utterance segments.
  • +delay() in speech.
  • Utterance composition with +otherUtterance.
  • Typed voice gestures support.

Listening

  • Full timeout parameters on ask and listen.
  • onInterimResponse handler documented.

Bug fixes

  • ESC key no longer crashes face.
  • Fixed calibration slider bug.
  • Fixed texture and camera UI bugs.
  • Fixed user ID switching bug.
  • Fixed speech input corruption.
  • Fixed ASR response issue.

Known issues

  • Abnormal virtual head movements.
  • Overwrite prompt missing.
  • Exit state persistence bug.
  • Skill play button race condition.
  • GazeEvents flooding.

1.4.1 (Legacy)

  • Re-added SenseSkillGUIConnected event.
  • Removed broken text-input in UI.

1.4.0 (Legacy)

General

  • Speech input bugfixes and improvements.
  • New wizard GUI page.

Skill creation and runtime

  • SDK standalone script for faster startup.
  • CLI tool for packaging skills.
  • Skills run as binaries; no on-robot compilation.
  • AWS/Google creds bundled in SDK.

NLU improvements

  • Intent/entity pre-loading and reloading.
  • Lists of intents handling.
  • Multi-intent classification.
  • ComplexEnumEntity wildcards.
  • Wikidata NLU entities.
  • Compact GrammarEntity syntax.

Flow improvements

  • Snippets for chit-chat.
  • Response raising enhancements.
  • Kotlinesque utterance syntax.
  • Partial states support.

Logging

  • Dialog logger (local/cloud).
  • Flow logger for state transitions.

0.3.5 (Legacy)

  • Bugfix for Amazon Polly voice issue.

0.3.4 (Legacy)

  • Utterance object introduction.
  • SSML voice alterations.
  • Microexpression configuration.
  • Gesture hierarchy and persistence.
  • HostedGUI and RemoteGUI updates.
  • Bugfixes.

0.3.3 (Legacy)

  • Hosted GUI broker address fix.

0.3.2 (Legacy)

  • RemoteGUI default hostname fix.
  • Critical bugfixes.

0.3.1 (Legacy)

  • Stemming bugfix for non-EN/DE/SE languages.

0.3.1 (Legacy)

  • onTime trigger added.
  • delay() now accepts events.
  • FlowEventEvent deprecation.
  • Event creation convenience.
  • Anonymous states for blocking.
  • Trigger instant parameter requirement.

0.2.1 (Legacy)

  • Face settings "Roll" scale updated (-1.0 to 1.0).

0.2.0 (Legacy)

  • New skill loading system: remove furhatSkills.gradle.
  • Robots: export skills, then reimport after update.
  • Explicit furhat-commons version in build.gradle.
  • Method signature updates for getExamples(lang: Language).
  • Dynamic intent support enhancements.
  • Import and dependency fixes.
  • Offline startup capability.
  • Random block consistency.
  • Enum loading bugfix.
  • State GUI and flow wrapper updates.
  • TextGenerator interface changes.
  • NLU engine update.

0.1.7 (Legacy)

  • Internal builds for testing.

0.1.6 (Legacy)

  • SDK auto-updates on first install.
  • API wrapper renames: FurhatAPI, Furhat.
  • Flow wrapper usage.
  • Sample Welsh text update.

0.1.5 (Legacy)

  • Improved skill template for boilerplate management.

0.1.4 (Legacy)

  • Default voice changed to Acapela Brian.
  • Auto microphone selection in SDK.
  • Gaze click removal in UI.
  • Stemming enabled for enum entities.

0.1.3 (Legacy)

  • SkillGUI template fix.

0.1.2 (Legacy)

  • Continuous user attendance.
  • Virtual Furhat build improvements.
  • Linux skill directory fix.
  • Unified texture configuration.

0.1.1 (Legacy)

  • Texture change enabled on Mac.
  • Credential file location change to properties/.
  • New stop/listen methods: stopSpeaking(), stopListening(), isSpeaking, isListening.
  • 30fps virtual furhat performance fix.
  • Persona removal.

0.1.1 (Legacy)

  • Top-level objects furhat and users introduced.
  • createdSkills.gradle renamed to furhatSkills.gradle.
  • skill/ folder renamed to skills/.
  • Properties folder restructuring.
  • Persona API overhaul.

0.0.19 (Legacy)

  • Bugfixes.