Releases: Ipmake/NevuForPlex
Version 1.4.1
Version 1.4.0
Version 1.3.2
What's Changed
- Fixed an issue with horizontal scroll by @PixyTM in #51
- Added an option to remove the libraries section from the home screen by @PixyTM in #52
- Fixed the videos in the hero banner not taking the whole height/width by @PixyTM in #55
- Version 1.3.2 by @Ipmake in #64
New Contributors
Full Changelog: v1.3.1...v1.3.2
Version 1.3.1
Version 1.3.0
What's Changed
- feat(libraries): added option to disable certain Plex libraries from … by @DouwJacobs in #45
- Version 1.3.0 by @Ipmake in #47
New Contributors
- @DouwJacobs made their first contribution in #45
Full Changelog: v1.2.1...v1.3.0
Version 1.2.1
Changes
- Fixed fullproxy issue with already proxied Plex servers
- Fixed watchlist only displaying 25 items
Full Changelog: v1.2.0...v1.2.1
Version 1.2.0
Overview
This release focuses on modernizing dependencies, enhancing proxy functionality, and improving overall maintainability. Key improvements include updated backend packages, streamlined proxy handling, and new service discovery features.
Backend Changes
Dependency Updates
- Added new dependencies including
bonjour-serviceandhttp-proxywith associated types - Updated
backend/package.jsonandbackend/package-lock.jsonwith modern dependencies
Proxy Enhancements
- Deprecated:
PROXY_PLEX_SERVERandDISABLE_PROXYenvironment variables - New: Direct usage of
PLEX_SERVERfor proxy configurations - Added warning notifications for deprecated environment variables
- Introduced dynamic proxy endpoint (
/dynproxy/*) usinghttp-proxy - Added
GET /proxyendpoint with support for query parameters and streaming responses
Service Discovery
- Integrated
bonjour-serviceto publish application presence on networks - Added deployment ID, version, and Plex server details for improved service discovery
Frontend Changes
Proxy Simplification
- Removed support for
DISABLE_PROXYconfiguration infrontend/src/backendURL.ts - Streamlined proxy request logic to use the backend's
/proxyendpoint
Upgrade Notes
Please note that this version includes changes to environment variables. Users should:
- Transition from using
PROXY_PLEX_SERVERto usingPLEX_SERVERdirectly - Remove any usage of
DISABLE_PROXYas it's no longer supported
Remember that as with v1.1.0, you need to bind a volume to maintain user settings between Docker container restarts.
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
Upgrade Note
To update to this version of Nevu, you need to bind a volume now to keep user settings between restarts of the Docker container
Instructions on how to bind this volume can be found here
Note
This Nevu update includes several major UI changes to give the interface a better look and feel. In addition, you can now also customize your experience on the new settings tab.
Any media item, including episodes on shows, can now be right-clicked to show a context menu with useful options.
Changes
- Major UI overhaul
- Added PlexTV reviews to Metascreen
- New "Browse" tab in the top right of any library (Not Home)
- Autoplay next Episodes (toggleable)
- Match audio and subtitle tracks automatically (Keep selection for each episode of a show)
- Minor performance optimizations
What's Changed
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
Note
Due to violating the trademark of Plex we have been asked to rebrand PerPlexed, thus PerPlexed is now Nevu!
Please (if you haven't already) update your docker container from using the ipmake/perplexed image to now ipmake/nevu
Changes
- Rebrand – New Color scheme and logo.
What's Changed
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
Note
Hey everyone! 🎉
We've finally made it—PerPlexed 1.0.0 is here! This release is a huge milestone, packed with exciting features and improvements to take your Plex experience to the next level. From a sleek new design to better search, a watchlist, and even PerPlexed Sync for watching together, there's a lot to explore!
We couldn’t have done this without your support, feedback, and enthusiasm. Thank you for being part of this journey! Now, go enjoy the new PerPlexed! 🚀
Changes
- Major Design Overhaul – A fresh, intuitive UI.
- Library Browse Popup – Quick access to media.
- Better Searching – Improved results and performance.
- PerPlexed Sync – Watch together in real-time.
- Metascreen Enhancements – Richer metadata & visuals.
- Watch Page Improvements – Smoother playback & navigation.
- Watchlist – Save media for later.
- Ratings – Rate and review content.
- API & Docs Updates – Improved developer experience.
Full Changelog: v0.9.6...v1.0.0