Skip to content

Normalizador Audio 1.1.2

Latest

Choose a tag to compare

@wilkinbarban wilkinbarban released this 25 May 01:21

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.ps1 that supports both local execution and remote bootstrap from GitHub.
  • Added Iniciar.bat as the local launcher for users who already cloned or downloaded the repository.
  • Removed the obsolete install_dependencies.bat and install_secure.ps1 scripts.
  • 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.ps1 parsed successfully.
  • Iniciar.bat embedded PowerShell parsed successfully.
  • Local Windows EXE built with PyInstaller 6.20.0 and Python 3.14.5.

Asset

  • NormalizadorAudio.exe is attached as a standalone Windows executable.

Full Changelog: v1.1.1...v1.1.2