NVDA 歷史版本列表 Page1

最新版本 NVDA 2023.3

NVDA 歷史版本列表

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


NVDA 2023.3 查看版本資訊

更新時間:2023-10-30
更新細節:

What's new in this version:

New Features:
Enhanced sound management:
A new Audio Settings panel:
- This can be opened with NVDA+control+u
- An option in Audio settings to have the volume of NVDA sounds and beeps follow the volume setting of the voice you are using
- An option in Audio settings to separately configure the volume of NVDA sounds
- The settings to change audio output device and toggle audio ducking have been moved to the new Audio settings panel from the Select Synthesizer dialog. These options will be removed from the "select synthesizer" dialog in 2024.1.
- NVDA will now output audio via the Windows Audio Session API (WASAPI), which may improve the responsiveness, performance and stability of NVDA speech and sounds

Note: WASAPI is incompatible with some add-ons. Compatible updates are available for these add-ons, please update them before updating NVDA. Incompatible versions of these add-ons will be disabled when updating NVDA:
- Tony's Enhancements version 1.15 or older
- NVDA global commands extension 12.0.8 or older
- NVDA is now able to continually update the result when performing optical character recognition (OCR), speaking new text as it appears
- To enable this functionality, enable the option "Periodically refresh recognized content" in the Windows OCR category of NVDA's settings dialog
- Once enabled, you can toggle speaking new text by toggling report dynamic content changes (pressing NVDA+5)
- When using automatic detection of braille displays, it is now possible to opt-out drivers from detection from the braille display selection dialog
- A new option in Document Formatting settings, "Ignore blank lines for line indentation reporting"
- Added an unassigned gesture to navigate by tab groupings in browse mode

Changes:
Braille:
- When the text in a terminal changes without updating the caret, the text on a braille display will now properly update when positioned on a changed line. This includes situations where braille is tethered to review.
- More BRLTTY key bindings are now mapped to NVDA commands
- learn: toggle NVDA input help
- prefmenu: open the NVDA menu
- prefload/prefsave: Load/save NVDA configuration
- time: Show time
- say_line: Speak the current line where the review cursor is located
- say_below: Say all using review cursor
- The BRLTTY driver is only available when a BRLTTY instance with BrlAPI enabled is running
- The advanced setting to enable support for HID braille has been removed in favor of a new option. You can now disable specific drivers for braille display auto detection in the braille display selection dialog.
- Add-on Store: Installed add-ons will now be listed in the Available Add-ons tab, if they are available in the store
- Some shortcut keys have been updated in the NVDA menu

Fixed:
Microsoft Office:
- Fixed crash in Microsoft Word when Document formatting options "report headings" and "report comments and notes" were not enabled
- In Word and Excel, text alignment will be correctly reported in more situations
- Fixes the announcement of some cell formatting shortcuts in Excel

Microsoft Edge:
- NVDA will no longer jump back to the last browse mode position when opening the context menu in Microsoft Edge
- NVDA is once again able to read context menus of downloads in Microsoft Edge

Braille:
- The braille cursor and selection indicators will now always be updated correctly after showing or hiding respective indicators with a gesture
- Fixed bug where Albatross braille displays try to initialize although another braille device has been connected

Add-on Store:
- Fixed bug where unchecking "include incompatible add-ons" would result in incompatible add-ons still being listed in the store
- Add-ons blocked due to compatibility reasons should now be filtered correctly when toggling the filter for enabled/disabled status
- Fixed bug preventing overridden enabled incompatible add-ons being upgraded or replaced using the external install tool
- Fixed bug where NVDA would not speak until restarted after add-on installation
- Fixed bug where add-ons cannot be installed if a previous download failed or was cancelled
- Fixed issues with handling incompatible add-ons when upgrading NVDA
- NVDA once again announces calculation results in the Windows 32bit calculator on Server, LTSC and LTSB versions of Windows
- NVDA no longer ignores focus changes when a nested window (grand child window) gets focus
- Fixed a potential cause of crashing during NVDA startup

Changes for Developers:
- Please refer to the developer guide for information on NVDA's API deprecation and removal process
- braille.handler.handleUpdate and braille.handler.handleReviewMove have been changed in order not to update instantly. Before this change, when either of these methods was called very often, this would drain many resources. These methods now queue an update at the end of every core cycle instead. They should also be thread safe, making it possible to call them from background threads.
- Added official support to register custom braille display drivers in the automatic braille display detection process. Consult the braille.BrailleDisplayDriver class documentation for more details. Most notably, the supportsAutomaticDetection attribute must be set to True and the registerAutomaticDetection classmethod must be implemented.

Deprecations:
- braille.BrailleHandler.handlePendingCaretUpdate is now deprecated with no public replacement. It will be removed in 2024.1.
- Importing the constants xlCenter, xlJustify, xlLeft, xlRight, xlDistributed, xlBottom, xlTop from NVDAObjects.window.excel is deprecated. Use XlHAlign or XlVAlign enumerations instead.
- The mapping NVDAObjects.window.excel.alignmentLabels is deprecated. Use the displayString methods of XlHAlign or XlVAlign enumerations instead.
- bdDetect.addUsbDevices and bdDetect.addBluetoothDevices have been deprecated. Braille display drivers should implement the registerAutomaticDetection classmethod instead. That method receives a DriverRegistrar object on which the addUsbDevices and addBluetoothDevices methods can be used.
- The default implementation of the check method on BrailleDisplayDriver uses bdDetect.driverHasPossibleDevices for devices that are marked as thread safe. Starting from NVDA 2024.1, in order for the base method to use bdDetect.driverHasPossibleDevices, the supportsAutomaticDetection attribute must be set to True as well.

Select Version 查看版本資訊

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

What's new in this version:

- This release introduces the Add-on Store to replace the Add-ons Manager. In the Add-on Store you can browse, search, install and update community add-ons. You can now manually override incompatibility issues with outdated add-ons at your own risk.
- There are new braille features, commands, and display support. There are also new input gestures for OCR and flattened object navigation. Navigating and reporting formatting in Microsoft Office is improved.
- There are many bug fixes, particularly for braille, Microsoft Office, web browsers and Windows 11

NVDA 2023.2 查看版本資訊

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

What's new in this version:

- This release introduces the Add-on Store to replace the Add-ons Manager. In the Add-on Store you can browse, search, install and update community add-ons. You can now manually override incompatibility issues with outdated add-ons at your own risk.
- There are new braille features, commands, and display support. There are also new input gestures for OCR and flattened object navigation. Navigating and reporting formatting in Microsoft Office is improved.
- There are many bug fixes, particularly for braille, Microsoft Office, web browsers and Windows 11

NVDA 2023.1 查看版本資訊

更新時間:2023-03-27
更新細節:

What's new in this version:

- A new option has been added, "Paragraph Style" in "Document Navigation"This can be used with text editors that do not support paragraph navigation natively, such as Notepad and Notepad++
- There is a new global command to report the destination of a link, mapped to NVDA+k
- Support for annotated web content (such as comments and footnotes) has improvedPress NVDA+d to cycle through summaries when annotations are reported (e.g"has comment, has footnote")
- Tivomatic Caiku Albatross 46/80 braille displays are now supported
- Support for ARM64 and AMD64 versions of Windows has improved
- There are many bug fixes, notably Windows 11 fixes
- eSpeak, LibLouis, Sonic rate boost and Unicode CLDR have been updatedThere are new Georgian, Swahili (Kenya) and Chichewa (Malawi) braille tables

Note:
- This release breaks compatibility with existing add-ons

New Features:
- Microsoft Excel via UI Automation: Automatic reporting of column and row headers in tables
Note: This is referring to tables formatted via the "Table" button on the Insert pane of the Ribbon"First Column" and "Header Row" in "Table Style Options" correspond to column and row headers respectively.
- This is not referring to screen reader specific headers via named ranges, which is currently not supported via UI Automation
- An unassigned script has been added to toggle delayed character descriptions
- Added an experimental option to leverage the UIA notification support in Windows Terminal to report new or changed text in the terminal, resulting in improved stability and responsivity
- Consult the user guide for limitations of this experimental option
- On Windows 11 ARM64, browse mode is now available in AMD64 apps such as Firefox, Google Chrome and 1Password
- A new option has been added, "Paragraph Style" in "Document Navigation"This adds support for single line break (normal) and multi line break (block) paragraph navigationThis can be used with text editors that do not support paragraph navigation natively, such as Notepad and Notepad++
- The presence of multiple annotations are now reportedNVDA+d now cycles through reporting the summary of each annotation target for origins with multiple annotation targetsFor example, when text has a comment and a footnote associated with it
- Added support for Tivomatic Caiku Albatross 46/80 braille displays
- New global command: Report link destination (NVDA+k)Pressed once will speak/braille the destination of the link that is in the navigator objectPressing twice will show it in a window, for more detailed review
- New unmapped global command (Tools category): Report link destination in a windowSame as pressing NVDA+k twice, but may be more useful for braille users

Changed:
- Updated LibLouis braille translator to 3.24.0
- Major updates to Hungarian, UEB, and Chinese bopomofo braille.
- Support for the Danish braille standard 2022.
- New braille tables for Georgian literary braille, Swahili (Kenya) and Chichewa (Malawi)
- Updated Sonic rate boost library to commit 1d70513
- CLDR has been updated to version 42.0
- eSpeak NG has been updated to 1.52-dev commit f520fecb
- Fixed reporting of large numbers
- Java applications with controls using the selectable state will now announce when an item is not selected rather than when the item is selected

Fixed:
Windows 11 fixes:
- NVDA will announce search highlights when opening Start menu
- On ARM, x64 apps are no longer identified as ARM64 applications
- Clipboard history menu items such as "pin item" can be accessed
- In Windows 11 22H2 and newer, it is again possible to use mouse and touch interaction to interact with areas such as the system tray overflow window and "Open With" dialog
- Suggestions are reported when typing an @mention in in Microsoft Excel comments
- In the Google Chrome location bar, suggestion controls (switch to tab, remove suggestion etc) are now reported when selected
- When requesting formatting information, colors are now explicitly reported in Wordpad or log viewer, rather than only "Default color"
- In Firefox, activating the "Show options" button on GitHub issue pages now works reliably
- The date picker controls in Outlook 2016 / 365 Advanced search dialog now report their label and value
- ARIA switch controls are now actually reported as switches in Firefox, Chrome and Edge, rather than checkboxes
- NVDA will automatically announce the sort state on an HTML table column header when changed by pressing an inner button
- A landmark or region's name is always automatically spoken when jumping inside from outside using quick navigation or focus in browse mode
- When beep or announce 'cap' for capitals is enabled with delayed character descriptions, NVDA no longer beeps or announces 'cap' twice
- Controls in tables in Java applications will now be announced more accurately by NVDA
- Some settings will no longer be unexpectedly different when used with multiple profiles

