Changes
- 409b382: UI facelift (#1175)
- 010534a: added support for user API tokens and an API playground (#1191)
- 1dec4c9: added a title field for public keys (#1171) (Mohammad Al Shakoush)
- 59884fb: added "last used" and "date created" fields for public keys (#1182) (Mohammad Al Shakoush)
- d51d882: fixed #1189 - updated default config to listen on IPv6 as well
- b76872f: added an option to auto-create SSO users #1245
- e203688: implemented agent forwarding over SSH (samtoxie) #1249
- 55dcd11: added
streamlocal-forward
support (remote UNIX socket forwarding) #1243
Fixes
- 40e49a2: Fixed SSO not respecting the OS' trusted TLS CAs (Thibaud Lepretre) #1233
- 2abe104: fixed #1234 - rustls panic in tokio-tungstenite
- 2cdf8ba: bump vulnerable deps (#1241) #1241
- 8d53f7b: bumped russh for the mlock() fix
- 7e15422: fixed #1258 - hide the version info until logged in (Eugene)
- 6ade841: correctly bind to both ipv4 and ipv6 when [::] is set as listen endpoint (#1193)
- create and canonicalize relative
data_path
(#1180) (willow) - e89bc03: fixed #1218 - make target search case insensitive
- b665ca1: fixed #1197 - ticket creation on non-sqlite databases