Skip to content

Commit 21ad430

Browse files
v1.7.0 Merge
1 parent 11cd4de commit 21ad430

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
# Change Log
22

3-
## [v1.6.8](https://github.com/Boerderij/Varken/tree/v1.6.8) (2019-04-18)
4-
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.7...v1.6.8)
3+
## [v1.7.0](https://github.com/Boerderij/Varken/tree/v1.7.0) (2019-05-05)
4+
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.8...v1.7.0)
5+
6+
**Implemented enhancements:**
7+
8+
- \[ENHANCEMENT\] Add album and track totals to artist library from Tautulli [\#127](https://github.com/Boerderij/Varken/issues/127)
9+
- \[Feature Request\] No way to show music album / track count [\#125](https://github.com/Boerderij/Varken/issues/125)
10+
11+
**Fixed bugs:**
12+
13+
- \[BUG\] Invalid retention policy name causing retention policy creation failure [\#129](https://github.com/Boerderij/Varken/issues/129)
14+
- \[BUG\] Unifi errors on unnamed devices [\#126](https://github.com/Boerderij/Varken/issues/126)
15+
16+
**Merged pull requests:**
17+
18+
- v1.7.0 Merge [\#131](https://github.com/Boerderij/Varken/pull/131) ([DirtyCajunRice](https://github.com/DirtyCajunRice))
19+
20+
## [1.6.8](https://github.com/Boerderij/Varken/tree/1.6.8) (2019-04-19)
21+
[Full Changelog](https://github.com/Boerderij/Varken/compare/1.6.7...1.6.8)
522

623
**Implemented enhancements:**
724

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,4 @@ do not include database creation, please ensure you create an influx database
5858
named `varken`
5959

6060
### Grafana
61-
[Grafana Installation Documentation](https://wiki.cajun.pro/books/varken/page/grafana)
62-
63-
Official dashboard installation instructions can be found in the [wiki](https://wiki.cajun.pro/books/varken/page/grafana)
61+
[Grafana Installation/Dashboard Documentation](https://wiki.cajun.pro/books/varken/page/grafana)

varken/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VERSION = "1.7.0"
2-
BRANCH = 'develop'
2+
BRANCH = 'master'

0 commit comments

Comments
 (0)