The following settings have been addressed:
- Line indentation in Document formatting settings
- Cell borders in doc formatting settings
- Show messages in braille settings
- Tether Braille in braille settings
- In some rare cases, these settings used in profiles may be unexpectedly modified when installing this version of NVDA.
- Please check these options in your profiles after upgrading NVDA to this version
- Emojis should now be reported in more languages
- The presence of an annotation is no longer missing in braille for some elements
- Fixed an issue where config changes not save correctly when changing between a "Default" option and the value of the "Default" option
- When configuring NVDA there will always be at least one key defined as an NVDA key
- When accessing the NVDA menu via the notification area, NVDA will not suggest a pending update anymore when no update is available
- Remaining, elapsed and total time is now reported correctly for audio files over a day long in foobar2000
- In web browsers such as Chrome and Firefox, alerts such as file downloads are shown in braille in addition to being spoken
- Bug fixed when navigating to the first and last column in a table in Firefox
- When NVDA is launched with --lang=Windows parameter, it is again possible to open NVDA's General settings dialog
- NVDA no longer fails to continue reading in Kindle for PC after turning the page

Changes for Developers:
Note: this is an Add-on API compatibility breaking releaseAdd-ons will need to be re-tested and have their manifest updatedPlease refer to the developer guide for information on NVDA's API deprecation and removal process.
- System tests should now pass when run locally on non-English systems
- In Windows 11 on ARM, x64 apps are no longer identified as ARM64 applications
- It is no longer necessary to use SearchField and SuggestionListItem UIA NVDAObjects in new UI Automation scenarios, where automatic reporting of search suggestions, and where typing has been exposed via UI Automation with the controllerFor patternThis functionality is now available generically via behaviours.EditableText and the base NVDAObject respectively
- The UIA debug logging category when enabled now produces significantly more logging for UIA event handlers and utilities
- NVDAHelper build standards updated
- Now uses the C++20 standard, was C++17.
- Now uses the /permissive- compiler flag which disables permissive behaviors, and sets the /Zc compiler options for strict conformance
- Some plugin objects (e.gdrivers and add-ons) now have a more informative description in the NVDA python console
- NVDA can now be fully compiled with Visual Studio 2022, no longer requiring the Visual Studio 2019 build tools
- More detailed logging for NVDA freezes to aid debugging
- The singleton braille._BgThread class has been replaced with hwIo.ioThread.IoThread
- A single instance hwIo.bgThread (in NVDA core) of this class provides background i/o for thread safe braille display drivers.
- This new class is not a singleton by design, add-on authors are encouraged to use their own instance when doing hardware i/o
- The processor architecture for the computer can be queried from winVersion.WinVersion.processorArchitecture attribute
- New extension points have been added
- inputCore.decide_executeGesture
- tones.decide_beep
- nvwave.decide_playWaveFile
- braille.pre_writeCells
- braille.filter_displaySize
- braille.decide_enabled
- braille.displayChanged
- braille.displaySizeChanged
- It is possible to set useConfig to False on supported settings for a synthesizer driver

API Breaking Changes:
- These are breaking API changesPlease open a GitHub issue if your Add-on has an issue with updating to the new API.

The configuration specification has been altered, keys have been removed or modified:
In [documentFormatting] section
- reportLineIndentation stores an int value (0 to 3) instead of a boolean
- reportLineIndentationWithTones has been removed.
- reportBorderStyle and reportBorderColor have been removed and are replaced by reportCellBorders

In [braille] section
- noMessageTimeout has been removed, replaced by a value for showMessages.
- messageTimeout cannot take the value 0 anymore, replaced by a value for showMessages.
- autoTether has been removed; tetherTo can now take the value "auto" instead

In [keyboard] section
- useCapsLockAsNVDAModifierKey, useNumpadInsertAsNVDAModifierKey, useExtendedInsertAsNVDAModifierKey have been removedThey are replaced by NVDAModifierKeys
- The NVDAHelper.RemoteLoader64 class has been removed with no replacement
- The following functions in winAPI.sessionTracking are removed with no replacement
- isWindowsLocked
- handleSessionChange
- unregister
- register
- isLockStateSuccessfullyTracked
- It is no longer possible to enable/disable the braille handler by setting braille.handler.enabledTo disable the braille handler programatically, register a handler to braille.handler.decide_enabled
- It is no longer possible to update the display size of the handler by setting braille.handler.displaySizeTo update the displaySize programatically, register a handler to braille.handler.filter_displaySizeRefer to brailleViewer for an example on how to do this
- There have been changes to the usage of addonHandler.Addon.loadModule
- loadModule now expects dot as a separator, rather than backslashFor example "lib.example" instead of "libexample".
- loadModule now raises an exception when a module can't be loaded or has errors, instead of silently returning None without giving information about the cause
- The following symbols have been removed from appModules.foobar2000 with no direct replacement
- statusBarTimes
- parseIntervalToTimestamp
- getOutputFormat
- getParsingFormat
- The following are no longer singletons - their get method has been removedUsage of Example.get() is now Example()
- UIAHandler.customAnnotations.CustomAnnotationTypesCommon
- UIAHandler.customProps.CustomPropertiesCommon
- NVDAObjects.UIA.excel.ExcelCustomProperties
- NVDAObjects.UIA.excel.ExcelCustomAnnotationTypes

Deprecations:
- NVDAObjects.UIA.winConsoleUIA.WinTerminalUIA is deprecated and usage is discouraged
- config.addConfigDirsToPythonPackagePath has been movedUse addonHandler.packaging.addDirsToPythonPackagePath instead
- braille.BrailleHandler.TETHER_* are deprecatedUse configFlags.TetherTo.*.value instead
- utils.security.postSessionLockStateChanged is deprecatedUse utils.security.post_sessionLockStateChanged instead
- NVDAObject.hasDetails, NVDAObject.detailsSummary, NVDAObject.detailsRole has been deprecatedUse NVDAObject.annotations instead
- keyboardHandler.SUPPORTED_NVDA_MODIFIER_KEYS is deprecated with no direct replacementConsider using the class config.configFlags.NVDAKey instead
- gui.MainFrame.evaluateUpdatePendingUpdateMenuItemCommand has been deprecatedUse gui.MainFrame.SysTrayIcon.evaluateUpdatePendingUpdateMenuItemCommand instead

Typora 1.5.10 (64-bit) 查看版本資訊

更新時間:2023-03-27
更新細節:

What's new in this version:

Fixed:
- selection range after insert image
- cursor when typing inside styled links
- find again after switch docs
- use command line typora aaa.md when aaa.md does not exists
- garbled path under open recent menu
- PDF export contains page break div

SUMo 5.17.3 Build 535 查看版本資訊

更新時間:2023-03-27
更新細節:

What's new in this version:

SUMo 5.17.3 Build 535
- [Refactoring] "ModelMaker Tools BV" company name rationalization
- [Refactoring] Update OpenSSL to 3.1.0
- [Bug] Wrong version reported for "Citrix Workspace by Citrix Systems, Inc."
- [Refactoring] "Cloud Software Group, Inc." to be renamed "Citrix Systems, Inc."
- [Bug] Wrong version reported for "Ant Download Manager"
- [Bug] Wrong version reported for "Tax 20xx" from Buhl Data Service GmbH
- [Refactoring] "Buhl Data Service GmbH" company name rationalization
- [Refactoring] "BlueStack Systems, Inc."
- [Refactoring] BlueStacksHelper to be filtered out
- [Refactoring] Updated Hungarian translation


SUMo 5.17.2 Build 534
- [Refactoring] Updated German translation
- [Refactoring] SUMo shall distinguish "Chome (Beta / Dev / Canary)" from "Chome"
- [Bug] NodeJS not correctly identified (LTS/Current)
- [Refactoring] "Sober Lemur S.r.l." (pdfsam) rationaization
- [Refactoring] "Blueberry Software" company name rationalization
- [Bug] Wrong version reported for "Logitech Media Server by Logitech, Inc."
- [Refactoring] Update OpenSSL to 3.0.8
- [Bug] OpenSSL vulnerability - Exploits available


SUMo 5.17.1 Build 533
- [Refactoring] Wrong file reported for Microsoft Edge
- [New Feature] Support for "EaseUS Todo PCTrans"
- [Refactoring] Updated German translation
- [Bug] Wrong version reported for "WinZip" due to "WinZip Secure Backup"
- [New Feature] Add support for DBeaver community edition database tool
- [Refactoring] FixWin v10 for Win10 shall be distinguished from v11 for Win11
- [Refactoring] " Steve Gray" should now appear as "AutoHotkey Foundation LLC"
- [Refactoring] "Create Portable TextPad" to be filtered out


SUMo 5.17.0 Build 532
Refactoring:
- "Microsoft PC Manager by Microsoft" wrongly detected as "MSPCManager by MSPCManager" and subproducts to be filtered
- "OpenBoxLab" company name rationalization
- [New Feature] ReactOS detection in logs (including build number and fallback for custom builds)
- Windows 2003 is not detected correctly (5.2)
- Wrong version reported for "WISO Stauer 2023"
- SpyderUtility and ProfileChooser to be filtered out (dependancy)
- "Adobe Licensing WF" to be filtered (dependancy)
- Wrong version reported for several "ChrisPC" software
- Incorrect version reported for "Adobe Acrobat (64 bits) " (Set-up.exe to be filtered out)
- [New Feature] Add the software QTTabBar to the Sumo list
- Wrong version reported for "Wondershare Filmora"
- "Robert Maehl" company name rationalization
- Wrong version reported for "Ventoy" (and subcomponents to be filtered)
- "EA Error Reporter" to be filtered out (dependancy)
- Wrong version reported for "EA (64 bits)"

Fixed:
- Mises à jour de JDownloader 2 non détectée
- Wrong version reported for "JDownloader"
- Wrong version reported for "zortam mp3 media studio"
- SpyderXPro/Elite identification
- "Dimension 4" detected as "Dimension"
- VSCodium is not detected


SUMo 5.16.5 Build 531
- [Refactoring] Send2Phone not properly detected as Abelssoft (with associated version decoding)
- [Refactoring] NetCoreDownloader to be filtered out (dependancy)
- [Refactoring] Incorrect version reported for "LINQPad"
- [Refactoring] "Western Digital Dashboard" not detected by SUMo
- [Refactoring] "Facebook Technologies, LLC", "Meta Platforms, Inc." rationalization
- [Refactoring] "TagScanner" incorrectly detected as "TagScan"
- [Bug] 2 entry reported for MikTex
- [Bug] Auslogics Driver Updater shall not be filtered (not fixed correctly in 0007126)


SUMo 5.16.4 Build 530
- [Refactoring] Refactor AOMEI Partition Assistant detection
- [Refactoring] Filter "Partition Assistant Help"
- [Refactoring] "AOMEI Partition Assistant Lite" detected as "AOMEI Partition Assistant"
- [Refactoring] Missing company name for "Listary"
- [Refactoring] Incorrect company name for "BlueStack X"
- [Refactoring] Rationalize company name for "Adguard Software Limited"
- [Bug] Auslogics Driver Updater shall not be filtered
- [Refactoring] "WISO steuer:" and "WISO steuer-" rationalization
- [Bug] WISO-Sparbuch versions are not correct
- [Refactoring] Rationalize company name for "AIMP"
- [Refactoring] VirtualDub2 version should show Release/Builds
- [Refactoring] Wrong company name for "VirtualDub2"


