🎉 Release KatelyaTV v2.0.0 - Major Update with IPTV Support

 New Features:
- 📺 IPTV Live TV support with M3U playlist import
- 🎮 Advanced channel management and favorites
- �� Mobile-optimized IPTV player
- 🔄 Multiple import methods (URL/File upload)

🛠️ Technical Improvements:
- 🚀 Cloudflare Pages optimization (removed Docker)
- 📱 iOS Safari compatibility fixes
- 🎨 Modern UI/UX enhancements
-  Performance optimizations

🔧 Development:
- 📦 Updated to v2.0.0
- 📚 Comprehensive documentation update
- 🛡️ Enhanced security and error handling
- 🌐 Better responsive design

Breaking Changes:
- Removed Docker deployment support
- Focus on Cloudflare Pages deployment
- Updated environment variables

This release transforms KatelyaTV into a comprehensive
streaming platform with both VOD and live TV capabilities.
This commit is contained in:
Cursor Agent
2025-08-29 04:39:36 +00:00
parent 303263d513
commit d811fb5aa6
13 changed files with 1212 additions and 491 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "moontv",
"version": "0.1.0",
"name": "katelyatv",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "pnpm gen:runtime && pnpm gen:manifest && next dev -H 0.0.0.0",