Skip to content

Commit 7ea456b

Browse files
docs: Update README to v1.7.2 with favicon features
- Bump version from 1.7.1 to 1.7.2 to match current release - Add comprehensive v1.7.2 changelog section documenting: * Professional branding with new Plex-style logo favicon * Cross-browser compatibility with proper MIME types * Enhanced UX with branded favicon in browser tabs/bookmarks * Technical improvements with Flask routing optimizations - Maintain consistent documentation structure and formatting - Ensure README accurately reflects current project state
1 parent 07a8d93 commit 7ea456b

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Read version from file
1919
id: version
2020
run: |
21-
VERSION=$(cat version | tr -d '\n' | sed 's/^v//')
21+
VERSION=$(cat version | tr -d '\n')
2222
echo "version=$VERSION" >> $GITHUB_OUTPUT
2323
echo "Found version: $VERSION"
2424
@@ -38,6 +38,7 @@ jobs:
3838
with:
3939
images: theinfamoustoto/plex-suggester
4040
tags: |
41+
type=ref,event=branch
4142
type=ref,event=pr
4243
type=raw,value=${{ steps.version.outputs.version }}
4344
type=raw,value=latest,enable={{is_default_branch}}

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,26 @@
22

33
# Plex Movie Suggester
44

5-
**Version 1.7.1**
5+
**Version 1.7.2**
66

77
A modern Flask app that connects to your Plex server and suggests a random unwatched movie, TV show, anime, or other video from your Plex library.
88
Features a sleek, responsive Plex-themed UI with modern glass morphism design, interactive elements, **secure JWT-based authentication**, and **Plex Match functionality** for group viewing decisions.
99

1010
---
1111

12+
## 🚀 What's New in v1.7.2
13+
14+
- **Professional Branding:**
15+
Added comprehensive favicon support with new Plex-style logo featuring an orange arrow design for enhanced brand recognition.
16+
- **Cross-Browser Compatibility:**
17+
Implemented favicon routes (`/favicon.ico`, `/icon.png`, `/logo.png`) with proper MIME types and support for Apple touch icons and legacy browsers.
18+
- **Enhanced User Experience:**
19+
Branded favicon now appears in browser tabs, bookmarks, and mobile home screen shortcuts for better project identification.
20+
- **Technical Improvements:**
21+
Enhanced Flask routing with `send_from_directory` functionality for optimized static asset serving.
22+
23+
---
24+
1225
## 🚀 What's New in v1.7.1
1326

1427
- **Donation Support:**

0 commit comments

Comments
 (0)