|
1 | 1 | ## Release history and changelog |
2 | 2 |
|
| 3 | +### v2.6.1 - 2022.01.30 |
| 4 | + |
| 5 | +Updated client to v0.24.1: |
| 6 | +* Added support for new 'shared-access' permissions and new settings page to allow other users limited access to specific devices and remote-actions |
| 7 | +* Added new 'remote media player' buttons to quickly control media on other clients (start, stop, skip) |
| 8 | +* Added support for Porcupine 2.0 and custom wake-words. Create wake-words via Porcupine console and use with free-tier access key + updated wake-word settings page |
| 9 | +* Updated web-audio lib and speech module to respond a bit more snappy and better handle timeouts, connection issues and no-speech events |
| 10 | +* Updated CLEXI client to v0.9.0 and introduced GPIO interface to control for example LED arrays or read hardware buttons + added "clexiGpioInterface" section to settings.js |
| 11 | +* Added remote terminal functions (CLEXI) to set/get/test microphone (gain, mictest) + added new debug page to STT settings |
| 12 | +* Implemented 'Config.appRegionCode' to enable region specific service actions for same languages |
| 13 | +* Improved avatar and app styles for example to better indicate wake-word activate state |
| 14 | +* Updated input-controls view and improved Bluetooth BLE beacon security with "known addresses" check |
| 15 | +* New skins: 'Funky Sunrise' and 'The Vectors' |
| 16 | +* Improved landscape, big-screen and tiny mode + better handling of screen-size changes |
| 17 | +* Send optional 'info.data' to frame functions 'onOpen' and 'onFinishSetup' |
| 18 | +* Android: Updated app to meet the new Play Store requirements and adapt to Android 11 intent restrictions. NOTE: Some custom intents might not be allowed anymore :-/. |
| 19 | +* Fixed a bug that made expired timers disappear and return in UI unwantedly |
| 20 | +* Added new 'hasTouch' URL parameter to force touch-UI tweaks |
| 21 | +* Smaller bug fixes and tweaks |
| 22 | + |
| 23 | +Updated Control-HUB (admin-tools) to v1.4.2: |
| 24 | +* Improved look, added skin support + new "light" skin and choose dark/light skin according to browser settings |
| 25 | +* Added support for new 'raw' field to custom 'set-cmds' in smart-home page (device cards) |
| 26 | +* Updated CLEXI client to v0.9.0 and added support for GPIO interface (read hardware buttons, control LEDs) |
| 27 | +* Updated CLEXI help pop-up (remote terminal commands) to include new microphone settings and test functions |
| 28 | + |
| 29 | +Updated Assist-server to v2.6.0: |
| 30 | +* Introduced new 'shared-access' permission settings for accounts |
| 31 | +* Allow 'receiver' field for remote-actions + check shared permissions when sending action to other user |
| 32 | +* Created 'GeneralValue' parameter ("set AB to value XY") and implemented it to improve smart-home service (this will allow more general support for device-specific input) |
| 33 | +* Introduced new 'Xtensions/TTS/settings.json' to configure TTS voices, improved setup and added MBROLA voices support |
| 34 | +* Improved TTS pre-processing (e.g. better output for times) |
| 35 | +* Reorganized and optimized geo-coder code and implemented Graphhopper API for geo-coding, location and directions search in addition to Google Maps |
| 36 | +* Improved location parameter and points-of-interest (POI) search |
| 37 | +* Make Youtube API url configurable (e.g. to use custom search) |
| 38 | +* Updated smart-home Test-HUB to include more devices |
| 39 | +* Added new 'setCustomTriggerExcludeRegX' method for services to better handle sentences that should NOT match your service |
| 40 | +* Added Porcupine 2.0 files (WASM and keywords) |
| 41 | +* Updated core tools to v2.2.10 |
| 42 | +* Bug fixes and smaller tweaks |
| 43 | + |
| 44 | +Updated WebSocket Chat-Server to v1.3.3: |
| 45 | +* Added support for new 'sharedAccess' feature to manage and allow remote-actions between users |
| 46 | +* Added endpoint 'refreshClientConnections' to trigger automatic client connection refresh (disconnect -> reconnect) |
| 47 | +* Updated core tools to v2.2.10 |
| 48 | +* Smaller improvements |
| 49 | + |
| 50 | +Updated Teach-Server to v2.2.3: |
| 51 | +* Improved 'common.json' Teach-UI texts and configuration and added 'general_value' to smart-home command |
| 52 | +* Updated core tools to v2.2.10 |
| 53 | +* Smaller fixes |
| 54 | + |
| 55 | +Updated Core-tools to v2.2.10: |
| 56 | +* Added support for 'sharedAccess' field in user account |
| 57 | +* Improved 'Connectors.apacheHttpGET' to be a bit more strict with timeouts and reconnects and to allow more custom settings |
| 58 | +* Updated 'PARAMETERS' class to include new 'GENERAL_VALUE' parameter |
| 59 | + |
| 60 | +Other servers, tools and common changes: |
| 61 | +* Improved most of the SEPIA-Home install, setup and run scripts (including self-signed SSL certificate generation and handling) |
| 62 | +* Improved DIY client (installation, logging, features like LED controls etc.) |
| 63 | +* Added SEPIA offline STT-Server install scripts (Linux) to SEPIA-Home and DIY client folders to get started more easily |
| 64 | +* Adjusted server and DIY client for better compatability with Debian 11/Raspberry Pi OS Bullseye |
| 65 | +* In preparation: Updated SDK and Docker demo containers |
| 66 | + |
3 | 67 | ### v2.6.0 - 2021.10.10 |
4 | 68 |
|
5 | 69 | Updated client to v0.24.0: |
|
0 commit comments