SUMo 5.16.3 Build 528
- [Refactoring] "Jump Desktop Client" confused with "Jump Desktop Connect"
- [Refactoring] Missing company name for "Pulse Secure"
- [Refactoring] "Pulse Secure" company name rationalization
- [Bug] "Onetastic for Microsoft OneNote (64 bits) by ATAY LLC" should not be filtered as Microsoft Product
- [Refactoring] CitrixWorkspaceApp.exe to be filtered out (Citrix Workspace installer)
- [Refactoring] Update ICS library to 8.70 and OpenSSL to 3.0.7
- [Refactoring] SUMo shall distinguish "Edge Insiders" (Beta / Dev / Canary) from "Edge"
- [Refactoring] "ActivationClient by Softland" to be filtered out (dependancy)
- [Refactoring] Incorrect version reported for "Adobe Acrobat (64 bits) " (Set-up.exe to be filtered out)


SUMo 5.16.2 Build 527
- [Refactoring] Rationalize company name for "MySQL"
- [Refactoring] Missing company name for "mysql (64 bits)"
- [Refactoring] "Oracle" company name rationalization
- [Refactoring] Wrong Firefox detection (due to private_browsing.exe)


SUMo 5.16.1 Build 526
Refactoring:
- Memory leak (FileGrabber)
- Memory leak (SSLContext)
- Wrong version reported for "Thunderbird (64 bits) by Mozilla Foundation" due to rnp-cli.exe / rnpkeys.exe
- Danish translation update
- "IObit Public Program" to be filtered out (dependancy)
- "IObit Tips by IOBit" to be filtered out (dependancy)
- Updated Hebrew translation
- "Karen's Replicator" incorrectly reported as "Karen's Power Tools"
- Seatools v5 not detected / loaded into SUMo
- "Paragon Partition Manager Community Edition " identified as "Paragon System Utilities"
- "Logs saver utility" to be filtered out (dependancy)


SUMo 5.16.0 Build 525
Refactoring:
- Wrong version reported for "Wondershare Filmora (64 bits) by Wondershare"
- "Raspberry Pi" company name rationalization
- Company name rationalization for "Blizzard"
- Incorrect version for Kobo Desktop above 4.33.17355
- Wrong version reported for "Dell Display Manager by EnTech Taiwan"
- Robustifying Abelssoft installer filtering
- "*webinstaller*" to be filtered out (installer)
- "eBook Converter" mixed with "eBook DRM Removal Bundle"
- Incorrect version reported for "Waterfox"
- Wrong version reported for "LibreWolf Portable"
- Wrong company name for "LibreWolf"
- "Rony Shapiro" company name rationalization
- Wrong version and company name reported for imDisk
- Increase performance of "scan" for Flash components
- Weakness in AIR Application scanning for a name
- "Open Whisper Systems" now replaced by "Signal Messenger, LLC"
- "Grammarly" company name rationalization
- "Mintty" multiple detection
- "Karen Kenworthy" company name rationalization
- "WiseUpdt by [empty]" to be filtered out (dependancy)
- "view User's Guide by [empty]" to be filtered out (dependancy)
- "Launcher (64 bits) by [empty]" to be filtered out (dependancy)
- SUMo shall differentiate Launchy from Launchy QT
- "Engelmann Software" rationalization
- G.Skill : "Trident Z Lighting Control", 2 entries with wrong version
- "NVidia Package Launcher" shall be filtered out (dependancies)

Fixed:
- Shortcut to .cpl not resolved by "Scan" but works correctly with manual drag'n'drop
- Wrong version reported for Remote Utilities Server by Remote Utilities LLC
- Some AutoCAD component in DWG TrueView are incorrectly reported as AutoCAD


SUMo 5.15.2 Build 524
- [Fixed] SUMo confuses products from "Wintools.net" and "Wintools.info"
- [New Feature] 7za should be identified as a separate program
- [Refactoring] "RouterGard 2023" from Abelssoft not detected by SUMo
- [Refactoring] Product name rationalisation for "ProtonVPN"
- [Refactoring] ProtonVPN company should be "Proton Technologies AG"


SUMo 5.15.1 Build 523
- [Refactoring] "Blackmagic Design" company name rationalization
- [Refactoring] "Solidigm.UI by " shall be identified as "Solidigm Storage Tool by Intel"
- [Refactoring] Incorrect version reported for "Trader Workstation"
- [Refactoring] Wrong version reported for "Ventoy by longpanda"
- [Refactoring] "AudioConverter Studio" : Wrong version reported
- [Refactoring] "MyHeritage" company name rationalization


SUMo 5.15.0 Build 522
- [Refactoring] Update ICS library to 8.68 and OpenSSL to 3.0.1
- [Refactoring] "AlertMail by Crystal Dew World" to be filtered out
- [Refactoring] Updated Ukranian translation
- [Refactoring] Updated Chinese translation
- [New Feature] Open WindowsStore Updates from SUMo
- [Refactoring] Open Windows Updates from SUMo
- [Refactoring] "Ramen Software" rationalization


SUMo 5.14.12 Build 520
- [Refactoring] Wrong version reported for DWG TrueView
- [Bug] Incorrect version reported for "Backblaze Backup" (bzinstall-* to be filtered out)
- [Refactoring] "Backblaze Backup" installer should be filtered out
- [Refactoring] "DigitalVolcano" company name rationalization
- [Refactoring] "DeepL SE" company name rationalization
- [Refactoring] Multiple detection for "Storage Executive" by Micron
- [Refactoring] SUMo shall distinguish "Ashampoo PDF" from "Ashampoo PDF Pro"
- [Refactoring] RAMBox / RAMBox CE to be detected as 2 distinct product (different version numbers)
- [Refactoring] Updated Hebrew translation


SUMo 5.14.11 Build 519
- [Bug] Multiple editions of Macrium Reflect, each with a different version
- [Refactoring] "AgileBits / 1Password" company name rationalization
- [Refactoring] Multiple company name for "Driver Genius"
- [Refactoring] "Greatis Software" company name rationalization
- [Refactoring] "Cakewalk" company name rationalization
- [Refactoring] "Alway Sync (64 bits) by Botkind, Inc" to be detected as "Allway Sync (64 bits) by Botkind, Inc"
- [Refactoring] "Trimble, Inc." company name rationalization


SUMo 5.14.10 Build 518
- [Bug] Very slow scan performance on "Screen-o-Matic"
- [Refactoring] Updated Japanese Translation
- [Refactoring] "4K Video Downloader" installer not filtered out
- [Bug] Wrong version reported for "Radeon Software"
- [Refactoring] Incorrect version reported for "Technitium DNS Server"
- [Refactoring] Updated Italian translation
- [Refactoring] "HitmanPro" company should be identified as "SurfRight B.V."


SUMo 5.14.9 Build 516
- [Refactoring] Updated Hebrew translation
- [Refactoring] LatencyMon 7.20 reported as 6.50
- [Refactoring] "Mediapurge" wrongly identified as "TagComplete"
- [Refactoring] "www.eFMer.eu Cpu/Gpu temperature throttle (64 bits)": refactor to "TThrottle"
- [Refactoring] Incorrect version reported for "EaseUS Data Recovery Wizard (64 bits)"
- [Refactoring] Incorrect version reported for "Screen-o-Matic"
- [Refactoring] Updated French translation
- [Refactoring] Updated Portuguese translation
- [Refactoring] Updated Brazillian translation


SUMo 5.14.8 Build 515
- [Refactoring] Luminar Neo, Luminar 4 and Luminar AI are two different products
- [Refactoring] Wrong version reported for "Screencast-O-Matic"
- [Refactoring] "Screencast-O-Matic Launcher" to be detected as "Screencast-O-Matic"
- [Refactoring] "G Data" company name rationalization
- [Refactoring] SUMo shall distinguish ZoneAlarm from ZoneAlarm Pro
- [Refactoring] "SteuertippsCenter by Akademische Arbeitsgemeinschaft Verlag" should be listed on "yearly" version scheme
- [Refactoring] Updated Hebrew translation
- [Bug] PhotoScape is incorrectly detected (1.0 instead of 3.6.2)
- [Bug] PhotoScape installer not filtered out
- [Refactoring] "SQUARE ENIX" company name rationalization
- [New Feature] QEMU support
- [Refactoring] Multiple detection for "Paint.net"
- [Bug] SUMo fails on trimming . in path
- [Refactoring] "Plex Media Player" is not detected by SUMo
- [Refactoring] Wrong version reported for "Plex" if "Plex Media Player" is also installed


SUMo 5.14.7 Build 514
- [Refactoring] SUMo should trim . in path
- [Bug] Plex is not discovered as an installed app, is not checked for latest version
- [Bug] Wrong version reported for Epic Games Launcher
- [Refactoring] Incorrect identification of some COMODO sub-products
- [Refactoring] "Autoruns.exe" to be filtered out (if COMODO product)
- [Refactoring] SUMo reads wrong Comodo app (CCE)
- [Refactoring] WiseJet installer not filtered out
- [Refactoring] Incorrect version reported for "Wise JetSearch" (due to WiseJetHelp.exe)
- [Refactoring] SUMo shall be able to distinguish StartIsBack / StartIsBack+ / StartIsBack++
- [Refactoring] StartAllBack "UpdateCheck" to be filtered out (reports incorrect version)
- [Refactoring] Missing company name for "StartAllBack"
- [Refactoring] "SteuertippsCenter by Akademische Arbeitsgemeinschaft Verlag" should be listed on "yearly" version scheme
- [New Feature] "H&R Block" should be listed on "yearly" version scheme
- [Refactoring] Samsung Magician for Consumer and for Enterprise to be distinguished
- [Bug] "Ultimate Windows Tweaker 3 3" shall be named "Ultimate Windows Tweaker 3"
- [Bug] Wrong name for "Battle.net"
- [Refactoring] "Hauppauge Computer Works, Inc " company name rationalization


SUMo 5.14.6 Build 513
- [Refactoring] Company name rationalization for "Process Hacker"
- [Refactoring] Remove trailing " 64bit" from names
- [Bug] "Google Chrome Canary" listed as "Google Chrome"
- [Refactoring] "Cisco Systems, Inc." company name rationalization
- [Refactoring] Inconsistent company name for "Win 10 Tweaker"
- [Refactoring] Incorrect version reported for "NetPhone Client "
- [Refactoring] Updated Italian translation
- [Refactoring] Updated German translation
- [Refactoring] Distinguish "Samsung Portable SSD for T7" and "Samsung Portable SSD for T5/X5"
- [Refactoring] Ultimate Windows Tweaker v4 for Win10 shall be distinguished from v5 for Win11, v3 for for Win8.x and v2 for Vista & 7
- [Refactoring] "The windows club" company name rationalization
- [Bug] AsIoUnins.exe to be filtered out


