From b285c40b035260835bd8c27dd9e48373f209cf9a Mon Sep 17 00:00:00 2001 From: 82Flex <82flex@gmail.com> Date: Wed, 25 Dec 2024 02:13:57 +0800 Subject: [PATCH] patch MachOKit, update CHANGELOG.md Signed-off-by: 82Flex <82flex@gmail.com> Co-authored-by: p-x9 --- CHANGELOG.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fabadb..67693fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,2 @@ -## New Features - -- Receive `.dylib` files from share sheets and inject them into specified applications. - -## Bug Fixes - -- Avoid in-box document renaming. -- Removed ads and prevented the app from crashing. +- Added some explanation about the “No eligible framework found” error. +- Patch MachOKit to avoid potential crashes when parsing certain Mach-O files.