← All updates
Released: December 30, 2024
NEW FEATURES
- Software rendering fallback: Use --software-render flag or set LOKI_SOFTWARE_RENDER=1 environment variable for systems with incompatible graphics drivers
IMPROVEMENTS
- License Storage: Upgraded from XOR obfuscation to AES-256-CBC encryption with automatic migration for existing users
- Log files now stored in %LOCALAPPDATA%/LokiStudio/logs instead of application directory (fixes permission issues on restricted systems)
- YouTube tokens directory moved from application folder to %APPDATA%/LokiStudio/yt_tokens
- OdinConfig now uses hardcoded defaults instead of trying to write config file (app directory is read-only after installation)
BUG FIXES
- Security: Comprehensive logging audit - removed sensitive data (API responses, prompts, generated content, transcripts) from 13+ locations
- Security: YouTube OAuth credentials (Client ID and Client Secret) now password-masked by default in Upload tab
- Startup: White window on systems with incompatible D3D11 drivers (use --software-render as workaround)
- Startup: Fixed deadlock in ConfigManager that prevented app UI from showing (mutex not recursive)
- Path audit: Removed 4 hardcoded paths that wrote to application directory (yt_tokens, log export, app settings read, odin_config)
UPGRADE NOTES
- License files will automatically migrate to new encryption format
- Log files location changed - old logs in app directory can be deleted
- YouTube tokens will need re-authentication after upgrade
← All updates
·
Source-of-truth changelog on GitHub