SUMo 5.14.5 Build 512
- [Refactoring] Powershell and Powershell Core shall be identified as 2 distinct products
- [Refactoring] Powershell 5.1 shall be considered as a MS product
- [Refactoring] Wrong version reported for Dante Virtual Soundcard
- [Refactoring] Company name rationalization for "XRECODE"
- [Refactoring] "RealVNC" Company name rationalization


SUMo 5.14.4 Build 511
0006813: [Refactoring] PowerShell 5.1 reported as v10 (Kyle_Katarn)
0006814: [Refactoring] PowerShell 5.1 filtered while it's supposed to be (Kyle_Katarn)
0006824: [Refactoring] "Carifred" company name rationalization (Kyle_Katarn)
0006826: [Refactoring] Wrong version reported for "IceCream Ebook Reader" (Kyle_Katarn)
0006806: [Refactoring] Company name rationalization for "FastStone" (Kyle_Katarn)
0006790: [Bug] Playnite: DLL must be detected not the EXE! (Kyle_Katarn)
0006817: [Refactoring] Incorrect detection of NW.js based software (eg: "Kotobee Reader") as "nwjs by The NW.js Community" with wrong version (Kyle_Katarn)
0006820: [New Feature] Optional not recommended advanced setting to revert 0006551 (old local version number display) (Kyle_Katarn)
0006361: [Bug] Incorrect support for "Cheat Engine" (Kyle_Katarn)
0006819: [Refactoring] Further improvement in RevoUninstaller PRO Portable detection (Kyle_Katarn)
0006810: [Refactoring] During a scan, popup are not centered wrt main window but wrt to its initial position (Kyle_Katarn)


SUMo 5.14.3 Build 510
- [Refactoring] Improve version display
- [Refactoring] SUMo confuses "AutoCAD" with "AutoCAD LT"
- [Refactoring] When multiple Google Drive versions are installed, SUMo is not always reporting the latest installed version
- [Refactoring] WinNTSetup support
- [Refactoring] Incorrect identification of "ABPro (Ver 5.9.0.0) v5.9.0.0 by AOMEI Technology Co., Ltd."
- [Refactoring] Improve detection for SciLab
- [Refactoring] Inconsistent detection for "AOMEI Partition Assistant"
- [Bug] Wrong version reported for "ChrisPCWEI"
- [Refactoring] Missing company name for "ChrisPCWEI"
- [Refactoring] "Barinov Alexander aka baratorch" company name rationalization and "HoMM 3 HD" multiple detection
- [Refactoring] Missing company name for "Ditto"
- [Refactoring] SUMo does not automatically expand short path name to long path name


SUMo 5.14.2 Build 509
- [Refactoring] "Cyber Power Systems, Inc." company name rationalization, missing company name/wrong version number for "PowerPanel Personal"
- [Bug] Multiple detection for "O&O ShutUp10"
- [Refactoring] Ascora software are available from "Abelssoft"
- [Refactoring] "AwesomePhotoFinder" by "" should be detected as "Awesome Duplicate Photo Finder" by "Duplicate-Finder"
- [Bug] "ACDSee (64 bits)": Name must be changed to "ACDSee Photo Studio Home 2021 (64 bits)"
- [Refactoring] Multiple detection for "Unlocker" by IOBit
- [Refactoring] "TCP/UDP endpoint viewer" to be listed as "TCPView"
- [Refactoring] Multiple GnuPG listing
- [Bug] "Unlocker 1.9.2" from Cedrick Collomb no longer detected by SUMo


SUMo 5.14.1 Build 508
New:
- BCUninstaller support
- Support for "Legacy" editions of Mozilla Firefox portableapps.com editions

Fixed:
- Weird Server Status requests after long scan operation
- Since last SUMo update, can no longer run check without scan
- Refactoring: Useless "Servers Status Query" when Check is ran immediately at SUMo start, before "Online" status is confirmed
- Refactoring: Unlocker installer unduly listed with wrong version if IOBit Unlocker is already installed
- Incorrect version reported for "IOBit Unlocker"

Refactoring:
- "xplorer2 registry settings editor" and "ed2 - Lightweight notepad replacement" to be filtered out (component)
- "Steve Gibson" company name fixes
- ASRock products to be better identified : AsrRgbLed
- "DVDProDBRepair" missing company name

- Wrong version reported for "StarMoney"
- SUMo is not filtering StarMoney installer
- Wrong SSD Fresh detection
- Remove trailing "MFC" not systematically working


SUMo 5.14.0 Build 505
- New: Support for CPU-Z Custom Editions
- Fixed: "Grammarly for Microsoft® Office Suite" incorrect detection if multiple versions installed

Refactoring:
- Missing company name for "EdgeDeflector"
- "MetaQuotes Ltd." company name rationalisation
- Improve PDF24 detection
- ESET "Security / Endpoint Antivirus / Business" version detection
- "ESET Command Line Interface" to be filtered out
- ESET Installers not filtered out
- "VSO Locale string editor" to be filtered out
- Updated Turkish translation
- Possible wrong version reported for Discord if multiple versions are installed
- Wrong version reported for Microsoft Teams
- [Bug] Microsoft Teams installer not filtered out
- "EOS Utility Launcher" to be filtered out
- EOS Utility v2 and v3 shall be detected as 2 distinct products
- Spyder*Pro/Express/Elite identification
- Incorrect version reported for Spyder4Pro (reported as 5.x)
- Differentiate "qBittorrent" from "qBittorrent Enhanced Edition"
- [New Feature] Clean names of Standard and Advanced codecs from Shark007
- "1Password for Windows desktop" multiple detection
- "AsrRuefi" (without company name) shall be identified as "ASRock Restart to UEFI" by ASRock (continued)
- ASRock products to be better identified : AsrPolychromeRGB, AsrXTU, AsrTC
- New Alternate Server


SUMo 5.13.2 Build 500
- "AsrRuefi" (without company name) shall be identified as "ASRock Restart to UEFI" by ASRock
- Microsoft Teams detection not working
- Missing company name for "Screencast-O-Matic"
- ScreencastOMatic installer not filtered out
- wrong version for "Screencast-O-Matic"
- Updated Japanese translation
- Updated Slovenian translation
- Wrong versions reported for O&O SafeErase
- Automatically fix missing company name for O&O products
- "Send Debug Log" from Auslogics to be filtered out
- Maxthon No longer detected
- SUMo shall differentiate Maxthon Nitro from Maxthon Cloud
- "Maxthon installer" unduly identified as "Maxthon"
- Updated Danish translation
- "Grammarly for Microsoft® Office Suite" detection
- Improve Discord automatic detection
- Wrong version detected for PasswordTech
- Improved "cURL" naming
- Remove trailing "executable" in product names
- Add keyboard shortcuts for export functions
- GigaByte company rationalization
- woW Classic Era identified as WoW Classic


SUMo 5.13.1 Build 498
- [Refactoring] "Intel(R) Wireless Bluetooth(R)" incorrect version reported
- [New Feature] Support Visual Studio
- [Refactoring] Show Microsoft Software
- [New Feature] Support VScode (stable & insiders)
- [Refactoring] Updated Turkish translation
- [New Feature] 8GadgetPack support
- [Refactoring] Better licence filtering in company name
- [Refactoring] "*ProduKey*" to be identified as "ProduKey"
- [Refactoring] Updated Chinese translation
- [Refactoring] Inno Setup uninstaller incorrectly listed as Inno Setup


SUMo 5.13.0 Build 497
- [New Feature] Inno Setup support
- [Refactoring] Incorrect detection of PhotoDVD by VSO Software
- [Refactoring] Incorrect detection of VSO Downloader by VSO Software
- [Bug] Wrong version reported for AMD Ryzen Master
- [Refactoring] "AdobeGCClient" to be filtered out (sub component)
- [Bug] Wrong version reported for "O&O SafeErase"
- [Refactoring] "Putty" shall be ignored when in TortoiseGit folder
- [Refactoring] Product starting by "Intel " or "Intel(R)" or "Intel*PROSET" without company name should have "Intel" as company name
- [Bug] Wrong version reported for Ashampoo WinOptimizer with multiple versions are intalled
- [Refactoring] OneDrive shall not be filtered out (not updated by Windows Update)
- [Bug] Windows 11 is identified as a Windows 10
- [Refactoring] Extract build number from DOSBox ECE
- [New Feature] Detect DOSBox ECE (separate from regular DOSBox)
- [Refactoring] Improve CrystalDiskInfo version detection
- [Refactoring] Multiple company name for "Faithlife"
- [Bug] Wrong version reported for "Revo Uninstaller Pro Portable"
- [Bug] Wrong version reported for "Thonny by Aivar Annamaa"
- [Refactoring] Wrong identification of HiSuite from Huawei (name and version)
- [Refactoring] Double detection of MSEdge if "deep scan" is detected


SUMo 5.12.16 Build 494
- [Bug] Incorrect Bandicam detection
- [Refactoring] Improved Registry based version detection
- [Bug] Incoorrect version detected for Grammarly
- [Refactoring] PureVPN without company name shall be identified as from "GZ Systems"
- [Refactoring] "demo" without company name to be filtered out
- [Refactoring] Automatic fix of NordVPN duplicate detection from preivous release of SUMo
- [Refactoring] Loading of exe file shall systematically go through the path fixing & redirection
- [Refactoring] Wrong identification for SRW Iron
- [Refactoring] "Mullvad VPN" company name rationalization
- [Refactoring] Support of PortableApps "revisions"
- [Refactoring] Updated Italian translation
- [Refactoring] Updated Portuguese translation


SUMo 5.12.15 Build 493
Fixed:
- Incorrect Bandicam detecion
- "WordWeb by WordWeb Software" : wrong version reported

Refactoring:
- Label too short in settings
- Updated Turkish translation
- "Foxit Reader" becomes "Foxit PDF Reader"
- "Foxit Software Inc." detection code optimization
- "WordWeb" multiple detection
- Missing company name for "Focusrite Control (64 bits)"
- "WSUS Offline Update" shall not be filtered
- "_4dotsFreePDFCompress" to be identified as "FreePDFCompress"
- "viBoot (64 bits)" to be filtered out
- "Stardock" company name rationalization
- Missing company name for "AOMEI Booter" (should be "AOMEI Technology Co., Ltd.")
- UCheck wrongly identified as "Software Updates manager"
- Repacked software not to be accepted by SUMo
- Wrong version reported for "Revo Uninstaller Pro Portable"
- Updated German translation
- Multiple company name for GrepWin
- "Bartels Media GmbH" company name rationalization


SUMo 5.12.14 Build 492
Refactoring:
- Incorrect "Bleachbit" detection from 4.0+ onwards
- Wrong company name for PouchinTV Mod
- "OWASP" company name rationalization
- Better Edge/EdgeWebView filtering
- "pwahelper" and "msedge_*" to be redirected to Edge
- "IEToEdge BHO" to be filtered out (sub product)
- Wrong version reported for Ashampoo WinOptimizer with multiple versions are intalled
- Powershell to be supported even if Microsoft products are not enabled
- "pwsh" by Microsoft shall be displayed as PowerShell
- Bose Device Updater should not be filtered out

