13 KiB
1.0.0-beta.6 (2022-02-07) / Leon Over HTTP + Making Friends with Coqui STT
Features
-
simple coqui-ai stt integration 86a4816b
-
HTTP API key generator d10a7fa7
-
avoid unnecessary routes generation
-
server:
- make Coqui STT the default STT solution 70399187
- add HTTP API key middleware cdf41499
- expose queries over HTTP b6428d03
- add timeout action over HTTP 115f9c16
- handle built-in and trim entities over HTTP + add "disabled" HTTP API action option 82fb967a
- execute modules over HTTP 2e5b2c59
- generate Fastify routes on the file to expose packages over HTTP 5b41713a
- make Coqui STT the default STT solution 70399187
Bug Fixes
- do not ask to regenerate the HTTP API key if this one isn't available yet d265377a
- Python deps tree check c6c01291
- hotword offline (#342) f563d01d
- addressed comments by @JRMeyer b1c6f5c8
- allow to detect STT offline capabilities 04d62288
- Amazon Polly is always configured on check script due to new structure e6246d1f
Performance Improvements
- check if Python deps tree has been updated before going through deps install 2d0b0f13
1.0.0-beta.5 (2021-12-28) / Refocus
This release marks a major turn in the future versions of the Leon core. Please read this blog post to know more.
BREAKING CHANGES
- Node.js 16+ and npm 8+ minimum requirements 2f66f1c1
Features
- server: support arrays on NER between conditions 7cf7f979
Bug Fixes
- jest-extended new setup due to latest update 02f766d6
Performance Improvements
- Windows setup on DeepSpeech dep removal 13f5a49f
Documentation Changes
- URL redirect managed by registrar c16d5b28
1.0.0-beta.4 (2021-05-01) / Getting Rid of Dust
This release includes a lot of changes that are made under the hood and are not displayed here, please read the blog post to know more.
BREAKING CHANGES
- package/checker: introduce Have I Been Pwned v3 API with API key (0ca89fe3)
- server:
Features
- package/calendar: introduce To-Do list module (0cdd73d6 | 857be947 | 2041be14 | 12e8f5c3 | 8575e9e3 | 5e128df0 | 602aa694 | b9693df9 | 581da8cd | 53f7db55 | ae073971)
- package/checker: introduce Have I Been Pwned module (61c1b55a | 5a999bc6 | 36368664 | a7a6d885 | c73ba52b | 8374e548 | a476fd0f)
- package/network: add speedtest module (09ad4340)
- server:
Bug Fixes
-
set correct status code for GET /downloads 690f1841
-
take
.env
in consideration when using Docker d38e6095 -
spinner test 9071c927
-
e2e tests by adding modules actions level 5cf77d90
-
package/leon: fix english translations 90225707
-
package/network: make use of new compatible speedtest lib 0c925626
-
package/trend:
-
server:
Documentation Changes
- add minimum Pipenv version requirement to README 72e46bd6
- hunt broken links b2a22792
- add "ci" commit type in CONTRIBUTING.md 09e2672b
- use emojies in README 0ea7a78b
- add social badges to README c55c7532
- Node.js 14 requirement d1034bd1
1.0.0-beta.2 (2019-04-24)
Features
-
can send custom HTTP headers (2685cdab)
-
allow HTML output (ec3f02df)
-
NLU improvement with node-nlp (6585db71)
-
package/trend:
- add answer when the Product Hunt developer token is not provided (f40b479b)
- Product Hunt module done (37794306)
- basics done on the Product Hunt module (32cc7dbe)
- complete dedicated answers according to the technology and given time (8997d691)
- GitHub module done (7c6f3922)
- be able to choose a limit and a date range for the GitHub module (3c088371)
- format GitHub results in one message (9d026b94)
- simple GitHub module results (5baec074)
- list GitHub trends in HTML raw (3441629e | 6b932e94)
- expressions dataset and structure (f406a5a0 | f54c2272)
Bug Fixes
-
Leon was not fully installed with Docker if a
.env
file was existing (c8a68ab0) -
package/trend: when there is no contributor on GitHub module (d845e49b)
-
server:
Documentation Changes
- add
What is Leon able to do?
section in the readme (87f53c91 | d558fc8b) - open-source != open source (16a9372e | 2155cd88)
1.0.0-beta.1 (2019-02-24)
Features
- add Docker support (209760db)
Bug Fixes
- package/checker: isitdown module fails with capital letters in URL (ada6aaef)
- web app: enable environment variables (a438d6f9)
Performance Improvements
- web app: favicon compression (33dbcb42)
Documentation Changes
-
update README to make the reader genderless (58662658)
-
use "to rule them all" in README (c74dda4c)
-
readme: add story write-up (08a68e37)
1.0.0-beta.0 (2019-02-10)
Initial release.