github Arthi-chaud/Meelo v3.8.0

one day ago

🎉 Introducing automated file scans and UI/UX improvements for the mobile app, including a full-screen player for videos.

The file-watcher for the scanner is in an early state and does not handle events like file modification and renaming. Feedback is welcome.

The mobile app is more stable now, but still in alpha. Again, feedback is welcome.

⚠️ There's been a breaking change regarding the transcoder. You have to update the environment variables in the docker-compose for it to start:

-      - POSTGRES_USER=${POSTGRES_USER}
-      - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
-      - POSTGRES_DB=${POSTGRES_DB}
-      - POSTGRES_SCHEMA=gocoder
-      - POSTGRES_SERVER=db
+      - PGUSER=${POSTGRES_USER}
+      - PGPASSWORD=${POSTGRES_PASSWORD}
+      - PGDATABASE=${POSTGRES_DB}
+      - PGHOST=db
+      - PGPORT=5432

What's Changed

New features

Improvements, Optimizations & Enhancements 👍

Mobile

Fixes & Patches 🩹

Other Changes 🔀

Documentation 📖

Deployment ⚙

New Contributors

Full Changelog: v3.7.0...v3.8.0

Don't miss a new Meelo release

NewReleases is sending notifications on new releases.