From 9ae0f5bd7e6a1b9b4024f2ec463813d98ceeda91 Mon Sep 17 00:00:00 2001 From: Andre Meyering Date: Sun, 13 Mar 2022 11:32:25 +0100 Subject: [PATCH] [Release] Prepare release of v2.8.16 --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .../ISSUE_TEMPLATE/scraper-does-not-work.md | 5 ++--- CHANGELOG.md | 18 +----------------- CMakeLists.txt | 2 +- MediaElch.plist | 6 +++--- Version.h | 4 ++-- debian/changelog | 14 ++++++++++---- docs/admin/release.md | 8 ++++---- obs/MediaElch.changes | 9 +++++++-- obs/MediaElch.spec | 2 +- obs/README.md | 2 +- 11 files changed, 34 insertions(+), 40 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 29f9e9a743..c718ca43ca 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,8 +24,8 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **MediaElch Version:** - - [ ] 2.8.15-dev (nightly) - - [ ] 2.8.14 stable + - [ ] 2.8.17-dev (nightly) + - [ ] 2.8.16 stable **Operating System:** diff --git a/.github/ISSUE_TEMPLATE/scraper-does-not-work.md b/.github/ISSUE_TEMPLATE/scraper-does-not-work.md index 412e4924c7..ba16c95468 100644 --- a/.github/ISSUE_TEMPLATE/scraper-does-not-work.md +++ b/.github/ISSUE_TEMPLATE/scraper-does-not-work.md @@ -13,7 +13,6 @@ assignees: '' - [ ] OFDb - [ ] TMDb - [ ] TmdbConcert - - [ ] TheTvDb - [ ] TvTunes - [ ] AEBN - [ ] AdultDvDEmpire @@ -24,8 +23,8 @@ assignees: '' Add a list of information that is not loaded correctly. **MediaElch Version:** - - [ ] 2.8.15-dev (nightly) - - [ ] 2.8.14 stable + - [ ] 2.8.17-dev (nightly) + - [ ] 2.8.16 stable **Operating System:** - [ ] Windows diff --git a/CHANGELOG.md b/CHANGELOG.md index 72547ebcab..a4920e771a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,6 @@ # Changelog -## 2.8.15 - *tbd* - -### Notes - - - *tbd* +## 2.8.16 - 2022-03-13 ### Bugfixes @@ -13,24 +9,12 @@ was just white (#1412) - UI: Fix spacing for checkboxes in movie search window -### Changes - - - *tbd* - ### Added - If streamdetails can't be loaded (e.g. because libmediainfo is missing), a click on the button "Reload Streamdetails" will now tell your (#1414) - More default sort tokens for other languages were added (#1421) -### Removed - - - *tbd* - -### Internal Improvements and Changes - - - *tbd* - ## 2.8.14 - Coridian (2022-02-06) diff --git a/CMakeLists.txt b/CMakeLists.txt index 359baa80ca..ef7b0192be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.13.0 FATAL_ERROR) project( mediaelch - VERSION 2.8.15 + VERSION 2.8.16 DESCRIPTION "Media Manager for Kodi" HOMEPAGE_URL "https://mediaelch.github.io/" ) diff --git a/MediaElch.plist b/MediaElch.plist index 25630624bb..fd6ce7eec1 100644 --- a/MediaElch.plist +++ b/MediaElch.plist @@ -7,11 +7,11 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.8.15 + 2.8.16 CFBundleVersion - 2.8.15 + 2.8.16 CFBundleShortVersionString - 2.8.15 + 2.8.16 CFBundleExecutable MediaElch CFBundleHelpBookFolder diff --git a/Version.h b/Version.h index e01c345fbe..f596513f1c 100644 --- a/Version.h +++ b/Version.h @@ -9,8 +9,8 @@ namespace mediaelch { namespace constants { constexpr char AppName[] = "MediaElch"; -constexpr char AppVersionStr[] = "2.8.15"; // major.minor.patch -constexpr char AppVersionFullStr[] = "2.8.15-dev"; // major.minor.patch-identifier +constexpr char AppVersionStr[] = "2.8.16"; // major.minor.patch +constexpr char AppVersionFullStr[] = "2.8.16"; // major.minor.patch-identifier constexpr char VersionName[] = "Coridian"; constexpr char OrganizationName[] = "kvibes"; diff --git a/debian/changelog b/debian/changelog index 8546619e4e..377a8e9832 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,28 +1,34 @@ +mediaelch (2.8.16-1) bionic; urgency=medium + + * next release + + -- Andre Meyering Sun, 13 Mar 2022 11:30:00 +0100 + mediaelch (2.8.14-1) xenial; urgency=medium * next release -- Andre Meyering Sun, 06 Feb 2022 13:46:14 +0100 -mediaelch (2.8.8.2-1~bionic) bionic; urgency=medium +mediaelch (2.8.8-1) bionic; urgency=medium * next build -- Andre Meyering Mon, 26 Apr 2021 18:03:46 +0200 -mediaelch (2.8.6.1-1~bionic) bionic; urgency=medium +mediaelch (2.8.6-1) bionic; urgency=medium * next build -- Andre Meyering Fri, 22 Jan 2021 13:34:28 +0100 -mediaelch (2.8.4.1-1~bionic) bionic; urgency=medium +mediaelch (2.8.4-1) bionic; urgency=medium * next build -- Andre Meyering Sat, 09 Jan 2021 11:12:48 +0100 -mediaelch (2.8.2.1-1~bionic) bionic; urgency=medium +mediaelch (2.8.2-1) bionic; urgency=medium * next build diff --git a/docs/admin/release.md b/docs/admin/release.md index b27de1981a..097f4c8ff6 100644 --- a/docs/admin/release.md +++ b/docs/admin/release.md @@ -47,10 +47,10 @@ they should have been added right with the corresponding commits. But better check all commit messages since the last version tag: ```sh -# Print all commits between the git tag v2.8.15 and the current master branch -git log --oneline v2.8.15..master +# Print all commits between the git tag v2.8.16 and the current master branch +git log --oneline v2.8.16..master # Count the number of commits since the last version -git log --oneline v2.8.15..master | wc -l +git log --oneline v2.8.16..master | wc -l ``` @@ -87,7 +87,7 @@ add a Git tag (see next section), it includes the latest documentation state. 1. Commit your changes (MediaElch version and changelogs). 2. Add a version tag and push your changes - - `git tag -a v2.8.15 -m "MediaElch Version 2.8.15"` + - `git tag -a v2.8.16 -m "MediaElch Version 2.8.16"` - `git push origin master` - `git push --tags` diff --git a/obs/MediaElch.changes b/obs/MediaElch.changes index b051209b9b..5d204f3168 100644 --- a/obs/MediaElch.changes +++ b/obs/MediaElch.changes @@ -1,7 +1,12 @@ +------------------------------------------------------------------- +Sun Feb 13 11:30:00 UTC 2022 - Andre Meyering + +- Update to MediaElch v2.8.16 + ------------------------------------------------------------------- Sun Feb 6 12:50:09 UTC 2022 - Andre Meyering -- Update to MediaElch v2.8.14 +- Update to MediaElch v2.8.14 ------------------------------------------------------------------- Mon May 10 07:01:43 UTC 2021 - Andre Meyering @@ -11,7 +16,7 @@ Mon May 10 07:01:43 UTC 2021 - Andre Meyering ------------------------------------------------------------------- Mon May 3 18:26:18 UTC 2021 - Andre Meyering -- Update to MediaElch v2.8.10 +- Update to MediaElch v2.8.10 ------------------------------------------------------------------- Mon Apr 26 16:21:21 UTC 2021 - Andre Meyering diff --git a/obs/MediaElch.spec b/obs/MediaElch.spec index bf41997922..799f15a353 100644 --- a/obs/MediaElch.spec +++ b/obs/MediaElch.spec @@ -3,7 +3,7 @@ # Name: MediaElch -Version: 2.8.15 +Version: 2.8.16 Release: 1%{?dist} License: LGPL-3.0-only Summary: A Media Manager for Kodi diff --git a/obs/README.md b/obs/README.md index 977d5404b7..7670ea7a21 100644 --- a/obs/README.md +++ b/obs/README.md @@ -72,7 +72,7 @@ osc commit ```sh rm MediaElch-*.tar.gz -export ME_VERSION=2.8.15 +export ME_VERSION=2.8.16 # Clone latest version. git clone https://github.com/Komet/MediaElch.git MediaElch cd MediaElch