Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neon Core 23.12.20 #593

Merged
merged 43 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
9fc06d6
Update dependencies for next dev cycle (#571)
NeonDaniel Nov 7, 2023
cc59444
Increment Version to 23.11.7a1
NeonDaniel Nov 7, 2023
c639a83
Language handling fixes and logging updates (#572)
NeonDaniel Nov 9, 2023
0651665
Increment Version to 23.11.9a2
NeonDaniel Nov 9, 2023
0671db7
Update translator plugin and default configs (#573)
NeonDaniel Nov 9, 2023
0bbad9e
Increment Version to 23.11.9a3
NeonDaniel Nov 9, 2023
6e416af
Updates for better timing metrics (#574)
NeonDaniel Nov 14, 2023
127ce30
Increment Version to 23.11.14a4
NeonDaniel Nov 14, 2023
323b146
Cleanup Intent Service (#575)
NeonDaniel Nov 16, 2023
a94f719
Increment Version to 23.11.16a5
NeonDaniel Nov 16, 2023
db4c16c
Update audio and enclosure modules (#576)
NeonDaniel Nov 16, 2023
e5eb507
Increment Version to 23.11.16a6
NeonDaniel Nov 16, 2023
6315976
Move metrics to PHAL plugin (#577)
NeonDaniel Nov 17, 2023
fd5fd02
Increment Version to 23.11.17a7
NeonDaniel Nov 17, 2023
7d4add4
Update User Settings skill and add Core Ready to Pi dependencies (#578)
NeonDaniel Nov 21, 2023
b20b139
Increment Version to 23.11.21a8
NeonDaniel Nov 21, 2023
69bac24
Update neon-speech and default config (#579)
NeonDaniel Nov 22, 2023
47ac0a6
Increment Version to 23.11.22a9
NeonDaniel Nov 22, 2023
158895c
Update fallback-unknown skill to include Ukrainian translation (#580)
NeonDaniel Nov 22, 2023
e67a364
Increment Version to 23.11.22a10
NeonDaniel Nov 22, 2023
6c4c79c
Fix container configured skills installation (#581)
NeonDaniel Nov 22, 2023
05a877b
Increment Version to 23.11.22a11
NeonDaniel Nov 22, 2023
e158d1e
Cleanup Duplicated Resources (#583)
NeonDaniel Nov 27, 2023
2c46650
Increment Version to 23.11.27a12
NeonDaniel Nov 27, 2023
2ede9a9
Update default config and skills (#584)
NeonDaniel Nov 28, 2023
e1231af
Increment Version to 23.11.28a13
NeonDaniel Nov 28, 2023
61f741f
Update speech and messagebus modules (#585)
NeonDaniel Nov 29, 2023
bc157d6
Increment Version to 23.11.29a14
NeonDaniel Nov 29, 2023
430a905
Update dependencies (#586)
NeonDaniel Dec 13, 2023
68bab2d
Increment Version to 23.12.13a15
NeonDaniel Dec 13, 2023
1223f18
Update Dependencies (#587)
NeonDaniel Dec 13, 2023
f288ea1
Increment Version to 23.12.13a16
NeonDaniel Dec 13, 2023
36fc125
Update messagebus module and stop skill (#588)
NeonDaniel Dec 14, 2023
8acde2c
Increment Version to 23.12.14a17
NeonDaniel Dec 14, 2023
60eeacf
Update dependencies to available stable versions (#589)
NeonDaniel Dec 18, 2023
c09a89b
Increment Version to 23.12.18a18
NeonDaniel Dec 18, 2023
3fe9697
Update configuration and dependencies to prep for release (#590)
NeonDaniel Dec 19, 2023
3b0e7fb
Increment Version to 23.12.19a19
NeonDaniel Dec 19, 2023
abb5cfe
Update to stable/pinned alpha dependencies (#591)
NeonDaniel Dec 19, 2023
21f6948
Increment Version to 23.12.19a20
NeonDaniel Dec 19, 2023
af7bb44
Pin ovos packages with inherited alpha dependency specs (#592)
NeonDaniel Dec 19, 2023
9e67b0b
Increment Version to 23.12.19a21
NeonDaniel Dec 19, 2023
8163cbe
Increment Version to 23.12.20
NeonDaniel Dec 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docker_overlay/root/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Python package installation must occur in a separate thread, before module load, for the entry point to be loaded.
#neon install-default-skills
neon install-default-skills
#neon install-skill-requirements /skills
neon run-skills
11 changes: 7 additions & 4 deletions neon_core/configuration/mark_2/neon.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# TODO: Patched to prevent resource warnings
secondary_langs: [en-us]

play_wav_cmdline: "play %1"
play_mp3_cmdline: "play %1"
play_ogg_cmdline: "play %1"
Expand Down Expand Up @@ -86,9 +89,6 @@ skills:
- skill-custom_conversation.neongeckocom
- skill-instructions.neongeckocom
- skill-audio_record.neongeckocom
# TODO: extra_directories here is the default, can it be removed?
extra_directories:
- /home/neon/.local/share/neon/skills
default_skills: []
PHAL:
ovos-PHAL-plugin-balena-wifi:
Expand Down Expand Up @@ -169,4 +169,7 @@ system:
- websocket:host
language:
detection_module: None
translation_module: libretranslate_plug
translation_module: libretranslate_plug
utterance_transformers:
neon_utterance_translator_plugin:
enable_detector: False
20 changes: 11 additions & 9 deletions neon_core/configuration/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
utterance_transformers:
neon_utterance_translator_plugin:
active: True
enable_detector: True
neon_utterance_normalizer_plugin:
active: True

Expand Down Expand Up @@ -280,21 +281,22 @@ system_unit: metric
time_format: half
date_format: MDY
lang: en-us
secondary_langs: [en-us, uk-ua]
location:
city:
code: Lawrence
name: Lawrence
code: Renton
name: Renton
state:
code: KS
name: Kansas
code: WA
name: Washington
country:
code: US
name: United States
coordinate:
latitude: 38.971669
longitude: -95.23525
latitude: 47.482880
longitude: -122.217064
timezone:
code: America/Chicago
name: Central Standard Time
code: America/Los_Angeles
name: Pacific Standard Time
dstOffset: 3600000
offset: -21600000
offset: -28800000
3 changes: 0 additions & 3 deletions neon_core/configuration/opi5/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ skills:
- skill-custom_conversation.neongeckocom
- skill-instructions.neongeckocom
- skill-audio_record.neongeckocom
# TODO: extra_directories here is the default, can it be removed?
extra_directories:
- /home/neon/.local/share/neon/skills
default_skills: []
PHAL:
ovos-PHAL-plugin-balena-wifi:
Expand Down
8 changes: 4 additions & 4 deletions neon_core/configuration/rpi4/neon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ skills:
- skill-custom_conversation.neongeckocom
- skill-instructions.neongeckocom
- skill-audio_record.neongeckocom
# TODO: extra_directories here is the default, can it be removed?
extra_directories:
- /home/neon/.local/share/neon/skills
default_skills: []
PHAL:
ovos-PHAL-plugin-balena-wifi:
Expand Down Expand Up @@ -170,4 +167,7 @@ system:
- websocket:host
language:
detection_module: None
translation_module: libretranslate_plug
translation_module: libretranslate_plug
utterance_transformers:
neon_utterance_translator_plugin:
enable_detector: False
Binary file removed neon_core/res/snd/acknowledge.mp3
Binary file not shown.
Binary file removed neon_core/res/snd/error.mp3
Binary file not shown.
Binary file removed neon_core/res/snd/start_listening.wav
Binary file not shown.
4 changes: 0 additions & 4 deletions neon_core/res/text/ca-es/backend.down.dialog

This file was deleted.

3 changes: 0 additions & 3 deletions neon_core/res/text/ca-es/cancel.voc

This file was deleted.

2 changes: 0 additions & 2 deletions neon_core/res/text/ca-es/checking for updates.dialog

This file was deleted.

4 changes: 0 additions & 4 deletions neon_core/res/text/ca-es/i didn't catch that.dialog

This file was deleted.

16 changes: 0 additions & 16 deletions neon_core/res/text/ca-es/last.voc

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/learning disabled.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/learning enabled.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/message_rebooting.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/message_synching.clock.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/message_updating.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/mycroft.intro.dialog

This file was deleted.

3 changes: 0 additions & 3 deletions neon_core/res/text/ca-es/no.voc

This file was deleted.

5 changes: 0 additions & 5 deletions neon_core/res/text/ca-es/not connected to the internet.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/not.loaded.dialog

This file was deleted.

5 changes: 0 additions & 5 deletions neon_core/res/text/ca-es/phonetic_spellings.txt

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/reset to factory defaults.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/skill.error.dialog

This file was deleted.

2 changes: 0 additions & 2 deletions neon_core/res/text/ca-es/skills updated.dialog

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/ssh disabled.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/ssh enabled.dialog

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/ca-es/time.changed.reboot.dialog

This file was deleted.

5 changes: 0 additions & 5 deletions neon_core/res/text/ca-es/yes.voc

This file was deleted.

1 change: 0 additions & 1 deletion neon_core/res/text/da-dk/and.word

This file was deleted.

4 changes: 0 additions & 4 deletions neon_core/res/text/da-dk/backend.down.dialog

This file was deleted.

3 changes: 0 additions & 3 deletions neon_core/res/text/da-dk/cancel.voc

This file was deleted.

2 changes: 0 additions & 2 deletions neon_core/res/text/da-dk/checking for updates.dialog

This file was deleted.

132 changes: 0 additions & 132 deletions neon_core/res/text/da-dk/date_time.json

This file was deleted.

32 changes: 0 additions & 32 deletions neon_core/res/text/da-dk/date_time_test.json

This file was deleted.

Loading
Loading