Skip to content

Commit

Permalink
Merge pull request #143 from OpenVoiceOS/release-1.1.1a1
Browse files Browse the repository at this point in the history
Release 1.1.1a1
  • Loading branch information
JarbasAl authored Oct 15, 2024
2 parents 8ceaa0a + c3acb09 commit da18d16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 41 deletions.
42 changes: 5 additions & 37 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,16 @@
# Changelog

## [1.1.0a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.0a1) (2024-09-17)
## [1.1.1a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.1a1) (2024-10-15)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.0.2a1...1.1.0a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.0...1.1.1a1)

**Merged pull requests:**

- feat:ovos.common\_play.search.populate event [\#139](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/139) ([JarbasAl](https://github.com/JarbasAl))
- fix: allow latest ovos workshop version [\#142](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/142) ([JarbasAl](https://github.com/JarbasAl))

## [V1.0.2a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.0.2a1) (2024-09-17)
## [V1.1.0](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.0) (2024-09-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.0.2a1...V1.0.2a1)

## [1.0.2a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.0.2a1) (2024-09-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.0.1a1...1.0.2a1)

**Merged pull requests:**

- fix:playlist/search results navigation [\#137](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/137) ([JarbasAl](https://github.com/JarbasAl))

## [1.0.1a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.0.1a1) (2024-09-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.0.1a1...1.0.1a1)

## [V1.0.1a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.0.1a1) (2024-09-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.0.0a1...V1.0.1a1)

**Merged pull requests:**

- fix:gui search play [\#135](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/135) ([JarbasAl](https://github.com/JarbasAl))

## [1.0.0a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.0.0a1) (2024-09-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.0.0a1...1.0.0a1)

## [V1.0.0a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.0.0a1) (2024-09-17)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/0.1.2...V1.0.0a1)

**Breaking changes:**

- refactor:drop\_audio\_gui\_player [\#132](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/132) ([JarbasAl](https://github.com/JarbasAl))
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.0...V1.1.0)



Expand Down
4 changes: 2 additions & 2 deletions ovos_plugin_common_play/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# START_VERSION_BLOCK
VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_BUILD = 0
VERSION_ALPHA = 0
VERSION_BUILD = 1
VERSION_ALPHA = 1
# END_VERSION_BLOCK
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ovos-plugin-manager>=0.0.26,<1.0.0
ovos_bus_client>=0.0.7,<1.0.0
ovos-utils>=0.0.38,<1.0.0
ovos-workshop>=0.0.16,<1.0.0
padacioso~=0.1, >=0.1.1
ovos-workshop>=0.0.16,<2.0.0
padacioso>=0.1.1,<1.0.0
dbus-next

0 comments on commit da18d16

Please sign in to comment.