From df44747cceecc04604ee2c03497f0cab458de5f1 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:40:35 +0100 Subject: [PATCH 1/3] fix:extras (#46) add wifi plugins to extras add wallpaper manager to linux --- requirements/extras.txt | 3 ++- requirements/linux.txt | 5 ++++- requirements/mk1.txt | 3 ++- requirements/mk2dev.txt | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/requirements/extras.txt b/requirements/extras.txt index 5e2cb40..09a5152 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -1,3 +1,4 @@ ovos-phal-plugin-ipgeo>=0.1.0,<1.0.0 ovos-PHAL-plugin-connectivity-events>=0.0.1,<1.0.0 -ovos-PHAL-plugin-oauth>=0.0.1,<1.0.0 \ No newline at end of file +ovos-PHAL-plugin-oauth>=0.0.1,<1.0.0 +ovos-PHAL-plugin-wifi-setup>=1.0.0,<2.0.0 \ No newline at end of file diff --git a/requirements/linux.txt b/requirements/linux.txt index 6b27873..0c90031 100644 --- a/requirements/linux.txt +++ b/requirements/linux.txt @@ -1,3 +1,6 @@ ovos-phal-plugin-alsa>=0.0.1,<1.0.0 ovos-phal-plugin-system>=0.1.0,<1.0.0 -ovos-PHAL-plugin-network-manager>=0.0.1,<2.0.0 \ No newline at end of file +ovos-PHAL-plugin-network-manager>=0.0.1,<2.0.0 + +# TODO - move to extras once it also supports mac/win +ovos-PHAL-plugin-wallpaper-manager>=0.0.1,<1.0.0 \ No newline at end of file diff --git a/requirements/mk1.txt b/requirements/mk1.txt index 76dab46..9757137 100644 --- a/requirements/mk1.txt +++ b/requirements/mk1.txt @@ -1 +1,2 @@ -ovos-PHAL-plugin-mk1>=0.0.1,<1.0.0 \ No newline at end of file +ovos-PHAL-plugin-mk1>=0.0.1,<1.0.0 +ovos-PHAL-plugin-balena-wifi>=0.0.1,<1.0.0 \ No newline at end of file diff --git a/requirements/mk2dev.txt b/requirements/mk2dev.txt index 77a1e5a..ffb4b6e 100644 --- a/requirements/mk2dev.txt +++ b/requirements/mk2dev.txt @@ -1 +1,2 @@ -ovos-PHAL-plugin-mk2-fan-control>=0.0.1,<1.0.0 \ No newline at end of file +ovos-PHAL-plugin-mk2-fan-control>=0.0.1,<1.0.0 +#git+https://github.com/OVOSHatchery/ovos-PHAL-plugin-sj201-leds \ No newline at end of file From d66319d278e1e74a8aed64f12485ee2c21756693 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 17 Sep 2024 15:40:50 +0000 Subject: [PATCH 2/3] Increment Version to 0.2.3a1 --- ovos_PHAL/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovos_PHAL/version.py b/ovos_PHAL/version.py index 7c5bb01..f245d8d 100644 --- a/ovos_PHAL/version.py +++ b/ovos_PHAL/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 2 -VERSION_ALPHA = 0 +VERSION_BUILD = 3 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 76c72c5ad217e6e83ff14fbe8e41815adfae8178 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Tue, 17 Sep 2024 15:41:13 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15fa913..e5c4df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.2a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.2a1) (2024-09-14) +## [0.2.3a1](https://github.com/OpenVoiceOS/ovos-PHAL/tree/0.2.3a1) (2024-09-17) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.1...0.2.2a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-PHAL/compare/0.2.2...0.2.3a1) **Merged pull requests:** -- fix:versions [\#44](https://github.com/OpenVoiceOS/ovos-PHAL/pull/44) ([JarbasAl](https://github.com/JarbasAl)) +- fix:extras [\#46](https://github.com/OpenVoiceOS/ovos-PHAL/pull/46) ([JarbasAl](https://github.com/JarbasAl))