- Introduced a new "reject" mode in UdpSettings with corresponding translations.
- Updated the UI to display relevant information based on the selected mode.
- Implemented ICMP Port Unreachable response for rejected UDP packets in handler.
- Added functions to build ICMPv4 and ICMPv6 reject packets.
- Created unit tests for ICMP reject packet structure and checksum validation.
fix(docs): improve swagger documentation update process with conditional commit
refactor(http): optimize configuration handling in MTProto and SOCKS5 updates
- Updated B4Tabs component to use a more specific type for the icon prop.
- Changed DecryptedText component to use ReturnType for setInterval.
- Enhanced ActiveSets component to handle navigation errors gracefully.
- Modified Compare component to use replaceAll for string replacements.
- Updated Editor component to handle navigation errors.
- Improved Faking component to catch errors when loading captures.
- Refactored Manager component to handle navigation errors and improved code readability.
- Updated Page component to handle loading and refresh errors.
- Refactored SetCard component for better readability.
- Improved Tcp component to use Number methods for parsing.
- Updated Disorder component to use more concise code.
- Enhanced Capture component to handle errors during loading and uploading.
- Improved Devices component to handle loading errors and refactored code.
- Updated Settings Page component to handle navigation and loading errors.
- Refactored UpdateDialog component to simplify error handling.
- Improved B4WsProvider to use readonly for class properties and added useMemo for context value.
- Refactored SnackbarProvider to use useMemo for context value.
- Updated useCapture hook to use replaceAll for string replacements.
- Improved useDomainActions hook to use readonly for class properties.
- Refactored useForm hook to use at() for accessing array elements.
- Updated useGitHubRelease hook to simplify state management.
- Improved asn utility functions for better readability and performance.
- Refactored common utility functions to use Number methods for parsing.
- Updated logs utility functions for better readability and performance.