Skip to content

Commit

Permalink
Merge pull request #160 from OpenVoiceOS/release-1.1.9a1
Browse files Browse the repository at this point in the history
Release 1.1.9a1
  • Loading branch information
JarbasAl authored Nov 22, 2024
2 parents 3dc4f89 + ea393d4 commit 8e52d85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Changelog

## [1.1.8a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.8a1) (2024-11-19)
## [1.1.9a1](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/1.1.9a1) (2024-11-22)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.7...1.1.8a1)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/V1.1.8...1.1.9a1)

**Merged pull requests:**

- fix:allow\_workshop\_300 [\#157](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/157) ([JarbasAl](https://github.com/JarbasAl))
- fix: workshop compat [\#159](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/pull/159) ([JarbasAl](https://github.com/JarbasAl))

## [V1.1.7](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.7) (2024-11-16)
## [V1.1.8](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/tree/V1.1.8) (2024-11-19)

[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.7...V1.1.7)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-ocp-audio-plugin/compare/1.1.8...V1.1.8)



Expand Down
2 changes: 1 addition & 1 deletion ovos_plugin_common_play/ocp/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, bus=None, settings=None, lang=None, gui=None,
self.track_history = {} # Dict of track URI to play count

super().__init__(skill_id=skill_id, bus=bus, gui=gui,
resources_dir=resources_dir, lang=lang, **kwargs)
resources_dir=resources_dir, **kwargs)
if settings:
self.settings.merge(settings)

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 = 8
VERSION_ALPHA = 0
VERSION_BUILD = 9
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit 8e52d85

Please sign in to comment.