This commit is contained in:
JonnyWong16 2024-08-10 19:41:23 -07:00
parent 3fb46a9ab7
commit 623a9f2919
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog
## v2.14.4 (2024-08-10)
* Notifications:
* Fix: Update Slack notification info card.
* New: Added ntfy notification agent. (Thanks @nwithan8) (#2356, #2000)
* UI:
* Fix: macOS platform capitalization.
* Other:
* Fix: Remove deprecated getdefaultlocale (Thanks @teodorstelian) (#2364, #2345)
## v2.14.3 (2024-06-19)
* Graphs:

View file

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