Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release Alpha and Propose Stable

on:
workflow_dispatch:
pull_request:
types: [closed]
branches: [dev]

jobs:
publish_alpha:
if: github.event.pull_request.merged == true
uses: TigreGotico/gh-automations/.github/workflows/publish-alpha.yml@master
secrets: inherit
with:
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## [0.4.1a1](https://github.com/OpenVoiceOS/ovos-dinkum-listener/tree/0.4.1a1) (2025-06-08)
## [0.4.2a1](https://github.com/OpenVoiceOS/ovos-dinkum-listener/tree/0.4.2a1) (2025-06-12)

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

**Merged pull requests:**

- fix: opm 1.X.X compat [\#177](https://github.com/OpenVoiceOS/ovos-dinkum-listener/pull/177) ([JarbasAl](https://github.com/JarbasAl))
- fix: ensure minimum extra plugins version [\#179](https://github.com/OpenVoiceOS/ovos-dinkum-listener/pull/179) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
4 changes: 2 additions & 2 deletions ovos_dinkum_listener/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 = 1
VERSION_ALPHA = 0
VERSION_BUILD = 2
VERSION_ALPHA = 2
# END_VERSION_BLOCK
4 changes: 2 additions & 2 deletions requirements/extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ ovos-microphone-plugin-sounddevice>=0.0.1,<1.0.0

# Wake Word plugins
# note: tflite_runtime also need to be installed
ovos-ww-plugin-precise-lite>=0.1,<1.0.0
ovos-ww-plugin-vosk>=0.1,<1.0.0
ovos-ww-plugin-precise-lite>=0.1.6,<1.0.0
ovos-ww-plugin-vosk>=0.1.7,<1.0.0
2 changes: 1 addition & 1 deletion requirements/onnx.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
onnxruntime<=1.20.1

# VAD plugins
ovos-vad-plugin-silero>=0.0.1,<1.0.0
ovos-vad-plugin-silero>=0.0.5,<1.0.0

# Wake Word plugins
ovos-ww-plugin-openwakeword>=0.0.1,<1.0.0
6 changes: 3 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ovos-plugin-manager>=1.0.2,<2.0.0
ovos-utils>=0.0.38,<1.0.0
ovos-config>=0.4.3,<2.0.0
ovos_bus_client>=0.0.10,<2.0.0
ovos-utils>=0.8.1,<1.0.0
ovos-config>=1.2.2,<3.0.0
ovos_bus_client>=1.3.4,<2.0.0
SpeechRecognition~=3.9