From 1f44ac6050901c1637932cc004bb77f07801012d Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:34:50 +0100 Subject: [PATCH] docs: add Live TV to readme --- README.md | 14 +++++++++----- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8e51ae29..0f162f02 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,13 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo ## Download -### Mobile Download on the App Store Get it on Google Play Available at the Amazon App Store -### Desktop -- [Windows (Universal)](https://github.com/edde746/plezy/releases/latest/download/plezy-windows-installer.exe) -- [macOS (Universal)](https://github.com/edde746/plezy/releases/latest/download/plezy-macos.dmg) -- [Linux (x64)](https://github.com/edde746/plezy/releases/latest) - .deb, .rpm, .pkg.tar.zst, and portable tar.gz available +- [Windows (x64, arm64)](https://github.com/edde746/plezy/releases/latest/download/plezy-windows-installer.exe) +- [macOS (x64, arm64)](https://github.com/edde746/plezy/releases/latest/download/plezy-macos.dmg) +- [Linux (x64, arm64)](https://github.com/edde746/plezy/releases/latest) - .deb, .rpm, .pkg.tar.zst, and portable tar.gz available - [NixOS/Nix](https://github.com/mio-19/nurpkgs/tree/main/pkgs/plezy) - Community package by [@mio-19](https://github.com/mio-19) - **Homebrew** (macOS): ```bash @@ -49,6 +47,12 @@ A modern Plex client for desktop and mobile. Built with Flutter for native perfo - Progress sync and resume - Auto-play next episode +### 📺 Live TV & DVR +- EPG guide grid +- Channel tuning +- DVR recording rules and scheduled recordings +- Multi-server DVR support + ### 📥 Downloads - Download media for offline viewing - Background downloads with queue management diff --git a/pubspec.yaml b/pubspec.yaml index 6096c8e7..a28f3be0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: plezy description: "A beautiful Plex client for Flutter" publish_to: "none" -version: 1.18.0+39 +version: 1.18.0+40 environment: sdk: ^3.8.1