- [New Feature] "Disable HTTPS" option

Fixed:
- Wrong version reported for "Revo Uninstaller Portable" and "Revo Uninstaller Pro Portable"
- Wrong identification for "Revo Uninstaller Portable" and "Revo Uninstaller Pro Portable"
- Wrong version reported for "OWASP Zed Attack Proxy"


SUMo 5.12.13 Build 490
- [Refactoring] "AnyDesk" multiple detection
- [Refactoring] Wrong name and version scheme for "Farbar Recovery Scan Tool"
- [Bug] All products by "Abelssoft" reported with wrong version (1.0 or wrong version from core)
- [Bug] "Abelssoft" products with version set to "1.0" to be filtered out (installer)
- [Bug] All products by "Abelssoft" identified as "AbLauncher"
- [Refactoring] "SysDev Laboratories" company name rationalization
- [Refactoring] "Hard Disk Sentinel Tray" to be filtered out (sub-product)
- [Refactoring] Fix company name for "SpyShelter"
- [Refactoring] Incorrect company name for VidCoder sub-product
- [Refactoring] "Antibody Software" company name rationalization
- [Refactoring] PassMark company name rationalization
- [Refactoring] "WinUAE" company name should be "WinUAE Project Team"
- [Bug] Bugguy character in "Battle.Net" Product name
- [Refactoring] Updated Italian translation
- [Refactoring] Updated Ukranian translation


SUMo 5.12.12 Build 489
- [Refactoring] Updated French translation
- [Refactoring] "Microsoft Edge WebView2 (64 bits)" to be filtered out is Microsoft products are disabled
- [Refactoring] "Chemtable" company name rationalization
- [Bug] "TUSBAudio Class Driver" without company name should have "Thesycon Software Solutions GmbH & Co. KG"
- [Bug] "ungoogled chromium" is incorrectly identified as "Chromium (64 bits) by The Chromium Authors"
- [Refactoring] "TriSun Software Limited" company name rationalization
- [Refactoring] Sophos company name rationalization (incl SurfRight B.V.)
- [Refactoring] "EA Digital Illusions CE AB" to be indicated as "Electronic Arts"
- [Refactoring] Company name rationalization for "WSCAD GmbH"
- [Refactoring] "Overworlf Ltd." company name rationalization
- [Refactoring] Wong identification of "StartIsBack configuration"
- [Bug] UFS Explorer Standard Recovery update not detected
- [Bug] "SpiderOak CrossClave" incorrectly detected as "SpiderOak ONE"
- [Refactoring] Updated Turkish translation


SUMo 5.12.11 Build 488
- [Bug] Update ICS library to 8.66 and OpenSSL to 1.1.1k
- [Bug] Crash when loading DVD Flick v2
- [Refactoring] "DVD Flick v2" indicated as "DVD Flick"
- [Refactoring] "Freemake Downloader" identified as "Freemake Video Converter"
- [Refactoring] Code signing certificate renewal
- [Refactoring] "IObit Common Component" to be filtered out (sub-product)
- [Refactoring] Incorrect version reported for "Logitech Logicapture" (LogiCapture.bp.exe to be filtered out)
- [Refactoring] "Battle.net" duplicate listing
- [Bug] "Removing useless skipped item : xxx" shall indicate version number
- [Refactoring] "Send Bug Report by IOBit" to be filtered out (sub-product)
- [Bug] Wrong company for "YouTube Song Downloader"
- [Refactoring] "Abelssoft" company name rationalization
- [Refactoring] Improve InitSearchServer logging
- [Refactoring] "IObit NoteIcon" to be filtered out
- [Refactoring] SpyderUtility and Spyder4Pro are mixed


SUMo 5.12.10 Build 486
- [Bug] Incorrect management of timeouts/comm abort
- [Bug] Crash when OpenSSL dll are removed (eg : WinXP compat)
- [Bug] Starting SUMO returns warning message that it is running in Degraded Mode - Server not available
- [Bug] "Degraded mode" indication (transient)
- [Bug] Lifetime licence key gets invalid during normal use
- [Refactoring] Updated German translation
- [Refactoring] Positive licence check should be considered as an evidence of server being online
- [Refactoring] Improve logics for server swapping due to low performance
- [Refactoring] Improving "heartbeat" logging
- [Bug] SUMo should not start on "Alternate" server without trying "Main" server first
- [New Feature] Log a line when exiting from Degraded mode
- [Bug] Undue "check licence" request to server
- [Refactoring] "Kaspersky" company name rationalization
- [New Feature] "CTRL+enter" as shortcut for "Open file Location"
- [Bug] Wrong identification of Spyder4Pro from Datacolor


SUMo 5.12.9 Build 481
- [Bug] Multiple detection for "XNView MP"
- [Bug] Load balancing too prone to send SUMo to the Alternate Server
- [Refactoring] Updated Portuguese translation
- [Bug] Wrong shortcut resolution
- [Refactoring] No more unneeded reload when drag'n'dopping files that can't be added
- [New Feature] More log in debug mode when drag'n'dropping shortcuts
- [Refactoring] Still some incorrect company name (GNU,..)
- [Refactoring] "DVDFab.cn" company name rationalization


SUMo 5.12.8 Build 480
- [Refactoring] "Sapphire TRIXX" multiple detection
- [Refactoring] "Sapphire Technology" company name rationalization
- [New Feature] Capacity to remove licence
- [Refactoring] Updated German translation
- [Bug] Graphisoft Licence manager shall not be identified as ArchiCAD
- [Bug] Wrong version reported for WD Drive Utilities by Western Digital
- [Refactoring] "McAfee UI Container" to be filtered out (sub product)
- [Refactoring] MultiCrashReport.exe to be filtered out
- [Refactoring] Boost scan speed by properly using FindFirst with correct extension


SUMo 5.12.7 Build 479
- [Bug] Wrong version identified for OpenHashTab leading to "OpenHashTab by namazso v v3.0.1 - SUMo reports Update available (2.3.0.0)"
- [Bug] Various incorrect misdetection with BitComet
- [Refactoring] "Stop" in checking shall be a "cancel-type" button (ESC as shortcut)
- [Refactoring] Updated Portuguese translation
- [Refactoring] "www.virtualdub-fr.org" to be renamed "VirtualDubMod"
- [Refactoring] Updated Italian translation
- [Refactoring] Updated French translation
- [Bug] Both "Zemana AntiLogger" and "Zemana AntiMalware" identified as "Advanced Malware Protection"


SUMo 5.12.6 Build 478
- [Refactoring] Product made of node.js shall not be identified as node.js
- [Refactoring] NodeJs "LTS" detection should not be executed on 3rd party modules
- [Refactoring] Incorrect identification for "SoftPerfect Network Scanner", "SoftPerfect Wifi Guard" ...
- [Refactoring] Standardize leading "SoftPerfect " in Softperfect product name


SUMo 5.12.5 Build 477
- [Refactoring] ArtMoney not properly detcted
- [Refactoring] NodeJS not supported for installed package (only portable)
- [Bug] Wrong version reported for UbiSoftConnect


SUMo 5.12.4 Build 476
- [Refactoring] node.js current LTS version shows as needing update
- [New Feature] Support software with LTS release (node.js)
- [Refactoring] "asupgr.exe" to be filterd out (subproduct)
- [Refactoring] Rename "UPlay by Ubisoft" to "Ubisoft Connect" by Ubisoft and use correct version
- [Refactoring] "wondershare update" to be filtered out
- [Refactoring] "maintenancetool" by "" to be filtered out
- [Refactoring] old MSEdge to be filtered out
- [Refactoring] "viBoot by Paramount Software UK Ltd" to be filtered out


SUMo 5.12.3 Build 475
- [Refactoring] Wrong detection for "Intel® Memory and Storage Tool (GUI)"
- [Refactoring] SandBoxie company name should now be "Xanasoft"
- [Refactoring] "IDM EasyUpdate" to be filtered out
- [Refactoring] "Medienverwaltungssystem *" to be renamed as "TagComplete"
- [Bug] HashTab not removed when OpenHashTab gets detected
- [Refactoring] Updated Chinese translation
- [Refactoring] Updated Japanese translation


SUMo 5.12.2 Build 474
- [Refactoring] "Nuance Communications, Inc." should now be named "Kofax Inc."
- [Refactoring] "Facebook" company name rationalization
- [Refactoring] Missing company name for Driver Store Explorer (should be "Teddy Z")
- [Bug] Incorrect naming of WoW Classic
- [Refactoring] World of Warcraft branches identification (Retail, PTR, Beta)
- [Refactoring] Filter additional installers
- [Bug] Incorrect detection of CrystalDiskInfo Portable by PortableApps
- [Refactoring] Luminar 4 and Luminar AI are two different products


SUMo 5.12.1 Build 473
- [Bug] Update ICS library to 8.65 and OpenSSL to 1.1.1i
- [Refactoring] Luminar 4 and Luminar AI are two different products
- [Refactoring] SUMo should trim double backslashes in path
- [Refactoring] "ZabaraKatranemia Plc" to be renamed as "ZabKat"
- [Refactoring] "SplashScreenStarter" to be renamed as "Audials"
- [New Feature] Link to ChangeLog from Auto-Update Dialog


SUMo 5.12.0 Build 472
- [Refactoring] "CleanUp by CHENGDU YIWO Tech Development Co., Ltd" to be filtered out
- [Refactoring] Wrong version reported for "NVIDIA GeForce Experience"
- [Refactoring] Filter additional installers
- [New Feature] Registry based software detection
- [Refactoring] Company name rationalization for "Skylum"
- [Refactoring] "Micron" company name rationalization
- [Refactoring] Remove trailing " MFC"
- [Refactoring] "Skymatic" company name rationalization
- [Refactoring] Remove GPL* as company name
- [Refactoring] "AudioGrabber" identified as "Copies digital audio from cd's. Freeware"
- [Refactoring] "Evernote Corp." company name rationalization
- [Refactoring] "VssFreeze-*.exe" to be filtered out
- [Refactoring] Flash Player Projector (StandAlone) should not be filtered
- [Refactoring] Wrong version reported for Miktex


SUMo 5.11.9 Build 470
- [Refactoring] Incorrect version reported for Ashampoo WinOptimizer
- [Refactoring] Multiple detection for "Ressource Hacker"
- [Refactoring] "ConsoleApplication1 by Abelssoft" to be filtered out
- [Refactoring] Updated Dutch translation
- [Refactoring] Updated Spanish translation
- [Bug] EaseUS products incorrectly detected as "Loader"


SUMo 5.11.8 Build 469
- [Refactoring] Improved NordVPN current version detection
- [Refactoring] "Unity Technologies ApS" company name rationalization
- [Refactoring] "nordvpn-service" to be filtered out
- [Refactoring] "EaseUS Partition Master Loader" to be named "EaseUS Partition Master"
- [Bug] Adobe Flash installer shall be automatically filtered
- [Bug] Firefox installer shall be automatically filtered


