This commit is contained in:
JonnyWong16 2024-09-20 20:29:15 -07:00
parent cc1a325eac
commit 6979a4025f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,15 @@
# Changelog # Changelog
## v2.14.5 (2024-09-20)
* Activity:
* Fix: Display of 2k resolution on activity card.
* Notifications:
* Fix: ntfy notifications with special characters failing to send.
* Other:
* Fix: Memory leak with database closing. (#2404)
## v2.14.4 (2024-08-10) ## v2.14.4 (2024-08-10)
* Notifications: * Notifications:
@ -8,7 +18,7 @@
* UI: * UI:
* Fix: macOS platform capitalization. * Fix: macOS platform capitalization.
* Other: * Other:
* Fix: Remove deprecated getdefaultlocale (Thanks @teodorstelian) (#2364, #2345) * Fix: Remove deprecated getdefaultlocale. (Thanks @teodorstelian) (#2364, #2345)
## v2.14.3 (2024-06-19) ## v2.14.3 (2024-06-19)

View file

@ -16,4 +16,4 @@
# along with Tautulli. If not, see <http://www.gnu.org/licenses/>. # along with Tautulli. If not, see <http://www.gnu.org/licenses/>.
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.14.4" PLEXPY_RELEASE_VERSION = "v2.14.5"