Skip to content

Releases: Ipmake/NevuForPlex

Version 1.4.1

09 Oct 18:26
5dffc2a

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

Version 1.4.0

09 Oct 17:44
004bdc2

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.4.0

Version 1.3.2

16 Sep 18:29
4f66452

Choose a tag to compare

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

02 Aug 13:15
ce7d494

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

31 Jul 17:23
b2eb703

Choose a tag to compare

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

Full Changelog: v1.2.1...v1.3.0

Version 1.2.1

08 May 22:13
495962b

Choose a tag to compare

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

08 May 06:10
95977ca

Choose a tag to compare

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-service and http-proxy with associated types
  • Updated backend/package.json and backend/package-lock.json with modern dependencies

Proxy Enhancements

  • Deprecated: PROXY_PLEX_SERVER and DISABLE_PROXY environment variables
  • New: Direct usage of PLEX_SERVER for proxy configurations
  • Added warning notifications for deprecated environment variables
  • Introduced dynamic proxy endpoint (/dynproxy/*) using http-proxy
  • Added GET /proxy endpoint with support for query parameters and streaming responses

Service Discovery

  • Integrated bonjour-service to 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_PROXY configuration in frontend/src/backendURL.ts
  • Streamlined proxy request logic to use the backend's /proxy endpoint

Upgrade Notes

Please note that this version includes changes to environment variables. Users should:

  • Transition from using PROXY_PLEX_SERVER to using PLEX_SERVER directly
  • Remove any usage of DISABLE_PROXY as 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

22 Apr 01:12
53f0af8

Choose a tag to compare

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

04 Feb 19:09
2961a34

Choose a tag to compare

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

31 Jan 11:26
618c701

Choose a tag to compare

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