From 6c44b230b795967aabe9c0e88444c07bcdf64631 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Thu, 6 Dec 2018 12:25:33 -0600 Subject: [PATCH] added changelog. fixes #39 --- CHANGELOG.md | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2f2552f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,63 @@ +# Change Log + +## [Unreleased](https://github.com/Boerderij/Varken/tree/HEAD) + +[Full Changelog](https://github.com/Boerderij/Varken/compare/v0.2...HEAD) + +**Implemented enhancements:** + +- Tautulli - multiple server support? [\#25](https://github.com/Boerderij/Varken/issues/25) + +**Closed issues:** + +- Create the DB if it does not exist. [\#38](https://github.com/Boerderij/Varken/issues/38) +- create systemd examples [\#37](https://github.com/Boerderij/Varken/issues/37) +- Create a GeoIP db downloader and refresher [\#36](https://github.com/Boerderij/Varken/issues/36) +- Create unique IDs for all scripts to prevent duplicate data [\#35](https://github.com/Boerderij/Varken/issues/35) +- use a config.ini instead of command-line flags [\#33](https://github.com/Boerderij/Varken/issues/33) +- Migrate crontab to python schedule package [\#31](https://github.com/Boerderij/Varken/issues/31) +- Consolidate missing and missing\_days in sonarr.py [\#30](https://github.com/Boerderij/Varken/issues/30) +- Ombi something new \[Request\] [\#26](https://github.com/Boerderij/Varken/issues/26) + +**Merged pull requests:** + +- varken to nightly [\#40](https://github.com/Boerderij/Varken/pull/40) ([DirtyCajunRice](https://github.com/DirtyCajunRice)) + +## [v0.2](https://github.com/Boerderij/Varken/tree/v0.2) (2018-10-30) +[Full Changelog](https://github.com/Boerderij/Varken/compare/v0.1...v0.2) + +**Closed issues:** + +- Support for Linux without ASA [\#21](https://github.com/Boerderij/Varken/issues/21) + +## [v0.1](https://github.com/Boerderij/Varken/tree/v0.1) (2018-10-20) +**Implemented enhancements:** + +- The address 172.17.0.1 is not in the database. [\#17](https://github.com/Boerderij/Varken/issues/17) +- Local streams aren't showing with Tautulli [\#16](https://github.com/Boerderij/Varken/issues/16) +- Worldmap panel [\#15](https://github.com/Boerderij/Varken/issues/15) + +**Closed issues:** + +- Tautulli.py not working. [\#18](https://github.com/Boerderij/Varken/issues/18) +- Issues with scripts [\#12](https://github.com/Boerderij/Varken/issues/12) +- issue with new tautulli.py [\#10](https://github.com/Boerderij/Varken/issues/10) +- ombi.py fails when attempting to update influxdb [\#9](https://github.com/Boerderij/Varken/issues/9) +- GeoIP Going to Break July 1st [\#8](https://github.com/Boerderij/Varken/issues/8) +- \[Request\] Documentation / How-to Guide [\#1](https://github.com/Boerderij/Varken/issues/1) + +**Merged pull requests:** + +- v0.1 [\#20](https://github.com/Boerderij/Varken/pull/20) ([samwiseg0](https://github.com/samwiseg0)) +- Added selfplug [\#19](https://github.com/Boerderij/Varken/pull/19) ([si0972](https://github.com/si0972)) +- Major rework of the scripts [\#14](https://github.com/Boerderij/Varken/pull/14) ([samwiseg0](https://github.com/samwiseg0)) +- fix worldmap after change to maxmind local db [\#11](https://github.com/Boerderij/Varken/pull/11) ([madbuda](https://github.com/madbuda)) +- Update sonarr.py [\#7](https://github.com/Boerderij/Varken/pull/7) ([ghost](https://github.com/ghost)) +- Create crontabs [\#6](https://github.com/Boerderij/Varken/pull/6) ([ghost](https://github.com/ghost)) +- update plex\_dashboard.json [\#5](https://github.com/Boerderij/Varken/pull/5) ([ghost](https://github.com/ghost)) +- Update README.md [\#4](https://github.com/Boerderij/Varken/pull/4) ([ghost](https://github.com/ghost)) +- added sickrage portion [\#3](https://github.com/Boerderij/Varken/pull/3) ([ghost](https://github.com/ghost)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file