From 9287d5a90f0b34e9aba4eb351ab11ade2dc28fef Mon Sep 17 00:00:00 2001 From: Daniel Lavrushin Date: Mon, 11 May 2026 22:33:21 +0200 Subject: [PATCH] Update changelog.md --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1270ae52..b2d64352 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # B4 - Bye Bye Big Bro -## [1.62.0] - 2026-05-11 +## [1.62.1] - 2026-05-11 - ADDED: **Memory limit setting** - new "Memory Limit" field in Settings → Logging. Caps how much memory b4 may use. Leave empty for auto (half of system RAM, the previous default). Useful on routers with little RAM where other services compete for memory. Accepts values like `128MiB`, `256m`, `1g`, or `off` to disable. - ADDED: **MTProto proxy works in censored networks** - the built-in Telegram proxy can now reach Telegram over WebSocket, in addition to direct TCP. New "Upstream Transport" section in Settings → MTProto Proxy with three modes: Auto (WebSocket → TCP, the new default), WebSocket only, and Direct TCP. Existing installs are switched to Auto on upgrade, so networks without filtering see no change.