From f30a14b204ebcd69fe7d37239337baf84f9e278f Mon Sep 17 00:00:00 2001 From: vexorian Date: Fri, 14 Aug 2020 23:45:57 -0400 Subject: [PATCH 1/5] Version 0.0.61 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbd87be..5d6c6f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 0.0.60 +# dizqueTV 0.0.61 ![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square) Create live TV channel streams from media on your Plex servers. diff --git a/src/constants.js b/src/constants.js index 5c656c0..4a3a1c9 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ module.exports = { SLACK: 9999, TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000, - VERSION_NAME: "0.0.61-prerelease" + VERSION_NAME: "0.0.61" } From 968e567b92aabaccefb7c36cd02d8266c1d9f074 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 15 Aug 2020 18:33:27 -0400 Subject: [PATCH 2/5] Version 0.0.62 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bab198..7b11def 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 0.0.61 +# dizqueTV 0.0.62 ![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square) Create live TV channel streams from media on your Plex servers. diff --git a/src/constants.js b/src/constants.js index 5cffd7c..78052f9 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ module.exports = { SLACK: 9999, TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000, - VERSION_NAME: "0.0.62-prerelease" + VERSION_NAME: "0.0.62" } From e87e1c13a11bd25f181cae7affeae5f16e142388 Mon Sep 17 00:00:00 2001 From: vexorian Date: Tue, 18 Aug 2020 00:25:41 -0400 Subject: [PATCH 3/5] PR template PR template --- pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..5e07863 --- /dev/null +++ b/pull_request_template.md @@ -0,0 +1,18 @@ +### Explanation of the changes, problem that they are intended to fix. + +... + +### All Submissions: + +* [ ] I have read the code of conduct. +* [ ] I am submitting to the correct base branch (Currently *ALL* PRs must go to `dev/0.0.x` ) + +### Changes that modify the db structure + +* [ ] Backwards compatibility: Users running the new code using an existing .disquetv folder will not lose their channels / settings. +* [ ] I've implemented the necessary db migration steps if any. + +### New features + +* [ ] I understand that the feature may not be accepted if it doesn't fit the upstream app's planned design direction. But that in this case I am encouraged to share this as an available modification other users can use if they want. + From 3ab7de3769a22126ea7cab25125fe66cc8fff28f Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 22 Aug 2020 10:46:01 -0400 Subject: [PATCH 4/5] 0.0.63 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b11def..b699332 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 0.0.62 +# dizqueTV 0.0.63 ![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square) Create live TV channel streams from media on your Plex servers. diff --git a/src/constants.js b/src/constants.js index 78052f9..c97790c 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ module.exports = { SLACK: 9999, TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000, - VERSION_NAME: "0.0.62" + VERSION_NAME: "0.0.63" } From 971697405b55a44b397e6ed4878a5ae4e76992c8 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 22 Aug 2020 11:25:59 -0400 Subject: [PATCH 5/5] Prepare 0.0.64 development --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b699332..70cce27 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 0.0.63 +# dizqueTV 0.0.64-prerelease ![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square) Create live TV channel streams from media on your Plex servers. diff --git a/src/constants.js b/src/constants.js index c97790c..1b3f932 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ module.exports = { SLACK: 9999, TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000, - VERSION_NAME: "0.0.63" + VERSION_NAME: "0.0.64-prerelease" }