Skip to content

Commit

Permalink
0.1.0 (#146)
Browse files Browse the repository at this point in the history
* document transformer plugins (#93)

* derprecated util

* derprecated util

* defaults/transformer_plugins

document transformer plugins and enable utterance normalizer by default

* Increment Version to 0.0.13a1

* Update Changelog

* Create LICENSE

* update/stop_pipeline (#94)

* update/stop_pipeline

add stop to the pipeline by default

companion to OpenVoiceOS/ovos-core#391

* Update mycroft.conf

* Update mycroft.conf

* Increment Version to 0.0.13a2

* Update Changelog

* default utterance plugins (#99)

enable https://github.com/OpenVoiceOS/ovos-utterance-corrections-plugin and https://github.com/OpenVoiceOS/ovos-utterance-plugin-cancel by default if installed

* adjust adapt matcher pipeline defaults (#100)

* Increment Version to 0.0.13a3

* Increment Version to 0.0.13a4

* Update Changelog

* Update Changelog

* Update mycroft.conf (#95)

* Increment Version to 0.0.13a5

* Update Changelog

* readd low adapt matches (intent pipeline) (#101)

* readd low adapt matches

* adjust common_qa

* adjust pipeline

* Increment Version to 0.0.13a6

* Update Changelog

* Create dependabot.yml

* fix/remove_broken_patch (#107)

* fix/remove_broken_patch

patch for mycroft-era `Configuration.get`  (now `Configuration()`) is broken and causes .get to behave weirdly

```
  self.config = dict(Configuration()) # below is False, like in mycroft.conf
        self.config = Configuration() # below is None ????
        self.audio_enabled = self.config.get("enable_old_audioservice")
```

* bad test

* signal breaking change

ripping out a broken patch that we dont use anywhere, but technically a breaking change. 

who knows how many places are not actually reading config...

bumping to 0.1.0 in case anything depends on the broken behaviour

* Update version.py

* Increment Version to 0.0.13a7

* Update Changelog

* fix: "adapt_medium" before padatious (#110)

reprioritize pipeline components

* Increment Version to 0.0.13a8

* Update Changelog

* improve env vars handling (#54)

* Update meta.py

improve env vars handling

* typo

* os.env priority

* Update meta.py

* Increment Version to 0.0.13a9

* Update Changelog

* Update ovos-bus-client requirement from ~=0.0.3 to ~=0.0.8 in /requirements (#106)

Updates the requirements on [ovos-bus-client](https://github.com/OpenVoiceOS/ovos-bus-client) to permit the latest version.
- [Release notes](https://github.com/OpenVoiceOS/ovos-bus-client/releases)
- [Changelog](https://github.com/OpenVoiceOS/ovos-bus-client/blob/dev/CHANGELOG.md)
- [Commits](OpenVoiceOS/ovos-bus-client@V0.0.3...V0.0.8)

---
updated-dependencies:
- dependency-name: ovos-bus-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Increment Version to 0.0.13a10

* Update Changelog

* Update ovos-backend-client requirement from <0.1.0 to <0.2.0 in /requirements (#104)

Updates the requirements on [ovos-backend-client](https://github.com/OpenVoiceOS/ovos-backend-client) to permit the latest version.
- [Release notes](https://github.com/OpenVoiceOS/ovos-backend-client/releases)
- [Changelog](https://github.com/OpenVoiceOS/ovos-backend-client/blob/dev/CHANGELOG.md)
- [Commits](OpenVoiceOS/ovos-backend-client@V0.0.1a4...V0.1.0)

---
updated-dependencies:
- dependency-name: ovos-backend-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Increment Version to 0.0.13a11

* Update Changelog

* Update mycroft.conf (#112)

remove unimplemented duck_while_listening, docs for non existing features are misleading

change default lang detect plugin to use public servers (no extra deps)

disable mpris by default in OCP, as that seems to be the cause of many issues in core 0.0.7

* Increment Version to 0.0.13a12

* Update Changelog

* move to vosk (#124)

* move to vosk

move from pocketsphinx to vosk

companion to OpenVoiceOS/ovos-dinkum-listener#113

* Update mycroft.conf

* Increment Version to 0.0.13a13

* Update Changelog

* feat/ocp_pipeline (#96)

* feat/ocp_pipeline

* feat/OCP_backends

* Update mycroft.conf

* Update mycroft.conf

* Update mycroft.conf

* Update mycroft.conf

* "adapt_low",

* Update mycroft.conf

* Update mycroft.conf

* remove deprecated flag

got rid of it OpenVoiceOS/ovos-core#491

---------

Co-authored-by: JarbasAi <[email protected]>
Co-authored-by: JarbasAI <[email protected]>

* Increment Version to 0.0.13a14

* Update Changelog

* fix/typo (#126)

missing an X in pocketsphinX 

#124

* Increment Version to 0.0.13a15

* Update Changelog

* Update python-dateutil requirement from ~=2.6 to ~=2.9 in /requirements (#115)

Updates the requirements on [python-dateutil](https://github.com/dateutil/dateutil) to permit the latest version.
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.6.0...2.9.0.post0)

---
updated-dependencies:
- dependency-name: python-dateutil
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Increment Version to 0.0.13a16

* Update Changelog

* fix: unbound local var (#127)

* fix: resolve unbound local variable

Closes #118

* chore: clean up issues identified by linter

* revert rename

* tidy up workflows

* bump pytest

* Increment Version to 0.0.13a17

* Update Changelog

* better listener defaults (#133)

use instant_listen by default, avoids OpenVoiceOS/ovos-dinkum-listener#107 until fixed

enabled remove_silence by default, further making the above a better default  (as listen sound gets removed by silero vad), safe to do since OpenVoiceOS/ovos-dinkum-listener#122

* Increment Version to 0.0.13a18

* Update Changelog

* fix config set (#134)

fix #73 
fix #59

* Increment Version to 0.0.13a19

* Update Changelog

* Update mycroft.conf (#136)

* Update mycroft.conf

add adapt/padatious default values

* Update mycroft.conf

* Update mycroft.conf

* Update mycroft.conf

* Update mycroft.conf

* Increment Version to 0.0.13a20

* Update Changelog

* feat: add /usr/share as a config location (#128)

/usr/share/<application name> is becoming more and more common for
applications to store their default configuration in.
Either the application itself or distributions can use this location to
ship a config that users will not touch, and instead they are expected
to overwrite (parts of) the config in /etc/<application name>. This
means this config file can be safely updated with new required values
without having to worry about overwriting user-made change.

This is useful in general but especially in case of immutable
distributions who don't touch anything in /etc and /home

* Increment Version to 0.0.13a21

* Update Changelog

* revert to single thread (#137)

use single_thread for padatious by default

* Increment Version to 0.0.13a22

* Update Changelog

* tweak OCP defaults (#139)

default to keyword matching instead of using the new classifier (companion to OpenVoiceOS/ovos-core#502)

reduce min_score from 50 to 40 so more results are considered

* Increment Version to 0.0.13a23

* Update Changelog

* document audio options (#141)

* document audio options

document some more ovos-audio options

* Update mycroft.conf

* Increment Version to 0.0.13a24

* Update Changelog

* document "common_query" config options (#143)

* Increment Version to 0.0.13a25

* Update Changelog

* document "fake_barge_in" (#144)

document "fake_barge_in"

* Increment Version to 0.0.13a26

* Update Changelog

* deprecate/ovos_conf (#138)

* deprecate/ovos_conf

move exclusively to env vars, ovos.conf file is of very limited use, also not a standard pattern and very uncommon in other projects, it just causes confusion to users and distro packagers

(i also simply don't like it and don't want to maintain it :P )

* tests

* fix test

* Increment Version to 0.0.13a27

* Update Changelog

* Increment Version to 0.1.0

* Update Changelog

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: JarbasAI <[email protected]>
Co-authored-by: JarbasAl <[email protected]>
Co-authored-by: Swen Gross <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NeonJarbas <[email protected]>
Co-authored-by: JarbasAi <[email protected]>
Co-authored-by: Mike <[email protected]>
Co-authored-by: Bart Ribbers <[email protected]>
  • Loading branch information
9 people authored Sep 3, 2024
1 parent b864210 commit 7301fe7
Show file tree
Hide file tree
Showing 21 changed files with 677 additions and 444 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/requirements" # Location of package manifests
schedule:
interval: "weekly"
4 changes: 3 additions & 1 deletion .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
with:
test_pipaudit: true
pipaudit_ignored: "GHSA-r9hx-vwmv-q579 PYSEC-2022-43012 GHSA-j8r2-6x86-q33q"
# PYSEC-2023-228 is a pip vulnerability that only exists in the pipeline
# GHSA-9wx4-h78v-vm56 is problematic but it's an issue upstream
pipaudit_ignored: "GHSA-r9hx-vwmv-q579 PYSEC-2022-43012 GHSA-j8r2-6x86-q33q PYSEC-2023-228 GHSA-9wx4-h78v-vm56"
9 changes: 5 additions & 4 deletions .github/workflows/install_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
python-version: [3.8, 3.9, "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install Build Tools
run: |
python -m pip install build wheel
Expand All @@ -31,4 +32,4 @@ jobs:
python setup.py bdist_wheel
- name: Install package
run: |
pip install .[all]
pip install .[all]
47 changes: 24 additions & 23 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,45 @@ on:
branches:
- dev
paths-ignore:
- 'ovos_config/version.py'
- 'examples/**'
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'CHANGELOG.md'
- 'MANIFEST.in'
- 'readme.md'
- 'scripts/**'
- "ovos_config/version.py"
- "examples/**"
- ".github/**"
- ".gitignore"
- "LICENSE"
- "CHANGELOG.md"
- "MANIFEST.in"
- "readme.md"
- "scripts/**"
push:
branches:
- master
paths-ignore:
- 'ovos_config/version.py'
- 'requirements/**'
- 'examples/**'
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'CHANGELOG.md'
- 'MANIFEST.in'
- 'readme.md'
- 'scripts/**'
- "ovos_config/version.py"
- "requirements/**"
- "examples/**"
- ".github/**"
- ".gitignore"
- "LICENSE"
- "CHANGELOG.md"
- "MANIFEST.in"
- "readme.md"
- "scripts/**"
workflow_dispatch:

jobs:
unit_tests:
strategy:
max-parallel: 2
matrix:
python-version: [ 3.7, 3.8, 3.9]
python-version: [3.8, 3.9, "3.10", "3.11"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
- name: Install System Dependencies
run: |
sudo apt-get update
Expand All @@ -62,4 +63,4 @@ jobs:
- name: Upload coverage
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ dist

# Created by unit tests
.pytest_cache/
test_conf.json
211 changes: 179 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,89 +1,236 @@
# Changelog

## [V0.0.12a9](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a9) (2023-12-28)
## [V0.0.13a27](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a27) (2024-08-16)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12a8...V0.0.12a9)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a26...V0.0.13a27)

**Breaking changes:**

- deprecate/ovos\_conf [\#138](https://github.com/OpenVoiceOS/ovos-config/pull/138) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a26](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a26) (2024-08-05)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a25...V0.0.13a26)

**Merged pull requests:**

- document "fake\_barge\_in" [\#144](https://github.com/OpenVoiceOS/ovos-config/pull/144) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a25](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a25) (2024-08-03)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a24...V0.0.13a25)

**Merged pull requests:**

- stable utils [\#91](https://github.com/OpenVoiceOS/ovos-config/pull/91) ([JarbasAl](https://github.com/JarbasAl))
- document "common\_query" config options [\#143](https://github.com/OpenVoiceOS/ovos-config/pull/143) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.12a8](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a8) (2023-12-28)
## [V0.0.13a24](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a24) (2024-07-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a23...V0.0.13a24)

**Merged pull requests:**

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12a7...V0.0.12a8)
- document audio options [\#141](https://github.com/OpenVoiceOS/ovos-config/pull/141) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a23](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a23) (2024-07-11)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a22...V0.0.13a23)

**Merged pull requests:**

- tweak OCP defaults [\#139](https://github.com/OpenVoiceOS/ovos-config/pull/139) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a22](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a22) (2024-06-25)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a21...V0.0.13a22)

**Fixed bugs:**

- drop mycroft-core config location [\#90](https://github.com/OpenVoiceOS/ovos-config/pull/90) ([JarbasAl](https://github.com/JarbasAl))
- revert to single thread [\#137](https://github.com/OpenVoiceOS/ovos-config/pull/137) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a21](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a21) (2024-06-22)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a20...V0.0.13a21)

**Implemented enhancements:**

- feat: add /usr/share as a config location [\#128](https://github.com/OpenVoiceOS/ovos-config/pull/128) ([PureTryOut](https://github.com/PureTryOut))

## [V0.0.13a20](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a20) (2024-06-22)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a19...V0.0.13a20)

## [V0.0.12a7](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a7) (2023-12-28)
**Fixed bugs:**

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12a6...V0.0.12a7)
- log\_level change should be handles by services [\#125](https://github.com/OpenVoiceOS/ovos-config/issues/125)

**Merged pull requests:**

- fix instant listen inline doc [\#87](https://github.com/OpenVoiceOS/ovos-config/pull/87) ([emphasize](https://github.com/emphasize))
- Update mycroft.conf [\#136](https://github.com/OpenVoiceOS/ovos-config/pull/136) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.12a6](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a6) (2023-12-27)
## [V0.0.13a19](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a19) (2024-06-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12a5...V0.0.12a6)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a18...V0.0.13a19)

**Fixed bugs:**

- fix circular import [\#89](https://github.com/OpenVoiceOS/ovos-config/pull/89) ([emphasize](https://github.com/emphasize))
- update workflows [\#108](https://github.com/OpenVoiceOS/ovos-config/issues/108)
- `ovos-config set` doesn't take the path syntax that `ovos-config get` outputs [\#73](https://github.com/OpenVoiceOS/ovos-config/issues/73)
- ovos-config command line not giving expected response [\#59](https://github.com/OpenVoiceOS/ovos-config/issues/59)
- fix config set [\#134](https://github.com/OpenVoiceOS/ovos-config/pull/134) ([JarbasAl](https://github.com/JarbasAl))

**Closed issues:**

- Exception fetching remote configuration: No module named 'ovos\_backend\_client' [\#75](https://github.com/OpenVoiceOS/ovos-config/issues/75)
- source/destination documentation [\#69](https://github.com/OpenVoiceOS/ovos-config/issues/69)

## [V0.0.13a18](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a18) (2024-06-11)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a17...V0.0.13a18)

## [V0.0.12a5](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a5) (2023-12-23)
**Implemented enhancements:**

- better listener defaults [\#133](https://github.com/OpenVoiceOS/ovos-config/pull/133) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a17](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a17) (2024-06-08)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12a4...V0.0.12a5)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a16...V0.0.13a17)

**Fixed bugs:**

- fix/untangle\_from\_LF [\#88](https://github.com/OpenVoiceOS/ovos-config/pull/88) ([JarbasAl](https://github.com/JarbasAl))
- trying to black list a skill. throws error [\#118](https://github.com/OpenVoiceOS/ovos-config/issues/118)
- fix: unbound local var [\#127](https://github.com/OpenVoiceOS/ovos-config/pull/127) ([mikejgray](https://github.com/mikejgray))

## [V0.0.12a4](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a4) (2023-12-19)
## [V0.0.13a16](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a16) (2024-06-06)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a15...V0.0.13a16)

**Merged pull requests:**

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12a3...V0.0.12a4)
- Update python-dateutil requirement from ~=2.6 to ~=2.9 in /requirements [\#115](https://github.com/OpenVoiceOS/ovos-config/pull/115) ([dependabot[bot]](https://github.com/apps/dependabot))

## [V0.0.13a15](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a15) (2024-06-06)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a14...V0.0.13a15)

**Fixed bugs:**

- Force websocket to bind on 127.0.0.1 [\#86](https://github.com/OpenVoiceOS/ovos-config/pull/86) ([goldyfruit](https://github.com/goldyfruit))
- fix/typo [\#126](https://github.com/OpenVoiceOS/ovos-config/pull/126) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a14](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a14) (2024-06-04)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a13...V0.0.13a14)

**Merged pull requests:**

- feat/ocp\_pipeline [\#96](https://github.com/OpenVoiceOS/ovos-config/pull/96) ([NeonJarbas](https://github.com/NeonJarbas))

## [V0.0.13a13](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a13) (2024-05-30)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a12...V0.0.13a13)

**Merged pull requests:**

## [V0.0.12a3](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a3) (2023-12-07)
- move to vosk [\#124](https://github.com/OpenVoiceOS/ovos-config/pull/124) ([JarbasAl](https://github.com/JarbasAl))

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12a2...V0.0.12a3)
## [V0.0.13a12](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a12) (2024-02-26)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a11...V0.0.13a12)

## [V0.0.13a11](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a11) (2024-02-26)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a10...V0.0.13a11)

**Merged pull requests:**

- Update mycroft.conf [\#112](https://github.com/OpenVoiceOS/ovos-config/pull/112) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a10](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a10) (2024-02-26)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a9...V0.0.13a10)

**Merged pull requests:**

- Update ovos-backend-client requirement from \<0.1.0 to \<0.2.0 in /requirements [\#104](https://github.com/OpenVoiceOS/ovos-config/pull/104) ([dependabot[bot]](https://github.com/apps/dependabot))

## [V0.0.13a9](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a9) (2024-02-26)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a8...V0.0.13a9)

**Implemented enhancements:**

- feat/lang\_utils [\#85](https://github.com/OpenVoiceOS/ovos-config/pull/85) ([JarbasAl](https://github.com/JarbasAl))
- improve env vars handling [\#54](https://github.com/OpenVoiceOS/ovos-config/pull/54) ([JarbasAl](https://github.com/JarbasAl))

**Merged pull requests:**

- Update ovos-bus-client requirement from ~=0.0.3 to ~=0.0.8 in /requirements [\#106](https://github.com/OpenVoiceOS/ovos-config/pull/106) ([dependabot[bot]](https://github.com/apps/dependabot))

## [V0.0.13a8](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a8) (2024-02-24)

## [V0.0.12a2](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a2) (2023-12-06)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a7...V0.0.13a8)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12a1...V0.0.12a2)
**Merged pull requests:**

- fix: "adapt\_medium" before padatious [\#110](https://github.com/OpenVoiceOS/ovos-config/pull/110) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a7](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a7) (2024-02-07)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a6...V0.0.13a7)

**Fixed bugs:**

- Update locale.py [\#84](https://github.com/OpenVoiceOS/ovos-config/pull/84) ([JarbasAl](https://github.com/JarbasAl))
- fix/remove\_broken\_patch [\#107](https://github.com/OpenVoiceOS/ovos-config/pull/107) ([JarbasAl](https://github.com/JarbasAl))

**Closed issues:**
## [V0.0.13a6](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a6) (2024-01-23)

- Lingua franca lang specific format module isn't loaded. [\#83](https://github.com/OpenVoiceOS/ovos-config/issues/83)
- Errors loading tts when mimic3-server is not installed [\#80](https://github.com/OpenVoiceOS/ovos-config/issues/80)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a5...V0.0.13a6)

## [V0.0.12a1](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.12a1) (2023-11-05)
**Merged pull requests:**

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.11...V0.0.12a1)
- readd low adapt matches \(intent pipeline\) [\#101](https://github.com/OpenVoiceOS/ovos-config/pull/101) ([emphasize](https://github.com/emphasize))

## [V0.0.13a5](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a5) (2024-01-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a4...V0.0.13a5)

**Implemented enhancements:**

- Update mycroft.conf [\#95](https://github.com/OpenVoiceOS/ovos-config/pull/95) ([JarbasAl](https://github.com/JarbasAl))

## [V0.0.13a4](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a4) (2024-01-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a3...V0.0.13a4)

## [V0.0.13a3](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a3) (2024-01-23)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a2...V0.0.13a3)

**Implemented enhancements:**

- default utterance plugins [\#99](https://github.com/OpenVoiceOS/ovos-config/pull/99) ([JarbasAl](https://github.com/JarbasAl))

**Merged pull requests:**

- adjust adapt matcher pipeline defaults [\#100](https://github.com/OpenVoiceOS/ovos-config/pull/100) ([emphasize](https://github.com/emphasize))

## [V0.0.13a2](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a2) (2024-01-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.13a1...V0.0.13a2)

**Implemented enhancements:**

- update/stop\_pipeline [\#94](https://github.com/OpenVoiceOS/ovos-config/pull/94) ([JarbasAl](https://github.com/JarbasAl))

**Closed issues:**

- Invalid JSON Error [\#79](https://github.com/OpenVoiceOS/ovos-config/issues/79)
- Services don't start with malformed configuration [\#97](https://github.com/OpenVoiceOS/ovos-config/issues/97)

## [V0.0.13a1](https://github.com/OpenVoiceOS/ovos-config/tree/V0.0.13a1) (2023-12-29)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-config/compare/V0.0.12...V0.0.13a1)

**Merged pull requests:**

- removed deprecated mimic3 [\#81](https://github.com/OpenVoiceOS/ovos-config/pull/81) ([builderjer](https://github.com/builderjer))
- document transformer plugins [\#93](https://github.com/OpenVoiceOS/ovos-config/pull/93) ([JarbasAl](https://github.com/JarbasAl))



Expand Down
Loading

0 comments on commit 7301fe7

Please sign in to comment.