Releases: froggeric/applio-macOS-native-app
Releases · froggeric/applio-macOS-native-app
Applio 3.6.3.3
What's New
Persistent Progress Dashboard
- New Progress Dashboard - Always accessible via
Window > Progress Monitor(⌘⇧P)- Process list sidebar showing active and recent processes
- Detail panel with progress bar, log output, and ETA
- Training info panel with best epoch, loss, and training speed
- Process history tracking (up to 50 entries, 7-day retention)
Improvements
- Single UpdateCoordinator for timer management (prevents timer collisions)
- IPC mechanism for cross-process communication
- Comprehensive error handling for edge cases
- Shared log parsing utilities and path management
Fixes
- Removed spurious microphone permission prompt on launch
- Fixed NSMicrophoneUsageDescription remnant from unimplemented feature
System Requirements
- macOS 12.0 (Monterey) or later
- Apple Silicon (M1/M2/M3) or Intel Mac
Installation
- Download
Applio-3.6.3.3.zip - Unzip and drag
Applio.appto your Applications folder - On first launch, right-click and select "Open" (or allow in System Settings > Privacy & Security)
- Pretrained models (~2GB) will download automatically on first launch
Applio 3.6.2.6
What's New
Persistent Progress Dashboard
- New Progress Dashboard - Always accessible via
Window > Progress Monitor(⌘⇧P)- Process list sidebar showing active and recent processes
- Detail panel with progress bar, log output, and ETA
- Training info panel with best epoch, loss, and training speed
- Process history tracking (up to 50 entries, 7-day retention)
Improvements
- Single UpdateCoordinator for timer management (prevents timer collisions)
- IPC mechanism for cross-process communication
- Comprehensive error handling for edge cases
- Shared log parsing utilities and path management
Fixes
- Removed spurious microphone permission prompt on launch
System Requirements
- macOS 12.0 (Monterey) or later
- Apple Silicon (M1/M2/M3) or Intel Mac
Installation
- Download
Applio-3.6.2.6.zip - Unzip and drag
Applio.appto your Applications folder - On first launch, right-click and select "Open" (or allow in System Settings > Privacy & Security)
- Pretrained models (~2GB) will download automatically on first launch
Applio 3.6.2.5
What's Changed
RefineGAN-Legacy Vocoder Support
Added support for original RVC-Boss RefineGAN pretrained vocoder models with legacy architecture.
Changes:
- feat: add RefineGAN-Legacy vocoder support for original RVC-Boss architecture
- fix: correct RefineGANLegacyGenerator architecture to match original RVC-Boss pretrained models
- fix: add DiscriminatorRLegacy for RVC-Boss RefineGAN pretrained models
- fix: correct path resolution in RefineGAN-Legacy patchers
- fix: skip residual in ResBlockLegacy during channel expansion
Full Changelog: 3.6.2...3.6.2.5