Skip to content

Commit

Permalink
release: Release MediaElch v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bugwelle committed Jul 2, 2023
1 parent 8b53333 commit 6d1e532
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 39 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.10.1-dev (nightly)
- [ ] 2.10.0 stable
- [ ] 2.10.3-dev (nightly)
- [ ] 2.10.2 stable
<!-- older stable versions are not supported; please update -->

**Operating System:**
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/scraper-does-not-work.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ assignees: ''
Add a list of information that is not loaded correctly.

**MediaElch Version:**
- [ ] 2.10.1-dev (nightly)
- [ ] 2.10.0 stable
- [ ] 2.10.3-dev (nightly)
- [ ] 2.10.2 stable

**Operating System:**
- [ ] Windows
Expand Down
13 changes: 3 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 2.10.2 - tbd
## 2.10.2 - 2023-07-01

### Notes

Expand All @@ -25,34 +25,27 @@
- Fix title and actor scraping (#1592)
- Remove `On Sale!` from title if ADE sets it

### Changed

-

### Added

- Movie renamer: It is now possible to use a movie's TMDb ID as placeholder (#1542)
- Custom Movie Scraper: You can now load movie tags as well (#1162)
- A new TV scraper for fernsehserien.de was added (#1135)

### Removed

-

### Internal Improvements and Changes

- MediaElch now requires CMake 3.15 or later
- QML and QtQuick are no longer required
- The movie scrapers have been refactored to allow parallel downloads in the future as well
as preview images in the search dialog.
-

### Changes for Package Maintainers

If you package MediaElch, e.g. for some Linux distributions, these notes may be important for you:

- QML and QtQuick are no longer required and can be removed from MediaElch's dependencies.
This includes the `declarative` module and everything QML and QtQuick related.


## 2.10.0 - Benzar (2023-02-05)

### Notes
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.15.0 FATAL_ERROR)

project(
mediaelch
VERSION 2.10.1
VERSION 2.10.2
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.10.1</string>
<string>2.10.2</string>
<key>CFBundleVersion</key>
<string>2.10.1</string>
<string>2.10.2</string>
<key>CFBundleShortVersionString</key>
<string>2.10.1</string>
<string>2.10.2</string>
<key>CFBundleExecutable</key>
<string>MediaElch</string>
<key>CFBundleHelpBookFolder</key>
Expand Down
2 changes: 1 addition & 1 deletion MediaElch.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ equals(QT_MAJOR_VERSION, 5) {
lessThan(QT_MINOR_VERSION, 6): error(Qt 5.6 or higher is required!)
}
equals(QT_MAJOR_VERSION, 6) {
lessThan(QT_MINOR_VERSION, 2): error("Qt 6.2 is required as 6.0 and 6.1 do not support QMultiMedia!")
lessThan(QT_MINOR_VERSION, 3): error("Qt 6.3 is required as 6.0 and 6.1 do not support QMultiMedia!")
}
contains(CONFIG, USE_EXTERN_QUAZIP) {
DEFINES += EXTERN_QUAZIP
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.10.1"; // major.minor.patch
constexpr char AppVersionFullStr[] = "2.10.1-dev"; // major.minor.patch-identifier
constexpr char AppVersionStr[] = "2.10.2"; // major.minor.patch
constexpr char AppVersionFullStr[] = "2.10.2"; // major.minor.patch[-identifier]
constexpr char VersionName[] = "Benzar";
constexpr char OrganizationName[] = "kvibes";

Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mediaelch (2.10.2-1) bionic; urgency=medium

* next release

-- Andre Meyering <[email protected]> Sat, 01 Jul 2023 12:30:00 +0100

mediaelch (2.10.0-1) bionic; urgency=medium

* next release
Expand All @@ -18,7 +24,7 @@ mediaelch (2.8.16-1) bionic; urgency=medium

mediaelch (2.8.14-1) xenial; urgency=medium

* next release
* next release

-- Andre Meyering <[email protected]> Sun, 06 Feb 2022 13:46:14 +0100

Expand Down
16 changes: 8 additions & 8 deletions docs/admin/release.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release a new MediaElch version

__State__: last updated 2023-05-11
__State__: last updated 2023-07-01

This page and its children are used by MediaElch's maintainers and contain information
This page is used by MediaElch's maintainers and contains information
on how to release a new version, where to publish them, etc.

**If you are an enduser of MediaElch then please skip this part.**
Expand All @@ -15,8 +15,8 @@ git clone https://github.com/Komet/MediaElch.git

## Update Translations

There may have been updates to MediaElch's translation files on transifex which
have not been inlcuded in the current master branch.
There may have been updates to MediaElch's translation files on Transifex which
have not been included in the current master branch.

See [transifex.md](transifex.md)

Expand Down Expand Up @@ -49,10 +49,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.18 and the current master branch
git log --oneline v2.10.1..master
# Print all commits between a git tag and the current master branch
git log --oneline v2.10.2..master
# Count the number of commits since the last version
git log --oneline v2.10.1..master | wc -l
git log --oneline v2.10.2..master | wc -l
```


Expand Down Expand Up @@ -90,7 +90,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.10.1 -m "MediaElch Version 2.10.1"`
- `git tag -a v2.10.2 -m "MediaElch Version 2.10.2"`
- `git push origin master` (or better: Create a pull request)
- `git push --tags`
- `git checkout release && git merge master && git push origin release`
Expand Down
19 changes: 12 additions & 7 deletions obs/MediaElch.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 01 12:30:00 UTC 2023 - Andre Meyering <[email protected]>

- Update to MediaElch v2.10.2

-------------------------------------------------------------------
Sun Jan 22 12:30:00 UTC 2023 - Andre Meyering <[email protected]>

Expand Down Expand Up @@ -31,7 +36,7 @@ Mon May 3 18:26:18 UTC 2021 - Andre Meyering <[email protected]>
-------------------------------------------------------------------
Mon Apr 26 16:21:21 UTC 2021 - Andre Meyering <[email protected]>

- Fix spec file
- Fix spec file

-------------------------------------------------------------------
Mon Apr 26 15:36:48 UTC 2021 - Andre Meyering <[email protected]>
Expand All @@ -41,17 +46,17 @@ Mon Apr 26 15:36:48 UTC 2021 - Andre Meyering <[email protected]>
-------------------------------------------------------------------
Fri Jan 22 12:40:07 UTC 2021 - Andre Meyering <[email protected]>

- Update MediaElch to v2.8.6
- Update MediaElch to v2.8.6

-------------------------------------------------------------------
Sat Jan 9 10:43:21 UTC 2021 - Andre Meyering <[email protected]>

- Fix compiler error on openSUSE Leap 15.1
- Fix compiler error on openSUSE Leap 15.1

-------------------------------------------------------------------
Sat Jan 9 10:07:06 UTC 2021 - Andre Meyering <[email protected]>

- Update MediaElch to v2.8.4
- Update MediaElch to v2.8.4

-------------------------------------------------------------------
Sun Dec 20 12:22:15 UTC 2020 - Andre Meyering <[email protected]>
Expand All @@ -61,7 +66,7 @@ Sun Dec 20 12:22:15 UTC 2020 - Andre Meyering <[email protected]>
-------------------------------------------------------------------
Sun Dec 20 12:03:09 UTC 2020 - Andre Meyering <[email protected]>

- Update MediaElch to v2.8.2
- Update MediaElch to v2.8.2

-------------------------------------------------------------------
Tue Dec 15 07:59:23 UTC 2020 - Andre Meyering <[email protected]>
Expand All @@ -71,12 +76,12 @@ Tue Dec 15 07:59:23 UTC 2020 - Andre Meyering <[email protected]>
-------------------------------------------------------------------
Sun Dec 13 16:40:18 UTC 2020 - Andre Meyering <[email protected]>

- Updated MediaElch to v2.8.0
- Updated MediaElch to v2.8.0

-------------------------------------------------------------------
Sat Apr 18 13:49:02 UTC 2020 - [email protected]

- Updated MediaElch to v2.6.6
- Updated MediaElch to v2.6.6

-------------------------------------------------------------------
Sat Feb 8 12:44:59 UTC 2020 - [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.10.0
Version: 2.10.2
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.10.1
export ME_VERSION=2.10.2
# Clone latest version. Shallow clone is enough.
git clone --depth=1 --recursive https://github.com/Komet/MediaElch.git
# Exclude .git, documentation and build folder.
Expand Down

0 comments on commit 6d1e532

Please sign in to comment.