SUMo 5.11.7 Build 466
- [Refactoring] Updated Portugese (Brazil) translation
- [Refactoring] "Capture One" company name rationalization
- [Bug] Wrong version reported for "G Data Security Software by G Data Software AG"
- [Refactoring] Wrong version and company name reported for NordVPN
- [Bug] Non existing Ghostscript version being claimed as detected on system


SUMo 5.11.6 Build 465
- [Refactoring] "UltraCompare Lite" identified as "UltraCompare Professional"
- [Refactoring] "An executable program" by "calibre-ebook.com" should be renamed to "Calibre"
- [Bug] "Glimpse Image Editor" incorrectly reported as "GIMP" with wrong version
- [Refactoring] "Wide angle software" company name rationalization
- [Refactoring] "Tonec Inc." company name rationalization
- [Bug] "File Synchronization" by "Botkind, Inc" should be named "Alway Sync"
- [Refactoring] Updated German translation


SUMo 5.11.5 Build 464
- [Bug] ACDSee "normal" mixed with ACDSee PRO
- [Bug] "ACDSee Luxea" identified as "ACDSee"
- [Bug] ACDSee Ultimate and Video Studio wrongly detected as ACDSee
- [Refactoring] "CoffeeCup Software" company name rationalization
- [Refactoring] SUMo shall be able to distinguish SiSoftware Sandra "Lite"
- [Refactoring] "Wacom" company name rationalization
- [Refactoring] "T-Clock *" products without company name should have "White Tiger"
- [Refactoring] "File Synchronization" by "Botkind, Inc" should be named "Alway Sync"
- [Bug] Japanese Translation Updated


SUMo 5.11.4 Build 463
- [Refactoring] Specific version processing needed for Farbar Service Scanner and MiniToolBox by Farbar
- [Refactoring] "Alien Skin Software, LLC" is now "Exposure Software, LLC"
- [Refactoring] Wrong version for Ant Download Manager by AntGROUP
- [Refactoring] "Black Tree Gaming" company name rationalization
- [Refactoring] Product starting by "Intel " or "Intel(R)" or "Intel*PROSET" without company name should have "Intel" as company name
- [Refactoring] Merge "IntelR PROSet/Wireless" with "Intel(R) PROSet/Wireless"
- [Refactoring] "Collectorz.com" company name rationalization
- [Refactoring] "daz 3D" company name rationalization
- [Refactoring] Updated Russian translation
- [Bug] Russian translation issue


SUMo 5.11.3 Build 462
- [Refactoring] SUMo debug log shall contain "Dark mode activation" (in debug mode)
- [Bug] Wrong version reported for WD Security
- [Refactoring] Wrong company decoding for Snap Art
- [Refactoring] List background is white when dark mode is enabled from wizard of first run while list is empty
- [Refactoring] Wrong version reported for Maxthon when using file from AppDataLocal
- [Refactoring] Wrong version reported for iSCSIAgent
- [Refactoring] SUMo should not scan "Chrome_proxy" but should redirect to Chrome.exe
- [Refactoring] "RStudio" company name rationalization
- [Refactoring] "Superfly Inc." company name rationalization
- [Refactoring] Updated Swedish translation
- [Refactoring] Updated Chinese translation
- [Refactoring] Updated Greek translation
- [Bug] "MPC-Beats by Akai" is incorrectly reported as "Media Player Classic - Black Editionats by"


SUMo 5.11.2 Build 461
- [Refactoring] Wrong company name for AviDemux
- [Refactoring] avidemux_cli.exe to be redirected to avidemux.exe
- [Refactoring] Wrong detection for "LINE"
- [Refactoring] LINE is incorrectly detected
- [Refactoring] Kitty company name rationalization
- [Refactoring] Company name rationalization for "Henrik Rydgard"
- [Bug] "default-browser-agent.exe" is reported as "Firefox" with an incorrect version.
- [Refactoring] "Individual Software" company name rationalization
- [Refactoring] ASRock company name rationalization
- [Refactoring] Updated Hungarian translation
- [Bug] Wrong version reported for WSCC
- [Refactoring] Updated Swedish translation
- [Refactoring] Updated German translation


SUMo 5.11.1 Build 460
- [Refactoring] Use "bold" fonts for list item in Dark mode
- [Refactoring] "TeX Users Group" to be merged with "MiKTeX.org"
- [Refactoring] "FreeDownloadManager.ORG" to be merged with "Softdeluxe"
- [Bug] When resized in Dark mode, white grid lines re-appear
- [Refactoring] Updated Japanese translation
- [Refactoring] Updated Italian translation


SUMo 5.11.0 Build 459
- [Refactoring] New layout for Settings page.
- [Refactoring] "Andrzej Pluta (@Andy Ful)" company name rationalization
- [New Feature] Basic Dark Theme
- [Bug] Strawberry Perl product name consolidation
- [Bug] Multiple editions of Macrium Reflect, each with a different version
- [Refactoring] Wrong company identified for viBoot
- [Bug] Skipped list editor not showing centered to the Main Window
- [Bug] Settings not showing centered to the Main Window
- [Refactoring] Overlapping text/icons (Italian)
- [Refactoring] Improved company name for WinMTR
- [Refactoring] Wrong identification for WACUP
- [Refactoring] Wrong detection for "Thaiphoon Burner Super Blaster"
- [Bug] Wrong version reported for Brave Browser
- [Refactoring] Updated Japanese translation
- [Refactoring] Typo in implementation of 0004392
- [Refactoring] "Softmaker xx" product shall be named "xx"
- [Refactoring] "SoftMaker Software GmbH" company name rationalisation
- [Refactoring] "ykman-gui by" should be identified as "Yubikey Manager by Yubico"
- [Refactoring] Missing company name for WizTree (64 bits) (should be "Antibody Software")
- [Refactoring] "Diagnostics" without company name to be filtered out (NordVPN sub-product)
- [Refactoring] "=PRODNAME= by =COMPANYFULL=" to be filtered out (subproduct)
- [Bug] Update ICS library to 8.64 and OpenSSL to 1.1.1g


SUMo 5.10.18 Build 457
- [Refactoring] Multiple company name for 3RVX
- [Bug] "EaseUS Data Recovery Wizard (64 bits) by CHENGDU YIWO Tech Development Co., Ltd" 13.3 not detected
- [Refactoring] Wrong version reported for FreeOffice components
- [Refactoring] "usbstick" without company name should be filtered
- [Bug] Wrong version reported for "Yamicsoft Windows 10 Manager" (Portable)
- [Refactoring] "StoreExperienceHost" to be filtered out
- [Refactoring] "Dassault Systemes" company name rationalization
- [Refactoring] "National Instruments" company name rationalization


SUMo 5.10.17 Build 456
- [Refactoring] SUMo shall make distinction between FileZilla dand Filezilla PRO
- [Refactoring] Support for Bleachbit v4 portable
- [Refactoring] Full version formatting in logs for "local version"
- [Refactoring] "sync*" by Apple to be filtered out
- [Bug] Help and Uninstall Instructions goes to blank page
- [Refactoring] Updated Polish translation


SUMo 5.10.16 Build 455
- [Refactoring] BleachBit v4 not detected by SUMo
- [Refactoring] bleachbit_console to be filtered out (subproduct)
- [Bug] Undue exit in version detection code when GetFileVersionInfoSize = 0
- [Refactoring] BleachBit detection improvement (name, company name)
- [Refactoring] "Premium Membership by DVDVideoSoft Ltd." to be filtered out (subproduct)
- [Refactoring] "Tortoisegit*" subproduct to be filtered out
- [Refactoring] "Microsoft Edge Updater" should be filtered out
- [Refactoring] "Advanced Malware Protection" : Wrong company name for v2
- [Refactoring] "com.apple.*" : to be filtered
- [Refactoring] "NVDA Contributors" > "NV Access" : Company name update


SUMo 5.10.15 Build 453
- [Refactoring] SUMo should be able to distinguish Waterfox Classic from Waterfox Current
- [Refactoring] "Radarr" company name rationalization
- [Refactoring] Remove trailing ". See LICENSE.TXT for details." from company name
- [Refactoring] "Firefox Software Updater (ESR)" shall be filtered out (like for regular version)
- [Bug] 'file not found' reported as Version
- [Refactoring] MiniTool Partition Wizard v12 not detected by SUMo
- [New Feature] Local reference version to be logged at each server request, in verbose mode only
- [Refactoring] nvdaHelperRemoteLoader.exe to be filtered out
- [Refactoring] "MusicBrainz Picard" multiple detection
- [Refactoring] Updated Italian translation
- [Refactoring] it shall not be possible to "enable" SUMo Online with an empty identifier
- [Refactoring] "Zoom" multiple detection
- [Refactoring] "BenVista Ltd." company name rationalization
- [Refactoring] Leading substring "Developed by " to be removed from company name


SUMo 5.10.14 Build 452
- [Bug] Searches for Microsoft products for no reason
- [Refactoring] Microsoft Chromiuim Edge to be supported even is Microsoft product is disabled (stand alone product)
- [Refactoring] Updated Italian translation
- [Refactoring] "OK" in main list not available for translation
- [Refactoring] Updated German translation
- [Refactoring] "Media Center" now reported as "Media Center 26", "Media Center 25"...
- [Refactoring] More Setup files filtering
- [Refactoring] "NV Access" company name rationalization
- [Refactoring] "EZCast PRO" incorrect identification
- [Refactoring] "MmsMonitor.exe" to be filtered out
- [Refactoring] "Innovative Solutions" company name rationalization
- [Refactoring] "VIPRE Security" company name rationalization
- [Refactoring] "Pipemetrics SA" is now "IO Bureau SA"
- [Refactoring] "Tenorshare" company name rationalization


SUMo 5.10.13 Build 449
- [Refactoring]: "Microsoft Edge" should not have an empty company name
- [Refactoring]: "www.virtualdub-fr.org" to be renamed "VirtualDubMod"
- [Refactoring]: "BlueStack Systems" rationalization
- [Refactoring]: "AdMigrator.exe" to be filtered out
- [Refactoring]: "SIW" product name rationalization (fix)
- [Refactoring]: Battle.net regression in 0005872
- [Refactoring]: Missing company name for "ColorMania (64 bits)" while OK for "Colormania"
- [Refactoring]: TurboTax, Tax software keeping name, but changing major version number every year
- [Refactoring]: "TurboTax" name rationalization
- [Refactoring]: "Private Internet Access" : company name rationalization
- [Refactoring]: "Infonautics GmbH" company name rationalization


SUMo 5.10.12 Build 448
- [Refactoring] "G&G Software" company name rationalization
- [Refactoring] "XnView" identified as "XnView Classic"
- [Refactoring] "Viber Media" company name rationalization
- [Refactoring] "Intuit" company name rationalization
- [Refactoring] Winmerge company name rationalization
- [Refactoring] "ESET" company name rationalization
- [Refactoring] Wrong version reported for ESET Main GUI
- [Refactoring] "Sergey Moskalev / Caramba Tech" to be renamed as "Caramba Tech"
- [Refactoring] "Docker" company name rationalization
- [Refactoring] "KORG Inc." company name rationalization
- [Refactoring] "Blizzard Battle.net App Launcher" to be renamed "Blizzard Battle.net App"
- [Refactoring] Missing items in english translation


