2019-03-26 16:08:31 +01:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
- Add support for starting/stopping a timer
|
|
|
|
- Show hours as HH:MM or decimal in the Bubble, depending on setting in MOCO
|
|
|
|
|
|
|
|
|
|
|
|
## [1.0.18] - 2019-03-23
|
|
|
|
### Added
|
|
|
|
- First release of version 1
|
|
|
|
|
|
|
|
## [1.0.19] - 2019-03-26
|
|
|
|
### Changed
|
|
|
|
- Position Bubble in the bottom right by default
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
- Set default value of subdomain to `__unset__` to prevent network error if it is empty
|
|
|
|
|
|
|
|
## [1.0.20] - 2019-03-26
|
|
|
|
### Added
|
|
|
|
- Add support for tags in description
|
|
|
|
|
2019-03-26 16:44:12 +01:00
|
|
|
## [1.0.21] - 2019-03-26
|
2019-03-26 16:08:31 +01:00
|
|
|
### Changed
|
|
|
|
- Update README with example configuration and instructions for local installation
|
|
|
|
|
2019-03-28 09:12:34 +01:00
|
|
|
## [1.0.22] - 2019-03-28
|
|
|
|
### Changed
|
|
|
|
- Change the default value of subdomain to `unset` to have a well-formed URL.
|