v0.3.0-beta
This version is mostly a technical update preparing the addition of new features for visual objects. However it comes with numerous improvements and bug fixes.
Changelog
Added
- Particle flow's containers can now be rotated.
- Added logs folder shortcut to settings tab.
- The user interface is now locked behind a loading screen while big operations are performed and the user interface shouldn't be touched.
Changed
- Changed license from MIT to GPL-3.0-or-later
- Changed how saves and objects are handled internally.
- Improved particle flows performances when using a big amount of particles.
- Optimized bar visualizers when changing their parameters.
- Improved visual updates of particle flows and visualizers while audio is paused or stopped.
- Changing an object's name is now done using a dedicated field in the rack (less clicks!).
- Changed rules for timers positioning. (The converter should reajust timers when opening a project from an older version.)
- Changed some default values (it only affects newly created objects and new object parameters).
- The default color is now randomized.
- Irrelevant options (i.e that have no effect) in some objects are no longer available (timers, visualizers). In consequence they are no longer stored as well with these objects (as they are useless).
- Made top user interface for audio and zoom control more compact.
- Split audio control block in half in the top user interface for better display in a smaller window.
- Improved help on object creation.
- Improved responsiveness on window resize.
Removed
- Removed background visual object that duplicates image/shape visual object. Existing background visual objects in older saves will be converted to image visual objects.
Fixed
- Video export via CLI works again.
- Particle flow's flow type parameter provides help again.
- When opening a new save, existing user interface from old visual objects are now effectively removed.
- Interacting with control panel's top tabs no longer moves the rest of the user interface.
- The top of the screen was hard to see, and hidden no matter what behind the top user interface (in some zoom and window size scenarios). There is now a minimum of padding above the screen.
- The window no longer flashes to white when being first opened.
- Changing the color of a waves visualizer while audio is paused now updates the color visually. Same for particle flows.
- About section no longer have the text centered.
Security
- Updated Electron from v12 to v16.
- Updated dependencies in general
Known issues
- Using audio extensions that have capital letters in it can cause issues at export. To avoid this bug, use extensions without any capital letters (like .wav instead of .Wav or .WAV). (#38)
- Using files in mono crashes the export. Converting it to stereo using a tool like Audacity will fix the issue. (#34)
- The resolution may not be respected at export, resulting in a cropped video (#36)
Note on Betas
Wav2Bar is currently in beta, which means that things actively change (UI, saves, etc.)! Please backup your saves, especially when updating Wav2Bar.
Note for Mac
Mac is not supported at this moment, but you can give it a try using the source code (see the README or the wiki).
Support
For bug reports, please use the issues section of GitHub. For other support, use the discussions section or go over to my Discord server (https://discord.gg/EVGzfdP)