Skip to content

Releases: froggeric/applio-macOS-native-app

Applio 3.6.3.3

10 Mar 21:01

Choose a tag to compare

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

  1. Download Applio-3.6.3.3.zip
  2. Unzip and drag Applio.app to your Applications folder
  3. On first launch, right-click and select "Open" (or allow in System Settings > Privacy & Security)
  4. Pretrained models (~2GB) will download automatically on first launch

Applio 3.6.2.6

10 Mar 21:08

Choose a tag to compare

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

  1. Download Applio-3.6.2.6.zip
  2. Unzip and drag Applio.app to your Applications folder
  3. On first launch, right-click and select "Open" (or allow in System Settings > Privacy & Security)
  4. Pretrained models (~2GB) will download automatically on first launch

Applio 3.6.2.5

07 Mar 21:59

Choose a tag to compare

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