Releases: CuongKenn/Tools-Video
Releases · CuongKenn/Tools-Video
Release list
v1.0.0
🎉 KennDev Video Tools v1.0.0
🚀 What's New
✨ Features
- feat: implement auto-update system with GitHub Releases (7cd9a80)
- feat(GUI): Add MVVM Views and MainShell - Complete UI refactoring (fc27ad6)
- feat(GUI): Wire MainViewModel to View with DataContext binding (1f15971)
🐛 Bug Fixes
- fix: resolve duplicate run key in release workflow (65ffef5)
- Fix YouTube playlist/channel download progress tracking (6b2555b)
- Refactor: Centralize download folder settings and fix YouTube quality selection (4b352ee)
- Fix: Đếm chính xác tổng số tập khi tải video Bilibili (3135676)
- fix(GUI): Replace ModernProgressBarStyle with inline style in YouTubeTab (8754bf5)
- fix(BilibiliView): Remove invalid Background='Linear' attribute (5a40555)
🔧 Improvements
- refactor(GUI): Move all styles to App.xaml and cleanup old view files (fba3079)
- refactor(GUI): Extract Hunter tab into UserControl - Complete all 9 tabs extraction (4d61969)
- refactor(GUI): Extract Trend Analysis tab into UserControl (5832e2f)
- refactor(GUI): Extract Review tab into UserControl (18050f2)
- refactor(GUI): Extract Editor tab into UserControl (a5ac78f)
- refactor(GUI): Extract Download tab into UserControl (a3ef7cc)
- refactor(GUI): Extract AI Tools tab into UserControl (c0bf929)
- refactor(GUI): Extract YouTube and TikTok tabs into UserControls (1333227)
- refactor(GUI): Split Bilibili tab into UserControl (358e932)
📝 Other Changes
- Chore: Xóa các file không cần thiết (8b119bc)
- revert(App): Change StartupUri back to MainWindowPro.xaml (f53beb1)
📦 Download & Installation
- File: KennDev-VideoTools-v1.0.0-win-x64.zip
- Size: ~150-200 MB
- Advantages:
- ✅ Không cần cài .NET Runtime
- ✅ Single file executable
- ✅ Portable - chạy được ngay
- Install:
- Tải file zip
- Giải nén
- Chạy KennDev.VideoTools.exe
⚙️ System Requirements
- Windows 10/11 (x64)
- 4GB RAM (8GB recommended)
- Internet connection
- Không cần cài .NET Runtime - đã tích hợp sẵn!
🎬 Features
- 📥 Download videos from YouTube, TikTok, Douyin, Bilibili, Facebook
- 🎯 Content Hunter - Find viral videos for re-upload
- ✂️ Video Editor with AI Tools
- 🎬 Auto Review - Automatically create review videos
- 📊 Trend Analysis
- 🔄 Auto Update (GitHub Releases)
🔧 Configuration
For private repository updates, create \�ppsettings.json:
\\json
{
"GitHub": {
"Token": "your_github_token",
"Owner": "CuongKenn",
"RepoName": "Tools-Video"
}
}
\\
See QUICK_START_PRIVATE_REPO.md for details.
📞 Support
- 🐛 Report bugs: Issues
- 💬 Discussions: Discussions
Full Changelog: ...v1.0.0