mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
v2.9.4
This commit is contained in:
parent
b4600c8306
commit
cfd1bf445f
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## v2.9.4 (2022-02-12)
|
||||
|
||||
* UI:
|
||||
* Fix: Setup wizard appearing when restarting after saving settings.
|
||||
* Other:
|
||||
* Fix: Stop Tautulli from starting multiple instances on Windows after a clean reinstall. Check the startup items in Windows Task Manager if it is still occurring.
|
||||
|
||||
|
||||
## v2.9.3 (2022-02-09)
|
||||
|
||||
* UI:
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.9.3"
|
||||
PLEXPY_RELEASE_VERSION = "v2.9.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue