-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4ed23a
commit dc36bfd
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Changelog | ||
|
||
## [Unreleased](https://github.com/OpenVoiceOS/skill-ovos-volume/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/OpenVoiceOS/skill-ovos-volume/compare/3761aecb82d4de0cb7656a0c959c1ebcd51df724...HEAD) | ||
|
||
**Implemented enhancements:** | ||
|
||
- german translation review [\#14](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/14) ([emphasize](https://github.com/emphasize)) | ||
- integrate with PHAL [\#9](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/9) ([JarbasAl](https://github.com/JarbasAl)) | ||
|
||
**Fixed bugs:** | ||
|
||
- fix imports [\#12](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/12) ([JarbasAl](https://github.com/JarbasAl)) | ||
- add gui events for mute unmute and change duplicate method name [\#5](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/5) ([AIIX](https://github.com/AIIX)) | ||
|
||
**Closed issues:** | ||
|
||
- MYCROFT\_LOOSE\_REQUIREMENTS [\#10](https://github.com/OpenVoiceOS/skill-ovos-volume/issues/10) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add PyPI Automation scripts [\#16](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/16) ([NeonDaniel](https://github.com/NeonDaniel)) | ||
- Refactor and some additions [\#15](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/15) ([emphasize](https://github.com/emphasize)) | ||
- Feat/automations [\#13](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/13) ([JarbasAl](https://github.com/JarbasAl)) | ||
- setup.py template [\#11](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/11) ([JarbasAl](https://github.com/JarbasAl)) | ||
- add mute/unmute events [\#8](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/8) ([AIIX](https://github.com/AIIX)) | ||
- :tada: - packaging [\#6](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/6) ([JarbasAl](https://github.com/JarbasAl)) | ||
- add mute/unmute intents [\#4](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/4) ([ChanceNCounter](https://github.com/ChanceNCounter)) | ||
- separate gui set volume method and event [\#3](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/3) ([AIIX](https://github.com/AIIX)) | ||
- fix missing import leading to potential NameError [\#2](https://github.com/OpenVoiceOS/skill-ovos-volume/pull/2) ([ChanceNCounter](https://github.com/ChanceNCounter)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 0 | ||
VERSION_BUILD = 1 | ||
VERSION_ALPHA = 0 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |