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
4 changes: 2 additions & 2 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
python-version: [3.9, "3.10" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install Build Tools
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/license_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
license_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install Build Tools
Expand All @@ -32,7 +32,7 @@ jobs:
pip freeze > requirements-all.txt
- name: Check python
id: license_check_report
uses: pilosus/action-pip-license-checker@v0.5.0
uses: pilosus/action-pip-license-checker@v3.1.0
with:
requirements: 'requirements-all.txt'
fail: 'Copyleft,Other,Error'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
if: success() # Ensure this job only runs if the previous job succeeds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: master
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install Build Tools
Expand All @@ -47,7 +47,7 @@ jobs:
if: success() # Ensure this job only runs if the previous job succeeds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
ref: master
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: publish_alpha
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Send message to Matrix bots channel
id: matrix-chat-message
uses: fadenb/[email protected]
Expand All @@ -39,12 +39,12 @@ jobs:
if: success() # Ensure this job only runs if the previous job succeeds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: dev
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'
- name: Install Build Tools
Expand All @@ -68,12 +68,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout dev branch
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: dev

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
python-version: ["3.10", "3.11", "3.12" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install System Dependencies
Expand Down
32 changes: 21 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,36 @@
# Changelog

## [0.0.1a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.1a2) (2025-12-17)
## [0.0.2a4](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a4) (2025-12-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a3...0.0.1a2)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.2a3...0.0.2a4)

**Merged pull requests:**

- fix: automations [\#3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/3) ([JarbasAl](https://github.com/JarbasAl))
- The Filewatcher expect a list of str [\#2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/2) ([devbar](https://github.com/devbar))
- fix: compatibility with ovos-plugin-manager 1.X.X [\#1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/1) ([JarbasAl](https://github.com/JarbasAl))
- chore\(deps\): update pilosus/action-pip-license-checker action to v3 [\#14](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/14) ([renovate[bot]](https://github.com/apps/renovate))

## [V0.0.0a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a3) (2024-07-25)
## [0.0.2a3](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a3) (2025-12-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a2...V0.0.0a3)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.2a2...0.0.2a3)

## [V0.0.0a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a2) (2023-06-09)
**Merged pull requests:**

- chore\(deps\): update actions/setup-python action to v6 [\#12](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/12) ([renovate[bot]](https://github.com/apps/renovate))

## [0.0.2a2](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a2) (2025-12-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/V0.0.0a1...V0.0.0a2)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.2a1...0.0.2a2)

**Merged pull requests:**

## [V0.0.0a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/V0.0.0a1) (2023-06-09)
- chore\(deps\): update actions/checkout action to v6 [\#11](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/11) ([renovate[bot]](https://github.com/apps/renovate))

## [0.0.2a1](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/tree/0.0.2a1) (2025-12-18)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/0.0.1...0.0.2a1)

**Merged pull requests:**

[Full Changelog](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/compare/8bb274a87a2eae66d39943309c35e6a5b9496295...V0.0.0a1)
- chore: Configure Renovate [\#6](https://github.com/OpenVoiceOS/ovos-microphone-plugin-files/pull/6) ([renovate[bot]](https://github.com/apps/renovate))



Expand Down
4 changes: 2 additions & 2 deletions ovos_microphone_plugin_files/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 1
VERSION_ALPHA = 0
VERSION_BUILD = 2
VERSION_ALPHA = 4
# END_VERSION_BLOCK
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}