Skip to content

Commit

Permalink
v2.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed May 23, 2023
1 parent f39b9f9 commit ea6c607
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## v2.12.4 (2023-05-23)

* History:
* Fix: Set view offset equal to duration if a stream is stopped within the last 10 sec.
* Other:
* Fix: Database import may fail for some older databases.
* Fix: Double-quoted strings for newer versions of SQLite. (#2015, #2057)
* API:
* Change: Return the ID for async API calls (export_metadata, notify, notify_newsletter).


## v2.12.3 (2023-04-14)

* Activity:
Expand Down
2 changes: 1 addition & 1 deletion plexpy/version.py
Expand Up @@ -18,4 +18,4 @@
from __future__ import unicode_literals

PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.12.3"
PLEXPY_RELEASE_VERSION = "v2.12.4"

0 comments on commit ea6c607

Please sign in to comment.