SUMo 5.10.11 Build 447
Bug:
- Wrong version reported for "SIW by Topala"
- Slimjet and MindManager wrongly reported (regression in SUMo 5.10.10)

Refactoring:
- "SIW" product name rationalization
- Wrong version reported for ESET
- "Directory List & Print (Pro)" to be renamed as "Directory List & Print Pro"
- "SPAMfighter" company name rationalization


SUMo 5.10.10 Build 446
- "DVDFab.cn" company name rationalization
- "Ubisoft" company name rationalisation
- UPlay wrong version reported
- "FlashPeak xxx" products shall be renamed "xxx"
- "FlashPeak" company rationalization
- "mifi" company name to be replaced by "Mikael Finstad"
- "Mindjet MindManager" to be renamed "MindManager"


SUMo 5.10.9 Build 445
- [Refactoring] OpenHashTab misidentified as HashTab
- [Bug] MBARW incorrectly identified as MBAM
- [Refactoring] ProtonVPN company should be "Proton Technologies AG"
- [Refactoring] "IceCream" company name rationalization
- [Refactoring] "Robert Kausch" company name rationalization
- [Bug] "Backup and Sync" empty company name
- [Refactoring] Incorrect version for "Malwarebytes (64 bits)" (but correct for 32 bits)


SUMo 5.10.8 Build 443
Refactoring:
- Updated Portuguese (Brazil) translation
- "Google Drive Sync" to be renamed "Backup and Sync"
- "ABRITES" company name rationalization
- "NewSoftwares" company rationalization
- "IOBit Software Updater" shall not be filtered out
- "Password Safe" by "SourceForge.net" should be by "ronys"
- "GrsyncSafe" by "SourceForge.net" should be by " orsoni"
- "World of Warcraft Classic" to be distinguished from "World of Warcraft"


SUMo 5.10.7 Build 442
- [Refactoring] "Nuance Communications, Inc." rationalisation
- [Bug] Immediate logging when in debug mode
- [Refactoring] "Bandicam" company name rationalization
- [Refactoring] "Find.Same.Images.OK" incorrect detection
- [Refactoring] IPVanish multiple reporting
- [Refactoring] SUMo shall filters files from *Setup Files* folders
- [Refactoring] "SHIROUZU Hiroaki" should now be named "FastCopy Lab, LLC."


SUMo 5.10.6 Build 441
- [Refactoring] "ActivePython" incorrect identification
- [Refactoring] "OpenVPN" company name rationalization
- [Bug] Incorrect "close" label on Update Dialog when opened more than once per run
- [Bug] Bug on "degraded mode" logging
- [Bug] Incorrect "Info [19-12-23 10:57:18] Version change detected : xxxx" when running with "fresh" registry key
- [Refactoring] "Slack Technologies" company name rationalization
- [Refactoring] Wrong company name (unknown) reported for MediathekView
- [Refactoring] Improved debug logging of directory scan
- [Bug] SUMo scans folder added to Excluded Folders
- [Bug] Excluded folders are scanned
- [Bug] "SUMo is already up to date" in Russian translation


SUMo 5.10.5 Build 440
- [Refactoring] Incorrect version reported for "Beyond Compare"
- [Refactoring] "contaware" company name rationalisation
- [Bug] AVAST sub products incorrectly reported as AVAST AV with wrong version
- [Refactoring] "KillSwitch.exe" to be filtered out
- [Bug] "Ashampoo UnInstaller * Setup" to be filtered out


SUMo 5.10.4 Build 439
- [Refactoring] Wrong version reported for "tax by Buhl Data Service GmbH"
- [Refactoring] "ImTOO Software Studio" company name rationalization
- [Refactoring] "Ashampoo Uninstaller by Ashampoo" should not be filtered
- [Refactoring] "nordvpn*" with no company name shall use "NordVPN" as company name
- [Refactoring] Company "HexaD" to be renamed as "Duplicati Team"


SUMo 5.10.3 Build 438
- [Refactoring] Wrong version reported for "CloneBD by Elaborate Bytes AG"
- [Refactoring] "inSSIDer" / "inSSIDer Office" distinction
- [Refactoring] old_chrome to be filtered out
- [Bug] Wrong version reported for Malwarebytes Premium
- [Refactoring] Malwarebytes Assistant and tray to be filtered out (dependancies)
- [Bug] "Total Commander Installer" to be filte

GhostVolt 2.37.20.0 查看版本資訊

更新時間:2023-01-03
更新細節:

What's new in this version:

GhostVolt 2.37.20.0
- Update to backup and restore. Its now much easier to restore a previously saved backup
- Added new audit history dashboard which include insights into data usage and activity
- Performance improvements to file statistics and file timelines
- File statistics and file timelines now remember all previous preferences
- Clearing audit trail now automatically compresses your database for reduction in size
- Minor UI fixes to the main File explorer


GhostVolt 2.36.19.0
- Fixed a bug which was preventing settings from opening when upgrading from a previous version
- Added the ability to block passwords that have previously appeared in a data breach
- Fixed a bug where the menu item to reset 2FA authentication keys was incorrectly showing
- Updated backup audit event to included details about decryption
- Minor bug fixing


GhostVolt 2.35.19.0
- Turkish and Greek languages added
- Google Drive integration (GhostVolt Solo only)
- You can now restore backup files directly within GhostVolt
- New audit events added for GhostVolt Business (Add Folder and Share Folder)
- Updated Admin Dashboard
- You can now cancel importing files and folders
- Update GhostVolt Start theme and fixed minor issues
- Updated all 3rd party controls for security fixes
- Fixed a bug which caused the Admin dashboard to crash after an upgrade
- The usual UI and minor bug fixing


GhostVolt 1.33.19.0
- A potential security flaw has been identified where an attacker could theoretically login to GhostVolt without valid credentials (a user substitution attack). Critically, although unauthorised access is granted, the attacker does not have access to of your data, including files and notes.

Additionally, this update includes:
- New setting to automatically check and alert you if your GhostVolt login password has been breached
- Updated login window to include a link to view your password hint
- Fixed a bug where encrypted Blender files where not opening correctly
- The usual UI and minor bug fixing


GhostVolt 1.32.19.0
- Add an extra layer of protection to your repository with two-factor authentication
- Manage your audit history with new audit settings, including the ability to delete your history, view all audit records across all assets
- Audit history now includes the ability to visualise as a line graph. Useful for spotting trends.
- File statistic report now include the ability to filter by audit type and number of records
- New audit events when users run reports, purges audit history etc
- Fixed a number of bugs where users were given access to areas of GhostVolt without the correct permissions
- The usual UI and minor bug fixing


GhostVolt 1.31.19.0
- Fixed a bug introduced in version 1.31.18 where switching your color theme from light to dark crashed the GV each and every time you logged in


GhostVolt 1.31.18.0
- We’ve added a new option to exclude all secure note clipboard operations from landing on the Window Clipboard history. See why here
- You can now add tables to your secure notes
- The usual minor tweaks and fixes


GhostVolt 1.30.18.0
- GhostVolt will now automatically clear your clipboard when a Secure note content is copied. Includes new admin option and ability to manually clear the clipboard via the taskbar.
- Added Print to File time line reports (Business only)
- New audit event when searching file contents (Business only)
- Better performance when searching folders for files or file Tags
- Fixed a bug where global file search was not finding files in your root repository folder
- Fixed a bug when refreshing your repository whilst searching the App would become unresponsive
- Fixed a bug when searching file contents and an automatic logout event occurs. In this scenario, GhostVolt would become unresponsive.
- Fixed a bug when moving your repository and GhostVolt does not find an additional disk to move to


GhostVolt 1.28.18.0
- Fixed a bug where exporting your files from the repository root folder would fail
- Support for repositories stored on removable or virtual disks when their disk letter changes
- Minor UI changes including the ability to minimise the logon window and adjustments to Secure Notes


GhostVolt 1.28.17.0
- You can now view your entire GhostVolt longin history when using GhostVolt Solo
- Updating Secure note to include hyperlinks, printing to PDF, highlight text, better formatting and minor UI fixes
- Bug fix: When connected to OneDrive, It was not possible to retrieve your password hint
- Minor UI and bug fixes


GhostVolt 1.27.17.0
- Quick fix: Fixed a bug when editing a file and GV would always show the Open With window
- Minor UI and bug fixes


GhostVolt 1.27.16.0
- We've taken the first step in our journey to make GhostVolt Solo fully cloud aware. First stop, Microsoft OneDrive. With this version, you'll be able to fully utilise the power of OneDrive to backup and sync your protected files across your Windows based computers.


GhostVolt 1.26.15.0
- We’ve included a new utility to move your GhostVolt repository to a new location
- Quickly view your file history events with file statistic graphs
- Updated audit trail report so audit categories are easier to find and searchable
- Audit trial timeline performance improvements for big datasets
- You can now filter your audit timeline by users
- Fixed a bug when loading file timelines with a large amount of data. The progress indicator failed to show correctly which made the timeline appeared to hang.
- Minor UI changes


GhostVolt 1.24.15.0
- GhostVolt Solo now includes file comments
- Minor update to how Master keys are generated
- Added addition security checks when backing-up your GV encryption keys
- Minor UI and Tour fixes


GhostVolt 1.23.15.0
- You can now share your GhostVolt encrypted files with any other GhostVolt user. Simply drag your shared encrypted files into GhostVolt, enter your shared password and that’s it!
- Better duplicate file handling when attempting to add the same file to a folder more than one
- Fixed a bug when deleting folders and GhostVolt would not allow you create a new folder with the same name as those you just deleted
- Fixed a bug when deleting multiple files and occasionally GhostVolt we blow up
- Minor UI and Tour fixes


GhostVolt 1.22.14.0
- Your encrypted files can now have their contents searched for words, patrial words or phrases
- Bug fix: Global filename/Tag searching caused a crash when attempting to download the files to your local computer
- General bug fixing


GhostVolt 1.21.14.0
- Security enhancements and fixes including better file corruption detection
- Due to customer requests, we’ve reintroduced the ability to explicitly open a file for viewing only
- We’ve renamed Add Files and Add Folders [from Windows Explorer] to Import Files and Import folders
- Enhanced the File Open to allow greater control of your currently open files
- Faster response times for file statuses when you’re finished editing or viewing a file
- Fixed Bug : When dragging mixed files and folders from Windows explorer into your repository not all files were included
- Fixed Bug: When attempting to import a file to your GV repository when the file is currently open the wrong message was displayed
- Fixed a bug when attempting to open a file for Edit and the file does not open
- General bug fixing


