New testing version of WebOne, released on 28.08.2023 after 16 commits since previous Beta version and at 500th commit since project start 4 years ago. Seems to be almost enough stable, but still not complete.
- Contains all new features of WebOne 0.16 Beta 1 and Beta 2.
- Fixed
Error while loading configuration: String '31.12.2070 23:59 +0' was not recognized as a valid DateTime.
[#97] - Fixed
/etc/systemd/system/webone.service
and/etc/logrotate.d/webone
file mode, now644
. The bug first appear in version 0.10.x. - Fixed unwanted
unknown/unknown
Content-Type header [#99]. - Fixed guru meditation
'"utf-8"' is not a supported encoding name.
- Fixed log entry look for responses without valid
Content-Length
header - Fixed loss of Content-Type response header in some cases.
- Using latest
yt-dlp
instead of obsoleteyoutube-dl
. - Added automatic build of PAC script, depending on WebOne settings.
- Added support for non-HTTPS protocols over
CONNECT
method. Now it's possible to use IRC/IRCS (and not only) over WebOne. For SSL-based protocols cipher downgrade is also available similar to HTTPS.- SSL-based protocols are detected by rules set in
[NonHttpSslServers]
section of configuration file.
- SSL-based protocols are detected by rules set in
- Added support for dynamic generating SSL/TLS site certificates by external utilities.
- Use
SslSiteCertGenerator
andSslSiteCerts
in[SecureProxy]
section of configuration file.
- Use
- macOS builds got easier names:
osx-x64
➡️mac-intel
,osx-arm64
➡️mac-m
. - Important: WebOne 0.16 Beta 3 Release Notes.