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
[2024.07.13]: If the client-specified language was the same as the configured language, the client-specified preferred variant would be ignored, even if it wasn't the same as the configured preferred variant; Fixed.
Other changes.
[2024.07.02]: Refactored the loadL10N method. Merged zh and zh-TW L10N, and dropped region designations (e.g., CN, TW) in favour of script designations (e.g., Hans, Hant).
[2024.08.06]: Updated the default filetype blacklist (#7).
[2024.09.02]: Code-style patch.
[2024.09.10]: Added L10N for Marathi.
[2024.09.13]: Added L10N for Malayalam.
[2024.10.15]: Added support to optionally disable adding new hash cache entries when a specific instance cache flag is used.
[2024.10.15]: Added support to inform the user via an optional instance cache flag which flags were set by the switch file during the scan when scanning via CLI.
[2024.10.15]: Added MP4 file type detection and modified PHP file type detection to reduce the risk of false positives (e.g., see phpMussel/phpMussel#241).