mirror of https://github.com/snachodog/mybuddy.git
Create v2.0.1 release
This commit is contained in:
parent
b0de44b5d5
commit
0c3866794b
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [v2.0.1](https://github.com/babybuddy/babybuddy/tree/v2.0.1) (2023-07-13)
|
||||||
|
|
||||||
|
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.0...v2.0.1)
|
||||||
|
|
||||||
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
- Quick start timer icon no longer working [\#677](https://github.com/babybuddy/babybuddy/issues/677)
|
||||||
|
|
||||||
## [v2.0.0](https://github.com/babybuddy/babybuddy/tree/v2.0.0) (2023-07-09)
|
## [v2.0.0](https://github.com/babybuddy/babybuddy/tree/v2.0.0) (2023-07-09)
|
||||||
|
|
||||||
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.0-beta3...v2.0.0)
|
[Full Changelog](https://github.com/babybuddy/babybuddy/compare/v2.0.0-beta3...v2.0.0)
|
||||||
|
@ -13,10 +21,16 @@
|
||||||
- Add Pumping link to quick-add in navbar [\#664](https://github.com/babybuddy/babybuddy/pull/664) ([johnmerlie](https://github.com/johnmerlie))
|
- Add Pumping link to quick-add in navbar [\#664](https://github.com/babybuddy/babybuddy/pull/664) ([johnmerlie](https://github.com/johnmerlie))
|
||||||
- Include temperature measurements in timeline [\#663](https://github.com/babybuddy/babybuddy/pull/663) ([abdessamad-el](https://github.com/abdessamad-el))
|
- Include temperature measurements in timeline [\#663](https://github.com/babybuddy/babybuddy/pull/663) ([abdessamad-el](https://github.com/abdessamad-el))
|
||||||
|
|
||||||
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
- Time spans on the timeline page seem 2 years out [\#673](https://github.com/babybuddy/babybuddy/issues/673)
|
||||||
|
- Wrong even/odd row coloring on lists with notes [\#615](https://github.com/babybuddy/babybuddy/issues/615)
|
||||||
|
|
||||||
**Closed issues:**
|
**Closed issues:**
|
||||||
|
|
||||||
- Start Time Default to Current Date/Time [\#670](https://github.com/babybuddy/babybuddy/issues/670)
|
- Start Time Default to Current Date/Time [\#670](https://github.com/babybuddy/babybuddy/issues/670)
|
||||||
- Running replica babybuddy containers [\#668](https://github.com/babybuddy/babybuddy/issues/668)
|
- Running replica babybuddy containers [\#668](https://github.com/babybuddy/babybuddy/issues/668)
|
||||||
|
- Release version 2.0.0 [\#515](https://github.com/babybuddy/babybuddy/issues/515)
|
||||||
|
|
||||||
**Merged pull requests:**
|
**Merged pull requests:**
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
""" # noqa
|
""" # noqa
|
||||||
|
|
||||||
__title__ = "Baby Buddy"
|
__title__ = "Baby Buddy"
|
||||||
__version__ = "2.0.0"
|
__version__ = "2.0.1"
|
||||||
__license__ = "BSD 2-Clause"
|
__license__ = "BSD 2-Clause"
|
||||||
|
|
||||||
VERSION = __version__
|
VERSION = __version__
|
||||||
|
|
Loading…
Reference in New Issue