diff --git a/addon/doc/ar/readme.md b/addon/doc/ar/readme.md index bbd2096..c901476 100644 --- a/addon/doc/ar/readme.md +++ b/addon/doc/ar/readme.md @@ -2,7 +2,7 @@ المطوِّرون: Ibrahim Hamadeh, Cary Rowen, Belala Toufik التوافقية مع إصدارات NVDA: 2019.1 فما فوق -تحميل [الإصدار 3.2][1] +تحميل [الإصدار 3.2.1][1] هذه الإضافة تقوم باستخلاص الروابط إمّا مِن النص المحدد أو النص في الحافِظةأو آخِر نص منطوق. و إظهارها في قاءمة في محاورة @@ -38,6 +38,10 @@ Alt+/ هو الإختصار الإفتراضي, و لكنك دائما تستطيع تغييره مِن خلال: قائمةْ NVDA/تفضيلات/تخصيص اختصارات NVDA/فتح الرابط بواسطة. +## التغييرات في 3.2.1 ## + +* ترجمةْ الإضافة إلى اللغة الروسية, بمساهمة مِن Kostenkov. + ## التغييرات في 3.2 ## * تحديث آخِر إصدار تَمَّ تجريبه, بحيث تكون الإضافة الآن متوافقة مع NVDA 2024.1. @@ -90,4 +94,4 @@ Alt+/ هو الإختصار الإفتراضي, و لكنك دائما تستط * الإصدار الأول. -[1]: https://github.com/ibrahim-s/openLinkWith/releases/download/3.2/openLinkWith-3.2.nvda-addon +[1]: https://github.com/ibrahim-s/openLinkWith/releases/download/3.2.1/openLinkWith-3.2.1.nvda-addon diff --git a/buildVars.py b/buildVars.py index fb58f12..7fb1e58 100644 --- a/buildVars.py +++ b/buildVars.py @@ -28,7 +28,7 @@ def _(arg): Press the command you assotiated with the addon via input gestures, to display OpenLinkWith dialog. """), # version - "addon_version": "3.2", + "addon_version": "3.2.1", # Author(s) "addon_author": "Ibrahim Hamadeh , Cary Rowen , Belala Toufik", # URL for the add-on documentation support diff --git a/readme.md b/readme.md index 34cf62a..4747731 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Authors: Ibrahim Hamadeh, Cary Rowen, Belala Toufik NVDA compatibility: 2019.1 and beyond -Download [Stable version 3.2][1] +Download [Stable version 3.2.1][1] This addon is used to extract links either from selected, clipboard, or last spoken text display them in a list in a dialog @@ -36,6 +36,10 @@ Lot of times, while reading a message encounter a link to github, the browser I Alt+/ is the default gesture, but you can always change it through NVDA menu/Preferences/Input gestures/Open link with. +## Changes for 3.2.1 ## + +* Add Russian localization and documentation, contributed by Kostenkov. + ## Changes for 3.2 ## * Update last tested version, so the addon now is compatible with NVDA 2024.1. @@ -97,4 +101,4 @@ So that we have the obtion to close the dialog after activating a link. * Initial version. -[1]: https://github.com/ibrahim-s/openLinkWith/releases/download/3.2/openLinkWith-3.2.nvda-addon +[1]: https://github.com/ibrahim-s/openLinkWith/releases/download/3.2.1/openLinkWith-3.2.1.nvda-addon