NVDA 歷史版本列表 Page14

最新版本 NVDA 2023.3

NVDA 歷史版本列表

NVDA(NonVisual Desktop Access)是一款免費的“屏幕閱讀器”這使盲人和視力受損的人可以使用電腦。它以電腦語音讀取屏幕上的文字。您可以通過將鼠標或鍵盤上的箭頭移動到文本的相關區域來控制所讀取的內容。如果計算機用戶擁有稱為“盲文顯示”的設備,也可以將文本轉換為盲文。 。 NVDA 為許多盲人提供了教育和就業的關鍵。它還提供了訪問社交網絡,網上購物,銀行和新聞.NVDA 與微軟... NVDA 軟體介紹


UVI Workstation 3.0.9 查看版本資訊

更新時間:2020-01-13
更新細節:

UVI Workstation 3.0.8 查看版本資訊

更新時間:2019-11-06
更新細節:

UVI Workstation 3.0.7 查看版本資訊

更新時間:2019-10-25
更新細節:

Gravit Designer 3.5.27 查看版本資訊

更新時間:2019-09-29
更新細節:

What's new in this version:

Improvements:
- Slightly improved payment flow

Bugfixes:
- Fixed some issues with sharing files
- Plugged a critical security vulnerability

NVDA 2019.2 查看版本資訊

更新時間:2019-09-04
更新細節:

What's new in this version:

New Features:
- NVDA's Miranda NG support works with newer versions of the client
- You can now disable browse mode by default by disabling the new "Enable browse mode on page load" option in NVDA's browse mode settings
- Note that when this option is disabled, you can still enable browse mode manually by pressing NVDA+space
- You can now filter symbols in the punctuation/symbol pronunciation dialog, similar to how filtering works in the elements list and input gestures dialog
- A command has been added to change the mouse text unit resolution (how much text will be spoken when the mouse moves), it has not been assigned a default gesture
- The windows OneCore synthesizer now has a rate boost option, which allows for significantly faster speech
- The Rate Boost option is now configurable from the Synth Settings Ring for supported speech synthesizers. (Currently eSpeak-NG and Windows OneCore)
- Configuration profiles can now be manually activated with gestures
- The gesture must be configured in the "Input gestures" dialog
- In Eclipse, added support for autocompletion in code editor
- Additionally, Javadoc information can be read from the editor when it is present by using NVDA+d
- Added an experimental option to the Advanced Settings panel that allows you to stop the system focus from following the browse mode cursor (Automatically set system focus to focusable elements). Although this may not be suitable to turn off for all websites, this may fix
- Rubber band effect: NVDA sporadically undoes the last browse mode keystroke by jumping to the previous location
- Edit boxes steal system focus when arrowing down through them on some websites
- Browse mode keystrokes are slow to respond
- For braille display drivers that support it, driver settings can now be changed from the braille settings category in NVDA's settings dialog
- Freedom Scientific braille displays are now supported by braille display auto detection
- Added a command to show the replacement for the symbol under the review cursor
- Added an experimental option to the Advanced Settings panel that allows you to try out a new, work-in-progress rewrite of NVDA's Windows Console support using the Microsoft UI Automation API
- In the Python Console, the input field now supports pasting multiple lines from the clipboard

Changes:
- Synthesizer volume is now increased and decreased by 5 instead of 10 when using the settings ring
- Clarified the text in the add-on manager when NVDA is launched with the --disable-addons flag
- Updated Unicode Common Locale Data Repository emoji annotations to version 35.0
- The hotkey for the filter field in the elements list in browse mode has changed to alt+y
- When an auto detected braille display is connected via Bluetooth, NVDA will keep searching for USB displays supported by the same driver and switch to a USB connection if it becomes available
- Updated eSpeak-NG to commit 67324cc
- Updated liblouis braille translator to version 3.10.0
- NVDA will now report the word 'selected' after reporting the text a user has just selected
- In Microsoft Visual Studio Code, NVDA is in focus mode by default

