Releases: rse/vingester
Releases · rse/vingester
Vingester 1.7.0
- IMPROVEMENT: support particular profile with the CLI option "--profile=id|directory"
- IMPROVEMENT: support particular auto-imported/exported external configuration with CLI option "--config=file"
- IMPROVEMENT: support optically tagging the user interface with CLI option "--tag=string"
- BUGFIX: correctly initialize the "Info" field for new browser entries
- UPGRADE: upgrade minor dependencies
Vingester 1.6.1
- BUGFIX: stop started browser only if it fails in the main frame
- CLEANUP: somewhat darken the grey parts of the UI
- CLEANUP: remove security warnings when debugging
- CLEANUP: remove all listeners when stopping a browser instance
Vingester 1.6.0
- EXTENSION: provide global hotkey CTRL+ALT+SHIFT+ESCAPE for stopping all browsers as rescue option
- EXTENSION: provide an "Info" field for attaching arbitrary meta information of the user to a browser
- EXTENSION: use a dedicated config directory and provide three sample files for importing
- IMPROVEMENT: pass data between main and renderer threads with less overhead
- IMPROVEMENT: show a NDI packets/second performance meter
- IMPROVEMENT: change the export format to be more human readable
- IMPROVEMENT: improve internal debugging by splitting into three levels
- IMPROVEMENT: enlarge the preview thumbnail view from 128x72px to 160x90px
- UPGRADE: upgrade to Electron 12.0.4
- UPGRADE: upgrade minor dependencies
Vingester 1.5.5
- BUGFIX: global "start" button now no longer starts invalid browser configurations
- BUGFIX: use the scale factor of the actually used and not the primary display
Vingester 1.5.4
- BUGFIX: allow arbitrary displays to be addressed in the Display field (including ones like "+2,0")
- BUGFIX: correctly calculate the display heights when addressing a display
Vingester 1.5.3
- IMPROVEMENT: allow browser windows to be really placed on top (even over the dock of macOS)
Vingester 1.5.2
- BUGFIX: do not allow START button to be pressed if no title is given
- BUGFIX: treat the audio sample rate as an integer internally
- IMPROVEMENT: use a better description for the standard audio output device selection
- IMPROVEMENT: make audio device selection searchable and make selected item more clear
- CLEANUP: improve form appearance
Vingester 1.5.1
- BUGFIX: fix update dialog in case of an existing forthcoming version
- BUGFIX: fixed adaptive FPS handling
Vingester 1.5.0
- EXTENSION: provide adaptive FPS for NDI based on tally information
- EXTENSION: allow an individual audio device per frameless browser window
- IMPROVEMENT: better align the user interface elements of browsers
- IMPROVEMENT: increase console output by one additional line and provide button to toggle
- IMPROVEMENT: use default values for missing fields when loading browser configurations
- IMPROVEMENT: use vue-next-select for optically pleasant (enough) dropdowns
Vingester 1.4.5
- BUGFIX: fix packaging under Linux where Electron ASAR unpacking has to be explicitly configured