New stable release of WebOne, released on 6 Feb 2023 after 29 commits.
- Added support for HTTP/2 remote connections.
- Added support for HTTP/3 remote connections (disabled by default).
- Added support for multiple HTTP/2 connections. This may bump performance, but violates protocol.
- Configurable via
MultipleHttp2Connections
option.
- Configurable via
- Added
RemoteHttpVersion
option, which allows select HTTP(S) version (up to HTTP/3) and version policy. - Added automatic converting of WebP pictures for Firefox 1.0-64.0 and SeaMonkey 1.x, Netscape 6/7.
- Added stable support for installing Microsoft Internet Explorer 5.0, 5.01 (RTM/SP1/SP2), 5.5 (RTM/SP1/SP2) and 6.0 SP1 using online installers for all (I'm hope) languages.
- Added new online video download support.
- Use http://localhost:8080/!webvideo/ page to download YouTube (and not only) videos in preferred codecs.
- It is possible to use most of
youtube-dl
andffmpeg
options in URL of this page. - Default
youtube-dl
andffmpeg
options are stored inWebVideoOptions
section of configuration file. - This adds support for lightweight environments without script interpreter (like Docker).
- Added support for playing online videos via web browser (using WMP/VLC/Flash/AVI plug-ins or HTML5 player).
- Use http://localhost:8080/!player/ or http://youtube.com/watch?v=ABCDE12345&play= link to watch a video.
- Updated bundled versions of FFmpeg and Youtube-DL in Windows builds.
- Fixed display of FTP symbolic links.