diff --git a/sonnet.changes b/sonnet.changes index a30fc09..617185e 100644 --- a/sonnet.changes +++ b/sonnet.changes @@ -2,6 +2,27 @@ Tue Sep 6 21:15:19 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.26.0 + * Don't lowercase the language names in trigram parsing + * Fix immediate crash on startup due to null plugin pointer + * Handle dictionaries without correct names + * Replace hand-curated list of script-language mappings, use + proper names for languages + * Add tool to generate trigrams + * Unbreak language detection a bit + * Use selected language as suggestion for detection + * Use cached spellers in language detection, + improve performance a bit + * Improve language detection + * Filter list of suggestions against available dictionaries, + remove dupes + * Remember to add the last trigram match + * Check if any of the trigrams actually matched + * Handle multiple languages with same score in trigram matcher + * Don't check for minimum size twice + * Prune list of languages against available languages + * Use same minimum length everywhere in langdet + * Sanity check that the loaded model has the correct amount of + trigrams for each language * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.26.0.php