Skip to content

Commit

Permalink
[Release] Prepare release of v2.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwelle committed Mar 13, 2022
1 parent f2fefdf commit 9ae0f5b
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 40 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- older stable versions are not supported; please update -->

**Operating System:**
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/scraper-does-not-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ assignees: ''
- [ ] OFDb
- [ ] TMDb
- [ ] TmdbConcert
- [ ] TheTvDb
- [ ] TvTunes
- [ ] AEBN
- [ ] AdultDvDEmpire
Expand All @@ -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
Expand Down
18 changes: 1 addition & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Changelog

## 2.8.15 - *tbd*

### Notes

- *tbd*
## 2.8.16 - 2022-03-13

### Bugfixes

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
)
Expand Down
6 changes: 3 additions & 3 deletions MediaElch.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>2.8.15</string>
<string>2.8.16</string>
<key>CFBundleVersion</key>
<string>2.8.15</string>
<string>2.8.16</string>
<key>CFBundleShortVersionString</key>
<string>2.8.15</string>
<string>2.8.16</string>
<key>CFBundleExecutable</key>
<string>MediaElch</string>
<key>CFBundleHelpBookFolder</key>
Expand Down
4 changes: 2 additions & 2 deletions Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
14 changes: 10 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,28 +1,34 @@
mediaelch (2.8.16-1) bionic; urgency=medium

* next release

-- Andre Meyering <[email protected]> Sun, 13 Mar 2022 11:30:00 +0100

mediaelch (2.8.14-1) xenial; urgency=medium

* next release

-- Andre Meyering <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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

Expand Down
8 changes: 4 additions & 4 deletions docs/admin/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down Expand Up @@ -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`

Expand Down
9 changes: 7 additions & 2 deletions obs/MediaElch.changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
-------------------------------------------------------------------
Sun Feb 13 11:30:00 UTC 2022 - Andre Meyering <[email protected]>

- Update to MediaElch v2.8.16

-------------------------------------------------------------------
Sun Feb 6 12:50:09 UTC 2022 - Andre Meyering <[email protected]>

- Update to MediaElch v2.8.14
- Update to MediaElch v2.8.14

-------------------------------------------------------------------
Mon May 10 07:01:43 UTC 2021 - Andre Meyering <[email protected]>
Expand All @@ -11,7 +16,7 @@ Mon May 10 07:01:43 UTC 2021 - Andre Meyering <[email protected]>
-------------------------------------------------------------------
Mon May 3 18:26:18 UTC 2021 - Andre Meyering <[email protected]>

- Update to MediaElch v2.8.10
- Update to MediaElch v2.8.10

-------------------------------------------------------------------
Mon Apr 26 16:21:21 UTC 2021 - Andre Meyering <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion obs/MediaElch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion obs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ae0f5b

Please sign in to comment.