Patchgram v1.0.6
Release
New patches (bundle patches-v3)
- Dylib injection: the runtime-library injection is now an explicit patch, kept first in the list. Enabling it installs the
DYLD_INSERT_LIBRARIESlauncher wrapper that loadsPatchgram.dylibinto Telegram on its own (no behavior change) so the runtime hooks are present — the base every other runtime patch loads through. - Copy/save protect content (Message settings): forces
messagenoforwardsoff locally, so you can copy text and save media from chats/channels that restrict saving. (Renamed from "Copy from restricted".) - Disable TTL (Message settings): clears self-destruct / auto-delete timers locally — forces view-once video/voice/document
ttl_secondsto 0 at construction and zeroes the messagettl_periodauto-delete time, so timed content is not removed locally.
App
- "Disable All" now stays inactive until a patch is actually applied — selecting a patch without applying it no longer enables the button.
- Ships the updated patch catalog (patches-v3) with the new patches above.