Skip to content

Releases: NeonGeckoCom/NeonCore

22.10

01 Nov 04:54
dd81ebe
Compare
Choose a tag to compare
Neon Core 22.10

22.05.2

23 Aug 20:31
641bda1
Compare
Choose a tag to compare

Neon Core 22.05.2

Complete configuration overhaul to bring back OVOS and Mycroft skill compatibility. This release adds default skills as Python dependencies, ensuring compatible versions are always installed with proper dependency resolution. The default Wake Word detector is now VOSK, which provides fewer false activations than Pocketsphinx. Other improvements include a new neon_utils with less legacy bloat, Kubernetes deployment improvements, a default demo skill, and better process management. Full changelog below.

What's Changed

Full Changelog: 22.5.1...22.5.2

22.05.1

08 Jun 19:52
99f1c39
Compare
Choose a tag to compare

Neon Core 22.05.1

This release brings under-the-hood improvements and better support for user profiles. Container and automation improvements are also included along with some bug fixes.

What's Changed

Full Changelog: 22.5.0...22.5.1

22.05.0

10 May 16:58
0751c07
Compare
Choose a tag to compare

Neon Core 22.05

This release brings major updates to code structure and testing for a more compatible and more stable Neon Core. This also is the first release with full support for deployment via Docker and Kubernetes! Other highlights include better language support, more logical module organization, and improved multi-user support. A full changelog is below.

Changelog

Updated Testing Automation
Updated Diagnostics utilities
Cleaned up deprecated code
Refactored modules into separate dependencies
Refactored default skill installation
Refactor signal handling to event-based instead of file-based
Added QML file server for Docker and remote client support
Improved multi-language intent handling
Support for Docker deployment, including mounted skill development directory
Improved user profile handling
Updated OVOS dependency versions

Full Changelog: 21.10.2...22.5.0

21.10.2

19 Feb 00:39
611ec32
Compare
Choose a tag to compare
Fix dependency compatibility (#213)

* Lock json_database dependency version

* Restrict ovos-utils dependency version

* Lock json-database dependency version

* Lock OPM version for version compat.

* Further restrict OPM dependency

* Update json_database dependency to fulfill default skill requirements

* Increment version

Co-authored-by: Daniel McKnight <[email protected]>

21.10.1

12 Nov 19:17
108e6ca
Compare
Choose a tag to compare

Neon Core 21.10.1

Provides improved handling of configuration, better unit testing, and optimized process handling.

Changelog

Updated skills module test
Better exception handling in Translator and Detector methods
Added diagnostic_utils with unit tests
Prevent multiple GUI processes on Pi/Mk2
Startup bug fixes and optimization
Update dependencies
Configuration module unit tests and minor fixes

21.10.0

26 Oct 20:37
66a7272
Compare
Choose a tag to compare

Updates upstream core package to ovos-core from HolmesV
Resets version spec to date-based releases
Added service launchers for bundled modules
Updated automation
Bigfixes and optimizations

Full Changelog: 0.1.0...21.10.0

Neon 21.07

12 Jul 21:10
19b3fa9
Compare
Choose a tag to compare
Neon 21.07 Pre-release
Pre-release

This release marks the first public version of Neon Core.