Normalizador Audio 1.1.2
This release focuses on installation, runtime state handling, and the main conversion interface.
What's Changed
- Replaced the previous split installer flow with a single
install.ps1that supports both local execution and remote bootstrap from GitHub. - Added
Iniciar.batas the local launcher for users who already cloned or downloaded the repository. - Removed the obsolete
install_dependencies.batandinstall_secure.ps1scripts. - Moved runtime state out of the project folder. Configuration, profiles, and logs now live under
%LOCALAPPDATA%\NormalizadorAudio\. - Updated the README and supporting docs to explain the new install and manual launch flows.
- Refreshed the application visual design with a more technical audio-console style, improved controls, and more consistent light/dark themes.
- Expanded the video conversion table area so roughly ten rows are visible and the table gets vertical priority in the layout.
- Added Python runtime detection metadata and tests for the dynamic Python dependency floor behavior.
Validation
python -m pytest: 42 passed.install.ps1parsed successfully.Iniciar.batembedded PowerShell parsed successfully.- Local Windows EXE built with PyInstaller 6.20.0 and Python 3.14.5.
Asset
NormalizadorAudio.exeis attached as a standalone Windows executable.
Full Changelog: v1.1.1...v1.1.2