Skip to content

Commit 9bc3275

Browse files
committed
Updated SEPIA-Home v2.1.3 version history
1 parent e405c0a commit 9bc3275

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

README.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Creating your own web-server with SSL encryption will also make sure that you ca
3838
* On the "Authentication" page choose "LOCAL-HOST-20721" as server and login with your admin account.
3939
* Go to "User-Management", choose an email (can be fake, but a real address could come in handy later for password reset etc.) then press "put on whitelist", add a password and finally press "create". Note the message at the bottom indicating your new ID.
4040
* You should now be able to log-in with your new account (use the ID received during "create" or the email you chose).
41-
* To upgrade you local server to a full-blown web-server with SSL we recommend to use [Nginx](https://de.wikipedia.org/wiki/Nginx) and [Letsencrypt](https://letsencrypt.org/). There are some scripts included in the release bundle to make your life easier but a detailed tutorial is in preparation.
41+
* To upgrade you local server to a full-blown web-server with SSL we recommend to use [Nginx](https://de.wikipedia.org/wiki/Nginx) (or the integrated SEPIA-Proxy) and [Letsencrypt](https://letsencrypt.org/). There are some scripts included in the release bundle to make your life easier, to get started check the Wiki entry [here](https://github.com/SEPIA-Framework/sepia-docs/wiki/SSL-for-your-Server).
4242
* If you want to get started quickly (2min) without any additional configuration you can use the included SEPIA Reverse-Proxy (Java) and a neat little tool called "ngrok" to create a temporary, secure web-server:
4343
* Download and extract ngrok for your OS: https://ngrok.com/download
4444
* Start the SEPIA Reverse-Proxy with one of the scripts inside the "sepia-reverse-proxy"-folder
@@ -65,6 +65,56 @@ You will get a ZIP-file in the end with the new release build (as well).
6565

6666
## Version history
6767

68+
### v2.1.3 - 2018.12.16
69+
70+
Updated client to v0.15.2 with following changes:
71+
* Added drag & drop module and applied it to shopping and to-do list for sorting (activate via long-press on item check-button)
72+
* Added 3-states support for to-do lists (similar to Kanban-cards: open/in-progress/done)
73+
* Updated to-do/shopping list design and list context-menu in general
74+
* Updated tutorial with new list features and generally more info
75+
* Added a help and support button to settings menu (pointing to SEPIA docs page)
76+
* Improved alarms during AlwaysOn-mode
77+
* Introduced smart-microphone toggle (enable in settings) that auto-activates mic on voice based questions (beta)
78+
* Added new skins 'Study', 'Odyssey1', 'Odyssey2', 'Professional' (with less rounded corners ^^), reworked 'NeoSepiaDark' and changed old one to 'Malachite', updated 'Grid' and tweaked other styles
79+
* Fixed some bugs in GPS event handling
80+
* Improved handling of large lists to show them more often in 'big-results'-view and sorted time-events by date
81+
* Split Alarms/Timers button in shortcuts into 2 buttons
82+
* Introduced upper limit for maximal visible chat entries (to improve performance)
83+
* Added mood indicator to AlwaysOn-mode avatar (mouth angle ^_^)
84+
* Improved hotkeys/gamepad config menu
85+
* Reworked AudioRecorder module to support different recorder types
86+
* Introduced new WakeTriggers module and added new config options (e.g. (dis)allow remote hotkey)
87+
* Improved file reader to handle array-buffers so that we can import WebAssembly code
88+
* Added Porcupine JS wake-word tool as 'xtension' and beta-test view to experiment with 'Hey SEPIA' (access from settings)
89+
* Added embedded module with (very) basic offline NLU and services (currently only used for demo-mode e.g. to load a demo list)
90+
* Updated demo mode with offline custom buttons
91+
* Fixed a bug that crashed app when a Bluetooth devices was (dis)connected
92+
Updated Assist-server to v2.1.4:
93+
* Read more than 10 lists with one request (handle paging in service)
94+
* Improved lists NLU ('show me my A and B lists'), radio NLU ('play radio with songs of BAND'), time/date and location parameters
95+
* Updated news-outlets, Wired Germany will close down end of 2018 :-(
96+
Other changes:
97+
* Improved installation scripts
98+
99+
### v2.1.2 - 2018.11.xx (internal version)
100+
101+
Updated client to v0.14.3 with some nice upgrades, e.g.:
102+
* Define custom button for your own commands via the Teach-UI
103+
* Add music stream commands via Teach-UI
104+
* Always-On view with animated avatar and controls (beta)
105+
* Power-events e.g. open AO-mode on power plugin
106+
* Gamepad and hotkey support for remote microphone trigger and other controls (beta)
107+
* Design update of quick-access menu (bottom left) and additional smaller changes (skins etc.)
108+
* Fixed bug where radio won't turn off via voice
109+
* Fixed a bug that prevented timer stop via voice
110+
* Many smaller fixes
111+
Other changes:
112+
* Teach-server update to v2.0.2 with custom buttons support for personal commands
113+
* Assist-server update to v2.1.3 with reworked radio stations (external, curated file), time/date answers and fixes
114+
* Admin-Tools support for server URL parameters
115+
* Added server backup script (Unix) and updated Windows setup and run
116+
* Fixed a UTF-8 encoding bug for Windows
117+
68118
### v2.1.0a - 2018.10.26
69119

70120
Updated assist-server to v2.1.0 with numerous improvements, e.g.:

0 commit comments

Comments
 (0)