Bug Fixes:
- NVDA no longer crashes when an add-on directory is empty
- LTR and RTL marks are no longer reported in Braille or per-character speech when accessing the properties window
- When jumping to form fields with Browse Mode quick navigation, the entire form field is now announced rather than just the first line
- NVDA will no longer become silent after exiting the Windows 10 Mail app
- NVDA no longer fails to start when the users regional settings are set to a locale unknown to NVDA, such as English (Netherlands)
- When browse mode is enabled in Microsoft Excel and you switch to a browser in focus mode or vice versa, browse mode state is now reported appropriately
- NVDA now properly reports the line at the mouse cursor in Notepad++ and other Scintilla based editors
- In Google Docs (and other web-based editors), braille no longer sometimes incorrectly shows "lst end" before the cursor in the middle of a list item
- In the Windows 10 May 2019 Update, NVDA no longer speaks many volume notifications if changing the volume with hardware buttons when File Explorer has focus
- Loading the punctuation/symbol pronunciation dialog is now much faster when using symbol dictionaries containing over 1000 entries
- In Scintilla controls such as Notepad++, NVDA can read the correct line when wordwrap is enabled
- In Microsoft Excel, the cell location is announced after it changes due to the shift+enter or shift+numpadEnter gestures
- In Visual Studio 2017 and up, in the Objects Explorer window, the selected item in objects tree or members tree with categories is now reported correctly
- Add-ons with names that only differ in capitalization are no longer treated as separate add-ons
- For Windows OneCore voices, the rate set in NVDA is no longer affected by the rate set in Windows 10 Speech Settings
- The log can now be opened with NVDA+F1 when there is no developer info for the current navigator object
- It is again possible to use NVDA's table navigation commands in Google Docs, in Firefox and Chrome
- The bumper keys now work correctly on Freedom Scientific braille displays
- When reading the first character of a document in Notepad++ 7.7 X64, NVDA no longer freezes for up to ten seconds
- HTCom can now be used with a Handy Tech Braille display in combination with NVDA
- In Mozilla Firefox, updates to a live region are no longer reported if the live region is in a background tab
- NVDA's browse mode Find dialog no longer fails to function if NVDA's About dialog is currently open in the background

Changes for Developers:
- You can now set the "disableBrowseModeByDefault" property on app modules to leave browse mode off by default
- The extended window style of a window is now exposed using the `extendedWindowStyle` property on Window objects and their derivatives
- Updated comtypes package to 1.1.7
- When using the report module info command, the order of information has changed to present the module first
- Added an example to demonstrate using nvdaControllerClient.dll from C#
- Added a new isWin10 function to the winVersion module which returns whether or not this copy of NVDA is running on (at least) the supplied release version of Windows 10 (such as 1903)
- The NVDA Python console now contains more useful modules in its namespace (such as appModules, globalPlugins, config and textInfos)
- The result of the last executed command in the NVDA Python console is now accessible from the _ (line) variable
- Note that this shadows the gettext translation function also called "_". To access the translation function: del _

PCDJ DEX 3.13.0 查看版本資訊

更新時間:2019-08-12
更新細節:

SQLyog Community Edition 13.1.5 (64-bit) 查看版本資訊

更新時間:2019-07-23
更新細節:

Dolibarr 9.0.4 查看版本資訊

更新時間:2019-06-30
更新細節:

SQLyog Community Edition 13.1.3 (64-bit) 查看版本資訊

更新時間:2019-06-26
更新細節:

What's new in this version:

Features:
- With new connections saved by this release all passwords etc. saved in files (sqlyog.ini, XML-jobfiles, session restore database etc.) are now encrypted and not only “obfuscated” as before. Old saved connection details with obfuscated passwords will be re-encoded using encryption first time the respective connection is opened (however old SJA "jobfiles" will need to be recreated if encryption shall be used in the jobfile. A jobfile with an "oldstyle" obfuscated password will still work with this new program version). Please observe that, as a consequence of using true encryption, it is now technically impossible to “reverse engineer” a saved password to clear-text (what we sometimes have done for users earlier).
- The “caching_sha2_password” authentication plugin (default in recent MySQL 8 servers) is now supported. This has been achieved by upgrading the MariaDB Connector/C from 2.3x to 3.0x. The same connector upgrade also solves a few rare issues with SSL and other rare connectivity issues.
- We updated the ‘keywords.db’ file (used for autocomplete and syntax highlighting) with new keywords and functions added in recent MySQL and MariaDB servers.

Bug Fixes:
- “Duplicate Current Row” was unintentionally disabled (or “greyed out”) in SQLyog Community edition
- With MySQL 8.0.12+ Schema Sync displayed an extra ‘DEFAULT’ keyword for a table having a TIMESTAMP column with a default value. Older MySQL versions and MariaDB were not affected
- Schema Sync displayed the CREATE VIEW query twice for Views on comparison. This is a regression bug introduced in SQLyog v13.1.2
- SQLyog closed abruptly when executing a CREATE/ALTER TABLE statement using the GUI interface. This happened with MySQL v5.0.x and v5.1.x server versions only and is also a regression bug

Gravit Designer 3.5.16 查看版本資訊

更新時間:2019-05-20
更新細節: