From 760f13ceccc3cb4812fd9efb6712b7260dc6c6f9 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sun, 20 Sep 2020 22:52:39 -0400 Subject: [PATCH 01/13] 1.1.0 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9afff67..93b8e1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.1.0-prerelease +# dizqueTV 1.1.0 ![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 a0c44da..456291d 100644 --- a/src/constants.js +++ b/src/constants.js @@ -4,5 +4,5 @@ module.exports = { STEALTH_DURATION: 5 * 60* 1000, TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, - VERSION_NAME: "1.1.0-prerelease" + VERSION_NAME: "1.1.0" } From de89618c8819d5b5a7e2243034dcd2680f5cc041 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 26 Sep 2020 15:07:30 -0400 Subject: [PATCH 02/13] 1.0.2 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a86bd46..7c295b0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.0.1 +# dizqueTV 1.0.2 ![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 aeb54e7..37836dd 100644 --- a/src/constants.js +++ b/src/constants.js @@ -4,5 +4,5 @@ module.exports = { STEALTH_DURATION: 5 * 60* 1000, TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, - VERSION_NAME: "1.0.1" + VERSION_NAME: "1.0.2" } From 7250248345126de12aa78d0aeddd58af6b9c4e63 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 26 Sep 2020 15:59:58 -0400 Subject: [PATCH 03/13] 1.1.1 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c06485..746baf6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.1.1-prerelease +# dizqueTV 1.1.1 ![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 731753d..c53a056 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.1.1-prerelease" + VERSION_NAME: "1.1.1" } From 9a01c4dc4d2543e503278a0f33ed221bdad14f8f Mon Sep 17 00:00:00 2001 From: vexorian Date: Mon, 28 Sep 2020 20:16:28 -0400 Subject: [PATCH 04/13] Update pull_request_template.md Update PR template for 1.2 --- pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 9d5e7a0..048d8d0 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -6,10 +6,10 @@ * [ ] I have read the code of conduct. * [ ] I am submitting to the correct base branch - - * Bug fixes must go to `dev/1.0.x`. - * New features must go to `dev/1.1.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. From 6a327a937e955c7a5f50bded85e8114af3875e82 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 10 Oct 2020 10:42:27 -0400 Subject: [PATCH 05/13] 1.1.2 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c06485..1235921 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.1.1-prerelease +# dizqueTV 1.1.2 ![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 731753d..61c3c7f 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.1.1-prerelease" + VERSION_NAME: "1.1.2" } From c9675429221de9ca3571e2f9f538dbfb1492fa8a Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 10 Oct 2020 11:05:13 -0400 Subject: [PATCH 06/13] 1.2.0 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e6ea66..2eed8b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.2.0-prerelease +# dizqueTV 1.2.0 ![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 0b3c66a..15768c9 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.2.0-prerelease" + VERSION_NAME: "1.2.0" } From 3ab4b3328c6777b7799393abf38858a9b5feba34 Mon Sep 17 00:00:00 2001 From: vexorian Date: Fri, 30 Oct 2020 01:27:39 -0400 Subject: [PATCH 07/13] 1.1.3 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1235921..0747c10 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.1.2 +# dizqueTV 1.1.3 ![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 61c3c7f..a0621e6 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.1.2" + VERSION_NAME: "1.1.3" } From dbfc8bcbf71744bd0473805da247f049f1dcfb06 Mon Sep 17 00:00:00 2001 From: vexorian Date: Fri, 30 Oct 2020 01:42:19 -0400 Subject: [PATCH 08/13] 1.2.1 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2eed8b9..1b61744 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.2.0 +# dizqueTV 1.2.1 ![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 15768c9..43e5397 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.2.0" + VERSION_NAME: "1.2.1" } From f428dbecf0c4fd51f9fba1a91fa98eaaae7bbdb8 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sun, 22 Nov 2020 21:20:44 -0400 Subject: [PATCH 09/13] 1.1.4 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0228bf..e2c098e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.1.4-prerelease +# dizqueTV 1.1.4 ![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 e4c0497..898d3a1 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.1.4-prerelease" + VERSION_NAME: "1.1.4" } From 1989f5ca836857bbb188deb49f21401abcecfa14 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sun, 22 Nov 2020 21:51:49 -0400 Subject: [PATCH 10/13] 1.2.2 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0738cfd..d3ff9ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.2.2-prerelease +# dizqueTV 1.2.2 ![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 2211eda..11d1174 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.2.2-prerelease" + VERSION_NAME: "1.2.2" } From 526b18275bef8f99d686cf28bc7fe08832f525a0 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sun, 10 Jan 2021 13:57:46 -0400 Subject: [PATCH 11/13] 1.2.3 --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3ff9ba..5db83f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.2.2 +# dizqueTV 1.2.3 ![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 11d1174..997c6a7 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.2.2" + VERSION_NAME: "1.2.3" } From 41baddedba764b9caefab66420c4e9bba9f4931a Mon Sep 17 00:00:00 2001 From: vexorian Date: Sun, 10 Jan 2021 18:52:19 -0400 Subject: [PATCH 12/13] Update PR template to point to 1.3.x --- pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 048d8d0..ad68b53 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -7,8 +7,8 @@ * [ ] I have read the code of conduct. * [ ] I am submitting to the correct base branch ### Changes that modify the db structure From 52af53eed9bbd0b4b5daa02033e34fdeca3cbb00 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sun, 10 Jan 2021 19:01:59 -0400 Subject: [PATCH 13/13] Prepare 1.2.4 development --- README.md | 2 +- src/constants.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5db83f2..e5f159e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.2.3 +# dizqueTV 1.2.4-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 997c6a7..078a40a 100644 --- a/src/constants.js +++ b/src/constants.js @@ -5,5 +5,5 @@ module.exports = { TVGUIDE_MAXIMUM_FLEX_DURATION : 6 * 60 * 60 * 1000, TOO_FREQUENT: 100, - VERSION_NAME: "1.2.3" + VERSION_NAME: "1.2.4-prerelease" }