Difference between revisions of "IMPACT.CL Versions"
From SOUND4wiki
(1.2) |
m (→1.2.0) |
||
Line 6: | Line 6: | ||
*Added support for streaming extension | *Added support for streaming extension | ||
+ | *Correct undo/redo problem since 1.3.8 | ||
==1.1== | ==1.1== |
Revision as of 16:27, 19 January 2024
Contents
1.2
Support for Streaming extension
1.2.0
(In progress)
- Added support for streaming extension
- Correct undo/redo problem since 1.3.8
1.1
New license system, more flexible, allowing possible non-realtime processing. The previous license system will be progressively shut down, and definitely shut down on June 30th.
1.1.8
(2023-11-03)
- Support for Kantar Watermarking extension
- Support for a few different numbers of frames per chunk, selectable at creation.
- Library
- Instances can share on air preset and all settings, along with presets. See parameters STATE_FILENAME and STATE_ONAIR.
- Last on air time saved in state instead of preset for facilitate storage sharing
- Date/Time in JSON now follows ecma262 format
- Various fixes in library when loading/unloading, providing invalid data, or race conditions
- "change" operator in JSON protocol improved
1.1.7
(2023-09-01)
- Support for per-preset R128 settings
- Support for future presets algorithms
- Various minor fixes
- Support for storage monitoring, allowing to share presets between instances
- Support for optional custom external preset management
- Correct some rights management
- Correct some Windows Unicode handling and path vulnerability
- First support for extensions
1.1.6
(2023-05-26)
- Correct web reconnection (some control like Operate were doing nothing after reconnecting)
- Correct date/time storage format
1.1.5
(2023-05-19)
- Better asynchronous handling, to avoid Web/JSON hangs
1.1.4
(Preview - 2023-04-12)
- Correct multiple instances starts/stop and authentication
- Added CSRF protection on forms
1.1.3
(2023-03-31)
- Correct occasional memory corruption when used with many instances and removing some or quitting
1.1.2
(Testing 2023-03-24)
- Correct stopping web server when connections are active
- Library : added mono/stereo planar conversion
- Fixed I/O conversion tools memory alignment errors (bug since 1.1.0)
- Interface : do not add quotes to processor name (bug since 1.1.0)
1.1.1
(Testing 2023-03-20)
- Correct storage (preset load/save) (bug since 1.1.0)
- Library : added C++ dynamic library loader interface to avoid static linking
1.1.0
(Testing 2023-03-14)
- Processing
- Input AGC can be in wideband
- Final limiter Improvement
- Creates more presets on initialization
- Many web interface improvements
- Access to parameters in bypassed blocks
- Improved presets window
- Various fixes
- Library
- Fixed some stopping crashes
- Added some I/O conversion tools
- Support non-realtime processing if license allows
- New license system
BUG: storage is not working, so preset load/save is not possible
1.0
1.0.5
(2023-01-30)
- Interface improvements
- Fixed sorting of presets in Preset dialog
1.0.4
(2023-01-27)
- Interface improvements
- Fixed slider when using with keyboard
- Higher processing samplerate (uses more CPU)
1.0.3
(2022-12-05 - Testing)
- Implement Preset Libraries and Tags
- Interface improvements
- Stereo limiter enhancements
- Wide-AGC mode available
1.0.2
(2022-11-09 - Testing)
- Voice/Mono Detect : default to no auto-mono
- JSON API: can select wanted changes
- Library : parameters can be set by instance instead of environment variables
- Correct Band VUmeter display on top
- Correct authentication page
- Correct login/logout redirect behind a reverse proxy
1.0.1
(2022-11-08 - Testing)
- Correct Preset import
- Do not export undo/redo in presets
- Web interface improvements, with loudness history and band display
- Web interface : correct login redirect behind reverse proxy
- Library : corrections to be able to unload/reload instances
- Library : can get Web server status
- Library : new API to pass parameters per instance instead of using environment variables (but keep them by default)
- JSON : can filter wanted changes
1.0.0
(2022-10-26 - Testing)
- First version