Skip to content

Commit

Permalink
Merge pull request #170 from OpenVoiceOS/release-0.4.2a1
Browse files Browse the repository at this point in the history
Release 0.4.2a1
  • Loading branch information
JarbasAl authored Oct 18, 2024
2 parents e29897d + c493b74 commit fba6fba
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 21 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Changelog

## [0.4.0a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.4.0a1) (2024-10-08)
## [0.4.2a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.4.2a1) (2024-10-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.3.1...0.4.0a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.4.1a1...0.4.2a1)

**Merged pull requests:**

- feat:enable fake barge in by default [\#164](https://github.com/OpenVoiceOS/ovos-config/pull/164) ([JarbasAl](https://github.com/JarbasAl))
- fix:server urls catalan [\#169](https://github.com/OpenVoiceOS/ovos-config/pull/169) ([JarbasAl](https://github.com/JarbasAl))

## [0.4.1a1](https://github.com/OpenVoiceOS/ovos-config/tree/0.4.1a1) (2024-10-15)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/0.4.0...0.4.1a1)

**Merged pull requests:**

- deprecate ready settings [\#166](https://github.com/OpenVoiceOS/ovos-config/pull/166) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
14 changes: 0 additions & 14 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,6 @@
// default to $XDG_DATA_DIRS/$BASE_FOLDER where BASE_FOLDER is read from ovos.conf (default "mycroft")
// "cache_path": "/tmp/mycroft/cache",

# emit mycroft.ready signal when all these conditions are met
# different setups will have different needs
# eg, a server does not care about audio
# pairing -> device is paired
# internet -> device is connected to the internet - NOT IMPLEMENTED
# skills -> skills reported ready
# speech -> stt reported ready
# audio -> audio playback reported ready
# gui -> gui websocket reported ready - NOT IMPLEMENTED
# enclosure -> enclosure/HAL reported ready - NOT IMPLEMENTED
# network_skills -> skills with network requirements
# internet_skills -> skills with internet requirements
"ready_settings": ["skills"],

// To enable a utterance transformer plugin just add it's name with any relevant config
// these plugins can mutate the utterance between STT and the Intent stage
// they may also modify message.context with metadata
Expand Down
4 changes: 2 additions & 2 deletions ovos_config/recommends/online_stt/ca-es.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"fallback_module": "",
"ovos-stt-plugin-server": {
"url": [
"https://stt.smartgic.io/citrinet",
"https://citrinetstt.ziggyai.online"
"https://stt.smartgic.io/citrinet/stt",
"https://citrinetstt.ziggyai.online/stt"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions ovos_config/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 4
VERSION_BUILD = 0
VERSION_ALPHA = 0
VERSION_BUILD = 2
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit fba6fba

Please sign in to comment.