v2.6.2
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,5 +1,21 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.6.2 (2020-12-05)
|
||||||
|
|
||||||
|
* Notifications:
|
||||||
|
* Change: Send a notification of a user new device for the first time only. This can be toggled off in the settings.
|
||||||
|
* Exporter:
|
||||||
|
* Fix: Allow exporting child fields only without requiring the parent fields as well.
|
||||||
|
* Fix: Exporting individual collection would fail.
|
||||||
|
* Change: Remove accessible and exists fields from the default media info export levels. This prevents the Plex server from reading the media files unnecessarily.
|
||||||
|
* Other:
|
||||||
|
* Fix: Enable high resolution for the macOS system tray icon and menu.
|
||||||
|
* New: Added rate limiting for failed login attempts.
|
||||||
|
* Change: Use a white logo for the macOS system tray icon.
|
||||||
|
* API:
|
||||||
|
* New: Added machine_id to the get_history API response.
|
||||||
|
|
||||||
|
|
||||||
## v2.6.1 (2020-11-03)
|
## v2.6.1 (2020-11-03)
|
||||||
|
|
||||||
* Other:
|
* Other:
|
||||||
|
@@ -18,4 +18,4 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.6.1"
|
PLEXPY_RELEASE_VERSION = "v2.6.2"
|
Reference in New Issue
Block a user