Skip to content

Commit 738c49b

Browse files
v1.9.0: Modern UI redesign & Match API fixes
- Complete UI overhaul with glass morphism design - CSS variables system for consistent theming - Space Grotesk + Inter fonts for modern typography - Animated gradient backgrounds - Match page modernized with new design language - Removed JWT auth requirement from local Match API - Uses environment PLEX_TOKEN for simplified workflow - Fixed room creation/joining without authentication
1 parent e4d9c3c commit 738c49b

6 files changed

Lines changed: 2215 additions & 2228 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ All notable changes to the Plex Suggester project will be documented in this fil
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.9.0] - 2025-12-22
8+
9+
### Added
10+
- **Modern UI Redesign** - Complete visual overhaul
11+
- New glass morphism design with CSS variables system
12+
- Space Grotesk + Inter font combination
13+
- Animated gradient backgrounds with subtle pulse effects
14+
- Modern buttons with shine effects and hover animations
15+
- Improved responsive design with breakpoints at 480px, 768px, 1200px
16+
17+
### Changed
18+
- **Plex Match Page Modernized** - Consistent design language
19+
- Redesigned room cards with glass morphism effect
20+
- Updated swipe buttons with rotation animations
21+
- Improved notification styling
22+
- Better modal dialogs with modern input fields
23+
24+
- **Match API Simplified** - No authentication required
25+
- Local match endpoints no longer require JWT authentication
26+
- Uses environment PLEX_TOKEN directly for Plex API calls
27+
- Simplified room creation and joining workflow
28+
- Better error handling and user feedback
29+
30+
### Fixed
31+
- Match room creation now works without requiring JWT token
32+
- Removed duplicate CSS code from match.html
33+
- Fixed authentication issues with local match implementation
34+
735
## [1.8.0] - 2025-12-22
836

937
### Added

0 commit comments

Comments
 (0)