{"id":46917,"date":"2025-07-16T22:01:00","date_gmt":"2025-07-16T22:01:00","guid":{"rendered":"https:\/\/webspellchecker.com\/?post_type=release_notes&#038;p=46917"},"modified":"2025-09-19T11:59:42","modified_gmt":"2025-09-19T11:59:42","slug":"v6-2-0","status":"publish","type":"release_notes","link":"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/","title":{"rendered":"v6.2.0"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\" id=\"h-tl-dr\"><strong>\ud83d\udcdd TL;DR<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Claude 3.5 and Mistral AI models replace deprecated Claude Instant 1.2<\/li>\n\n\n\n<li>AI writing assistant now supports Ukrainian<\/li>\n\n\n\n<li>Style guide adds context awareness and language-specific rules<\/li>\n\n\n\n<li>Docker environment variables now use \u201cWPR_\u201d prefix<\/li>\n\n\n\n<li>Security fix for CVE-2025-48924<\/li>\n\n\n\n<li>Linguistic updates across English, German, Spanish, Ukrainian, and French<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-enhancements\">\ud83d\udee0\ufe0f Enhancements<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-ai-writing-assistant\">\u2728 AI writing assistant<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Added support for Claude 3.5 Sonnet v1 and Mistral AI models.<\/li>\n\n\n\n<li>Enabled Ukrainian language support.<\/li>\n\n\n\n<li>Improved prompt localization and wording for English, French, Spanish, and Portuguese to prevent prompt injection and jailbreak attacks.<\/li>\n\n\n\n<li>Introduced <strong>MaxGenerateInputSize<\/strong> and <strong>MinGenerateInputSize<\/strong> parameters in AppServerX.xml configuration for AI input control.<\/li>\n\n\n\n<li>Increased Bedrock InvokeModel call timeout to improve request stability for languages like Ukrainian.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-important-change\">\u26a0\ufe0f Important change<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Prior to v6.2.0, the AI writing assistant used Claude Instant 1.2 as the base model. This model was deprecated by Amazon and reached its end of life on <strong>July 21<\/strong>. Due to the lack of advance notice, support was urgently replaced with Claude 3.5 Sonnet v1 and Mistral AI. To continue using the AI assistant for non-English languages, it is required to upgrade to v6.2.0.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-style-guide\">Style guide<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Implemented context awareness to better match real-world usage.<br>Added context_include and context_exclude fields to define additional words or phrases that trigger rule activation. Available via API or in the style_guide.csv file (for the self-hosted version).<\/li>\n\n\n\n<li>Allowed creation of language-specific rules in the style guide API.<br>In addition to common (language-independent) rules, it\u2019s now possible to create language-specific rules using the lang parameter. Available via API or by placing style_guide.csv under the respective language directory (for the self-hosted version).<\/li>\n\n\n\n<li>Added support for ignoring hidden files in the style guide directory.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-wproofreader-js-core-v3-29-5897\">WProofreader JS core v3.29.5897<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Removed &#8216;Show more&#8217; button when only one suggestion is available.<\/li>\n\n\n\n<li><strong>Improved autocorrect<\/strong> handling to prevent overlapping suggestions and allow revert actions. Highlighting is now delayed in the same position until the user types three or more characters or reverts the change, reducing UI conflicts and improving interaction flow.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-spelling-engine\">Spelling engine<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Restricted split suggestions and refined rule application logic.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-linguistic-updates\"><strong>\ud83d\udcda<\/strong> Linguistic updates<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Significant linguistic improvements across five languages with major Ukrainian dictionary expansion (267 new words) and comprehensive English updates (334 additions, 285 medical term removals). German receives 75 new words and enhanced style guides, while Spanish gets improved autocorrect filtering and grammar rule updates. French introduces anglicisms and strong language detection with 187 new style guide entries.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-breaking-changes\">\u26a0\ufe0f Breaking changes<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Docker deployments:<\/strong> All environment variables and build arguments now use the <strong>WPR_<\/strong> prefix. Check the updated Dockerfiles and <a href=\"https:\/\/github.com\/WebSpellChecker\/wproofreader-docker\/tree\/v.6.2.0.0\">README<\/a>.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-bug-fixes\">\ud83d\udc1e Bug fixes<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>[WP-6411] Spelling: Restrict application of WORD_INITIAL\/WORD_FINAL if there is hyphen<\/li>\n\n\n\n<li>[WP-6412] Spelling\/prioritization: Restrict partial-match rules from applying to full-word matches<\/li>\n\n\n\n<li>[WP-6454] Spelling engine: Allow hyphen at the end if the original word includes a hyphen<\/li>\n\n\n\n<li>[WP-6478] WProofreader core: Dialog shows \u201cWell done&#8230;\u201d even when turned off<\/li>\n\n\n\n<li>[WP-6449] WProofreader core\/autocorrect: Can&#8217;t revert autocorrect when additional suggestions are applied to the same word<\/li>\n\n\n\n<li>[WP-6479] WProofreader core: Broken styles for badge and its menu<\/li>\n\n\n\n<li>[WP-6485] Linux installer: File permissions aren\u2019t set correctly for service files and models<\/li>\n\n\n\n<li>[WP-6494] Security: Fixed CVE-2025-48924 in org.apache.commons:commons-lang3<\/li>\n<\/ul>\n","protected":false},"comment_status":"open","ping_status":"closed","template":"","release-note-category":[1340,1338,1339],"class_list":["post-46917","release_notes","type-release_notes","status-publish","hentry","release-note-category-announcements","release-note-category-cloud","release-note-category-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.5 (Yoast SEO v23.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>v6.2.0 | WebSpellChecker<\/title>\n<meta name=\"description\" content=\"WProofreader Server v6.2.0: Major dictionary expansions across five languages with 334 new English words, 267 Ukrainian terms, and 75 German additions. Enhanced autocorrect filtering, improved misspelling prioritization, grammar rule refinements, and expanded style guides including Ukrainian calque and sensitive terms, anglicisms in non-English text.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"v6.2.0\" \/>\n<meta property=\"og:description\" content=\"WProofreader Server v6.2.0: Major dictionary expansions across five languages with 334 new English words, 267 Ukrainian terms, and 75 German additions. Enhanced autocorrect filtering, improved misspelling prioritization, grammar rule refinements, and expanded style guides including Ukrainian calque and sensitive terms, anglicisms in non-English text.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/\" \/>\n<meta property=\"og:site_name\" content=\"WebSpellChecker\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-19T11:59:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/\",\"url\":\"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/\",\"name\":\"v6.2.0 | WebSpellChecker\",\"isPartOf\":{\"@id\":\"https:\/\/webspellchecker.com\/#website\"},\"datePublished\":\"2025-07-16T22:01:00+00:00\",\"dateModified\":\"2025-09-19T11:59:42+00:00\",\"description\":\"WProofreader Server v6.2.0: Major dictionary expansions across five languages with 334 new English words, 267 Ukrainian terms, and 75 German additions. Enhanced autocorrect filtering, improved misspelling prioritization, grammar rule refinements, and expanded style guides including Ukrainian calque and sensitive terms, anglicisms in non-English text.\",\"breadcrumb\":{\"@id\":\"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webspellchecker.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Release Notes\",\"item\":\"https:\/\/webspellchecker.com\/release-notes\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"v6.2.0\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webspellchecker.com\/#website\",\"url\":\"https:\/\/webspellchecker.com\/\",\"name\":\"WebSpellChecker\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webspellchecker.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webspellchecker.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webspellchecker.com\/#organization\",\"name\":\"WebSpellChecker\",\"url\":\"https:\/\/webspellchecker.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webspellchecker.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webspellchecker.com\/app\/uploads\/2022\/03\/wsc-logo-with-flag-01.svg\",\"contentUrl\":\"https:\/\/webspellchecker.com\/app\/uploads\/2022\/03\/wsc-logo-with-flag-01.svg\",\"caption\":\"WebSpellChecker\"},\"image\":{\"@id\":\"https:\/\/webspellchecker.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"v6.2.0 | WebSpellChecker","description":"WProofreader Server v6.2.0: Major dictionary expansions across five languages with 334 new English words, 267 Ukrainian terms, and 75 German additions. Enhanced autocorrect filtering, improved misspelling prioritization, grammar rule refinements, and expanded style guides including Ukrainian calque and sensitive terms, anglicisms in non-English text.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/","og_locale":"en_US","og_type":"article","og_title":"v6.2.0","og_description":"WProofreader Server v6.2.0: Major dictionary expansions across five languages with 334 new English words, 267 Ukrainian terms, and 75 German additions. Enhanced autocorrect filtering, improved misspelling prioritization, grammar rule refinements, and expanded style guides including Ukrainian calque and sensitive terms, anglicisms in non-English text.","og_url":"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/","og_site_name":"WebSpellChecker","article_modified_time":"2025-09-19T11:59:42+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/","url":"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/","name":"v6.2.0 | WebSpellChecker","isPartOf":{"@id":"https:\/\/webspellchecker.com\/#website"},"datePublished":"2025-07-16T22:01:00+00:00","dateModified":"2025-09-19T11:59:42+00:00","description":"WProofreader Server v6.2.0: Major dictionary expansions across five languages with 334 new English words, 267 Ukrainian terms, and 75 German additions. Enhanced autocorrect filtering, improved misspelling prioritization, grammar rule refinements, and expanded style guides including Ukrainian calque and sensitive terms, anglicisms in non-English text.","breadcrumb":{"@id":"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webspellchecker.com\/release-notes\/v6-2-0\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webspellchecker.com\/"},{"@type":"ListItem","position":2,"name":"Release Notes","item":"https:\/\/webspellchecker.com\/release-notes\/"},{"@type":"ListItem","position":3,"name":"v6.2.0"}]},{"@type":"WebSite","@id":"https:\/\/webspellchecker.com\/#website","url":"https:\/\/webspellchecker.com\/","name":"WebSpellChecker","description":"","publisher":{"@id":"https:\/\/webspellchecker.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webspellchecker.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webspellchecker.com\/#organization","name":"WebSpellChecker","url":"https:\/\/webspellchecker.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webspellchecker.com\/#\/schema\/logo\/image\/","url":"https:\/\/webspellchecker.com\/app\/uploads\/2022\/03\/wsc-logo-with-flag-01.svg","contentUrl":"https:\/\/webspellchecker.com\/app\/uploads\/2022\/03\/wsc-logo-with-flag-01.svg","caption":"WebSpellChecker"},"image":{"@id":"https:\/\/webspellchecker.com\/#\/schema\/logo\/image\/"}}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/release_notes\/46917"}],"collection":[{"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/release_notes"}],"about":[{"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/types\/release_notes"}],"replies":[{"embeddable":true,"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/comments?post=46917"}],"wp:attachment":[{"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/media?parent=46917"}],"wp:term":[{"taxonomy":"release-note-category","embeddable":true,"href":"https:\/\/webspellchecker.com\/api\/licensing\/wp\/v2\/release-note-category?post=46917"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}