You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix UI freeze when viewing userscripts during onboarding Moved synchronous file I/O in syncFromDataManager() off the main thread using Task.detached and a nonisolated helper function.
Merge migrate-userdefaults-to-protobuf into main This merge includes: - Migration from UserDefaults/SwiftData to Protocol Buffers for all app data - Fixed race conditions in auto-update concurrency management - Reduced code duplication with helper methods - Enhanced auto-update functionality with overdue checks and status caching
Add AdGuard URL Tracking Filter; remove 'Complete' mode Introduces the AdGuard URL Tracking Filter to the filter list for enhanced privacy by removing tracking parameters from URLs. Removes the 'Complete' blocking level and related UI/logic from OnboardingView to simplify options and avoid site breakage risks.