Releases: DavisNT/mopidy-alarmclock
Releases · DavisNT/mopidy-alarmclock
Mopidy-AlarmClock v0.1.9
Mopidy-AlarmClock v0.1.8
- Upgraded to Mopidy 3.0+ and Python 3.7+.
Mopidy-AlarmClock v0.1.7
- Play backup alarm sound when playback cannot be started (within 30 seconds or more).
- Added warning to readme that only local playlists/media should be used for alarm clock.
Mopidy-AlarmClock v0.1.6
- Changed branching model to git-flow.
- Refactoring for improved alarm scheduler.
- Added backup alarm sound (in case selected playlist is missing).
- Disable Consume and Single playback modes.
- Fixed incorrect Mopidy version requirement.
- Misc refactoring.
Mopidy-AlarmClock v0.1.5
- Added tests.
- Fixed nondeterministic effects when cancelling and setting alarm again within 5 seconds (prevent stale
idle()
timers). - Fixed minor math bug in gradual volume increasing.
- One digit minutes supported in alarm Time.
- Leading zero for hours of current time in Alarm state.
Mopidy-AlarmClock v0.1.4
- Alarm defaults can now be configured in
mopidy.conf
. - Display alarm volume on Alarm state.
- Display current time of alarm clock on Alarm state.
- Added Travis-CI build and Coveralls test coverage info.
- Fixed README (to be parsable by PyPI).
Mopidy-AlarmClock v0.1.3
- Added adjustable volume and gradually increasing volume.
- Fixed stale message appearing on page reload.
- Minor internal code changes and interface changes.
- Updated README/Changelog.
Mopidy-AlarmClock v0.1.2
- Fixed alarm starting immediately in some situations.
- Renamed Shuffle Mode to Random Track Order.
Mopidy-AlarmClock v0.1.1
- Initial public release.
- Fixed setup (+ minor technical fixes).
- Automatically unmute and set volume to 100%.
- Updated Shuffle method.
- Timer resolution is now 5 sec.