GhostVolt 1.21.13.0
- Share files directly to your OneDrive account
- You can now choose which App to edit and View your files with the new ‘Open with’ feature
- We’ve updated file tagging so you can add Tags to multiple selected files
- You can now share and download folders (including sub-folders and all contained files) directly from Folder Explorer
- When editing a file, the file status shown is now 'Editing' rather than 'locked'
- We now speak Italian, German and French
- Filenames are now encrypted. Note: Only available for new files which are added to your reposiotry. You'll still be able to see the original filename in your GhostVolt
- Fixed a bug where global search did not work correctly when your GhostVolt repository was not located on Drive 'C'
- General bug fixing


GhostVolt 1.20.13.0
- Fixed an issue when running GhostVolt solo and some GhostVolt business features were showing on the main toolbar
- Fixed a number of UI bugs when taking a tour of the App
- GhostVolt now speaks Spanish – GhostVolt agora fala espanhol
- GhostVolt now speaks Portuguese - GhostVolt agora fala português
- General bug fixing


GhostVolt 1.19.13.0
- [Important] Fixed a bug where it was no longer possible to delete files from your GhostVolt File Explorer
- Fixed a bug when taking a file tour where it was not possible to navigate beyond step 12


GhostVolt 1.19.12.0
- Security enhancements and bug fixes
- Light theme
- UI improvements
- General bug fixing


GhostVolt 1.18.11.0
- New Feature We’ve added a fully featured Secure Notes platform to GhostVolt
- The Tag system has been fully updated to include Access Rights, New Tag Editor, Global searching, plus much more
- Added additional security checks when deleting or resetting Team member accounts
- Creating new Team members UI has been refreshed
- Folder explorer breadcrumb control is now fully interactive
- Updated Share Files UI and included the ability to share to a Zip file
- GhostVolt Reader has been Retired. We now use GhostVolt Start for reading shared files
- As usual, we've improved the UI and fixed a number of minor issues


GhostVolt 1.17.10.0
- Productivity You can now minimise GhostVolt to your system tray for quick access. Perfect for those who use the App throughout the day and don’t want to continually login.
- Performance: We’ve updated our encryption library which should see speed improvements of up to 10%
- Privacy Previously, when your team members were denied access to a folder, they were still show the folder in a disabled state with a locked icon. Now, non-accessible folders are completely hidden from those whom do not have access.
- Team access Adding user access rights for File comments and File Tags
- Privacy Previously, when your team members were denied access to a folder, they were still show the folder in a disabled state with a locked icon. Now, non-accessible folders are completely hidden from those whom do not have access.
- Improvements to the audit report management
- You can now toggle password visibility when typing passwords
- As usual, we've improved the UI and fixed a number of minor issues


GhostVolt 1.16.10.0
- ProductivityYou can now minimise GhostVolt to your system tray for quick access. Perfect for those who use the App throughout the day and don’t want to continually login
- PerformanceWe’ve updated our encryption library which should see speed improvements of up to 10%
- Privacy Previously, when your team members were denied access to a folder, they were still show the folder in a disabled state with a locked icon. Now, non-accessible folders are completely hidden from those whom do not have access.
- fixes Minor UI and bug Fixes


GhostVolt 1.15.10.0
- You can now add 'Tags' to your files for better organisation and searching
- Minor UI and bug Fixes


GhostVolt 1.14.10.0
- You can now add encrypted notes, comments and conversations to your files
- All settings, repository statistics and options are now presented in a single Admin Dashboard
- New feature to opt-out of automatic updates
- Minor UI and bug Fixes


GhostVolt 1.13.10.0
- Improved Backups: You can now choose to unlock all files within your backups
- Retired ‘Clone Repo’ as the new Backup feature caters for all your backup and cloning scenarios
- New repository ‘Dashboard’ where you can view all details and statuses of your repository in a single screen
- Renamed the ribbon tabs from ‘Home’, ‘Administrator’ and ‘Users’ to ‘File Manager’, ‘Admin’ and ‘Team’ respectively
- Improved User access rights window so you now see detailed information on each available feature when hovering your mouse
- Updated User searches to include email addresses and be case insensitive
- Updated User view context menus to be aware of the current selection
- Fixed a bug where you could not set new User access rights for changing Master Keys
- Minor UI and bug fixes


GhostVolt 1.12.10.0
- You can now preview your documents directly from GhostVolt file explorer
- GhostVolt file explorer now displays file type icons which are sortable
- GhostVolt now scales correctly on monitors set to 200 DPI
- Updated UI for accessibility particularly those with low vison
- Updated GhostVolt file monitor to detect when files have not been correctly closed on your local computer
- Smarter File Explorer context menus. Rather than showing you all available options, your context menu now shows only the relevant actions based on your current selection
- Minor UI update to Folder Explorer – Pinned and locked folders now show an icon with hover information
- Fixed a bug: Resetting a user account loses access to folder which they previously had access to
- Fixed a bug: During a Cut and paste operation, the paste was delayed
- Minor UI and bug Fixes


GhostVolt 1.11.10.0
- You can now drag files and folders from Windows Explorer directly into GhostVolt
- Fixed a bug when resetting your account password and access to previously available folders was lost
- Fixed a crash bug when searching your GhostVolt history
- Fixed a crash bug when attempting to open Network Discovery on 4k monitors
- Minor UI and bug Fixes


GhostVolt 1.10.10.0
- Improvements to Network browser. Your network browser can now detect all attached computers on your network
- Updated user interface. GhostVolt no longer uses Windows standard grey message windows
- Minor bug fixes


GhostVolt 1.10.9.0
- Updated security engine which includes perfromance improvments
- Added 'Add file' and 'Add folder' to your project folders context menu
- GhostVolt now uses the .Net framework version 4.7.1
- Simplified on-boarding wizard
- Created new ‘First steps’ guide when opening the App for the first time
- Minor bug fixes for the interactive tours
- The App now shows an indicator when an update is available
- Improved toolbar feedback when selecting files and folders
- Fixed a bug which was preventing users from resetting their login password


GhostVolt 1.9.9.0
- Fixed a bug where user were unable to select (and view) deleted folders from their GhostVolt folder view
- Fixed a bug where users were unable to add files and folders to the root ‘Repository’ folder
- Minor UI improvements


GhostVolt 1.9.8.0
- Pin your most frequently used folders with the new ‘Quick access’ feature
- Improved accessibility by adding shortcut keys to all buttons and commands
- Fixed a bug when attempting to resize the filename column with double click which resulted the width being changed AND GhostVolt attempted to open the selected file
- Improved information when searching your users
- Minor UI improvements


GhostVolt 1.8.8.0
- Added global search which allows you to search your entire GhostVolt for any file or folder
- When performing a local folder filter, your search term is now highlighted in your search results
- Minor UI tweaks and bugs fixes


GhostVolt 1.7.8.0
- Added ‘Breadcrumb’ toolbar to help navigate your project folders
- Added Cut and Paste to your project for Files
- Select all/none/invert added for convenient document selection
- Additional audit points added for moving files
- Access restrictions added to context menus


GhostVolt 1.6.8.0
- For this update we’ve concentrated on making the UI a little slicker including better feedback when hovering your mouse over your GhostVolts file and folder views and a number of minor UI issues


GhostVolt 1.6.7.0
- Improved performance when loading GhostVolt with a large amount of folders.
- Improved performance when creating and editing Users
- Improved speed when adding a large amount of folders to GhostVolt
- Add a new icon to status bar to indicate GhostVolt is busy performing background tasks
- Minor bug fixes


GhostVolt 1.6.6.0
- Adding Excel and PDF support to your Document Access report
- Improved design for Document access report window
- Because monitoring stale user accounts is very important we’ve added Last login date to your user control window
- Minor UI fixes


GhostVolt 1.5.6.0
- Added new report for reporting on what files a user has write access to
- Further security enhancements
- Minor UI and bug fixes


GhostVolt 1.4.6.0
- Fixed a bug where users could not validate their user account via email
- Minor UI changes


GhostVolt 1.4.5.0
- Fixed a bug where access to Key Rotation was denied to all users


GhostVolt 1.4.4.0
- Security enhancements including authentication hardening e.g. tighter controls on who can access certain server functions
- Fixed a bug where new users were not able to activate their account during the first attempt
- Minor UI improvements and bug fixes


GhostVolt 1.4.3.0
- New report window, take a look here
- You can now export your reporting data to Excel*
- Filter your reports by audit type
- Clean-up your reporting folder right from your reporting Window
- Additional audit data point added to your audit trail
- Cleaned-up User report tables
- Fixed a bug where PDF record details were being truncated
- General bug fixing


GhostVolt 1.3.3.0
- Bug Fix: Occasionally when low network speeds have been detected GhostVolt was dropping the connection to the server. This version updates the timeout period to reduce such occurrences. Add checks to Have I Been Pwned when entering passwords

NVDA 2022.4 查看版本資訊

更新時間:2023-01-03
更新細節:

What's new in this version:

- This release includes several new key commands, including table say all commands. A “Quick Start Guide” section has been added to the User Guide. There are also several bug fixes.
- eSpeak has been updated and LibLouis has been updated. There are new Chinese, Swedish, Luganda and Kinyarwanda braille tables.
- Important Note: Please note, after updating any software, it is a good idea to restart the computer. Restart by going to the Shutdown dialog, selecting “restart” and pressing ENTER. Updating software can change files which are in use. This can lead to instability and strange behaviour which is resolved by rebooting. This is the first thing to try if you do notice anything odd after updating.

CudaText 1.181.0.0 (64-bit) 查看版本資訊

更新時間:2023-01-03
更新細節:

What's new in this version:

Added:
- support more encodings, but note: they require OS support (unlike old encodings):
- encoding cns
- encoding gb2312
- encoding euc-kr
* change: rename some encodings to pretty names: big5, gbk, shift-jis, uhc (old names 'cpNNN' still work when loading old sessions)
- option "fallback_encoding"
- plugin API 'on_click_right'; it allows 'Spell Checker' to update its context menu items more gracefully
- wrapping of too long tab title in the prompt to close modified untitled tab
- Wiki topic https://wiki.freepascal.org/CudaText#Dynamic_highlight
- lexer Bash: highlight HereDoc-block as one big token
- support Hi-DPI in few dialogs
- Project Manager: added command "Show+focus Project panel"
- better select whole words by mouse, after double click, now like Sublime Text
- support Python 3.12

Changed:
- change default of "renderer_tweaks" by including 's'
- delete option "def_encoding_utf8"

Fixed:
- command "column select: down" bug when caret exists on last line
- cannot delete selected line-break at the file end
- if ui/syntax themes not linked, setting default syntax-theme resets also UI-theme
- plugin "Detect Indent" cannot change tab-kind when file is loaded from command line

EMCO MSI Package Builder 10.1.1 查看版本資訊

更新時間:2023-01-03
更新細節:

What's new in this version:

New and improved features:
- Added support of encrypted VMware virtual machines
- Improved visual representation of virtual machines found on servers

Fixed:
- Cannot connect to a virtual machine if there are multiple virtual machines with the same name on the server
- Monitoring cannot be started error in some environments