Heimdal PRO 歷史舊版本 Page3

最新版本 ChatWork 2.6.11 (64-bit)

Heimdal PRO 歷史版本列表

Heimdal PRO 使用互聯網流量掃描,以防止勒索,金融木馬,數據竊取惡意軟件和其他威脅,防病毒無法檢測到的安全。 Heimdal PRO 保護您免受防病毒無法阻止的攻擊!保護您的計算機免受第二代惡意軟件侵害 如今,75%的網絡攻擊都是全新的,並且在防病毒數據庫中未列出。它們也被設計用來潛入你的殺毒軟件並感染你的電腦.確保你的互聯網流量阻止惡意流量.當你的電腦已經受到感染時,你不需要幫助。您... Heimdal PRO 軟體介紹


Complete Internet Repair 6.2.1.5208 查看版本資訊

更新時間:2021-03-08
更新細節:

What's new in this version:

- Fixed: translations encoding (Unicode (UTF-16) LE BOM)
- Updated: Russian translation
- Updated: Korean translation

KeeWeb 1.17.0 查看版本資訊

更新時間:2021-03-08
更新細節:

What's new in this version:

- opening files with Touch ID on macOS (opt-in)
- password quality warnings
- "Have I Been Pwned" service integration (opt-in)
- automatically switching between dark and light theme
- custom title bar on Windows
- new updater capable to upgrade major versions
- new auto-type rewritten from scratch
- possibility to detect browser URL on Linux
- external modification protection in desktop versions
- clear searchbox button
- more options for auto-lock timeout
- favicon download improvements
- auto-type field selection dropdown improvements
- new completion page after storage provider authentication
- option to disable caching files in offline storage
- option to minimize on field copy
- fixed creating files with Argon2id KDF

更新時間:2021-03-08
更新細節:

What's new in this version:

Main:
- changed the minimum size of the window to better reflect recent changes
- Added the test start date & time to the test log
- more code cleanup
- Highly optimized UI startup time
- Greatly lowered CPU Usage
- Major code cleanup and optimization pass to the code base

- AMD isn't going to release a GeForce anytime soon

Monitoring:
- Improved the graphs title by truncating only the test name, not the value, if there isn't enough room for both
- Updated and now with AMD Snapshot support
- Charts have been completly revamped and are now single-line
- if a value has a decimal part, it is now always displayed, up to two digits decimal
- Voltages are now displayed as 3-digit decimal numbers
- Tuned default sensor rules to better account for AMD CPUs
- removed "Nvidia" "AMD" and "Intel" from the device names in the usage graphs

- Sysinfo : allowed for multiline headers (especially useful for memory)
- Sysinfo : added very detailed information about memory modules

UI:
- better layout for almost all test options
- Rewrote the test settings layout
- Added a test log to see what's going on internally - and report more detailed information
- Rewrote test status indicator and summary

CPU:
- Added "Advanced thread settings" option
- Added a "select active core" option in the advanced thread settings
- Added a "Core cycle" option to switch active cores at a specified period
- Added an option to invert active cores at a specified period

- Report: lots of enhancements to the personal report ( looks & infos)
- Settings: Changed many things in the settings ( especially layout). This will trigger a settings file reset though

Symfony 5.2.4 查看版本資訊

更新時間:2021-03-05
更新細節:

What's new in this version:

- [Messenger] Doctrine setup with migrations
- [Translation] deal with indented heredoc/nowdoc tokens
- [DependencyInjection] fix parsing calls of methods named "method"
- [Serializer] zero parts can be omitted in date interval input
- MockResponse total_time should not be simulated when provided
- [Cache] Add server-commands support for Predis Replication Environments
- [HttpKernel] Configure session.cookie_secure earlier
- [Translation] Make name attribute optional in xliff2
- [Security] #[CurrentUser] arguments should resolve to null for "anon."
- [FrameworkBundle] Allow x-forwarded-prefix trusted header in config
- [Cache] Fix Redis TLS scheme rediss for Redis connection
- [Routing] fix conflict with param named class in attribute
- [Cache] fix setting items' metadata on commit()
- [Form] Ignoring invalid forms from delete_empty behavior in CollectionType
- [EventDispatcher] fix registering subscribers twice on edge-case
- [Intl] fix Locale::getFallback() throwing exception on long $locale
- [Validator] fix taking error message from the correct violation
- [PropertyInfo] fix resolving self to name of the analyzed class
- [WebLink] Escape double quotes in attributes values
- [Console] fix QuestionHelper::getHiddenResponse() not working with space in project directory name
- [String] Check if function exists before declaring it
- [PropertyInfo]  use the right context for properties defined in traits
- [Translation] Allow using dashes in locale when linting Xliff files
- [Worflow] Fixed GuardListener when using the new Security system
- [Console] Fix PHP 8.1 null error for preg_match flag
- [Form] keep valid submitted choices when additional choices are submitted
- [HttpFoundation] Fix PHP 8.1 null values
- [DependencyInjection] Definition::removeMethodCall should remove all matching calls
- [PropertyInfo] fix extracting mixed type-hinted property types
- [Finder] Use a lazyIterator to close files descriptors when no longer used
- [RateLimiter] Fix sliding_window misbehaving with stale records
- [FrameworkBundle] Fix freshness checks with boolean parameters on routes
- [FrameworkBundle] fix registering "annotations.cache" on the "container.hot_path"
- [Form] forward the label_html option to expanded choice fields
- [FrameworkBundle][Translator] scan directories for translations sequentially
- [Form] merge translation parameters with value configured for parent form
- [HttpKernel] [Kernel] Silence failed deprecations logs writes
- [DependencyInjection] fix tracking of changes to vendor/ dirs
- [Mailer][Mime] Update inline part names with newly generated ContentId
- [HttpFoundation] Setting REQUEST_TIME_FLOAT when constructing a Request object
- [FrameworkBundle][Translator] Fixed updating catalogue metadata from Intl domain
- Fix Request with DNS issue not retried
- [SecurityBundle] role_names variable instead of roles
- [Doctrine] Restore priority for EventSubscribers
- [ErrorHandler] fix parsing return types in DebugClassLoader
- [ErrorHandler] fix handling messages with null bytes from anonymous classes
- [PhpUnitBridge] fix reporting deprecations when they come from DebugClassLoader

Symfony 4.4.20 查看版本資訊

更新時間:2021-03-05
更新細節:

What's new in this version:

- [Translation] deal with indented heredoc/nowdoc tokens
- [DependencyInjection] fix parsing calls of methods named "method"
- [Serializer] zero parts can be omitted in date interval input
- MockResponse total_time should not be simulated when provided
- [Cache] Add server-commands support for Predis Replication Environments
- [HttpKernel] Configure session.cookie_secure earlier
- [Translation] Make name attribute optional in xliff2
- [Cache] Fix Redis TLS scheme rediss for Redis connection
- [Routing] fix conflict with param named class in attribute
- [Cache] fix setting items' metadata on commit()
- [Form] Ignoring invalid forms from delete_empty behavior in CollectionType
- [Intl] fix Locale::getFallback() throwing exception on long $locale
- [PropertyInfo] fix resolving self to name of the analyzed class
- [WebLink] Escape double quotes in attributes values
- [Console] fix QuestionHelper::getHiddenResponse() not working with space in project directory name
- [PropertyInfo]  use the right context for properties defined in traits
- [Translation] Allow using dashes in locale when linting Xliff files
- [Console] Fix PHP 8.1 null error for preg_match flag
- [Form] keep valid submitted choices when additional choices are submitted
- [HttpFoundation] Fix PHP 8.1 null values
- [DependencyInjection] Definition::removeMethodCall should remove all matching calls
- [PropertyInfo] fix extracting mixed type-hinted property types
- [Finder] Use a lazyIterator to close files descriptors when no longer used
- [FrameworkBundle] Fix freshness checks with boolean parameters on routes
- [FrameworkBundle] fix registering "annotations.cache" on the "container.hot_path"
- [FrameworkBundle][Translator] scan directories for translations sequentially
- [HttpKernel] [Kernel] Silence failed deprecations logs writes
- [DependencyInjection] fix tracking of changes to vendor/ dirs
- [Mailer][Mime] Update inline part names with newly generated ContentId
- [HttpFoundation] Setting REQUEST_TIME_FLOAT when constructing a Request object
- [FrameworkBundle][Translator] Fixed updating catalogue metadata from Intl domain
- [SecurityBundle] role_names variable instead of roles
- [Doctrine] Restore priority for EventSubscribers
- [ErrorHandler] fix parsing return types in DebugClassLoader
- [ErrorHandler] fix handling messages with null bytes from anonymous classes
- [PhpUnitBridge] fix reporting deprecations when they come from DebugClassLoader
- fix validator when we have false returned by the current element of the iterator
- [Mime] Fix case-sensitive handling of header names
- [Finder]  use proper keys to not override appended files
- [ErrorHandler] Fix strpos error when trying to call a method without a name
- [Serializer] Prevent access to private properties without getters

KeeWeb 1.16.8 查看版本資訊

更新時間:2021-03-03
更新細節:

What's new in this version:

Fixed:
- search in protected fields
- OneDrive authentication on web
- storage authentication in Epiphany browser
- storage authentication in iOS

Electron 12.0.0 (64-bit) 查看版本資訊

更新時間:2021-03-02
更新細節:

What's new in this version:

Features:
- Changed the default value of contextIsolation to true

Fixed:
- Fixed a potential crash when resetting BrowserViews
- Fixed background color not being applied for child windows created by native window.open path (Also in 10, 11)
- Fixed issue where window.open() would not return an object with a location.href setter when contextIsolation is enabled and nativeWindowOpen is disabled
- Fixed navigator.bluetooth.requestDevice (Also in 11)
- Fixed race condition in electron.net implementation

Other Changes:
- Reverted WebFrameMain.executeJavaScriptInIsolatedWorld()
- Updated Chromium to 89.0.4389.69

Complete Internet Repair 6.2.0.5020 查看版本資訊

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

What's new in this version:

- Critical Fix: All executables are now signed
- Fixed: Generating documentation
- Removed: Opening thank you page after installation

Complete Internet Repair 6.1.0.5005 查看版本資訊

更新時間:2021-02-26
更新細節:

What's new in this version:

- Updated Korean translation
- Updated French translation
- Updated Greek translation
- Initial Resolute integration

Electron 11.3.0 (64-bit) 查看版本資訊

更新時間:2021-02-20
更新細節:

What's new in this version:

Features:
- Added allowFileAccess option to loadExtension() API (Also in 12)
- Added win.setTopBrowserView() so that BrowserViews can be raised (Also in 10, 12)

Fixed:
- OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~) (Also in 12)
- SVG content with filter sometimes not being rendered
- a crash when calling crypto.createDiffieHellman() with certain parameters (Also in 12)
- a memory leak when creating BrowserWindows (Also in 12)
- an erroneous enableBlinkFeatures warning shown webviews which enabled no Blink features (Also in 10, 12)
- an issue where deleted download directories would be sometimes recreated by the operating system (Also in 10, 12)
- an occasional white flicker present when rendering BrowserViews in close succession (Also in 10, 12)
- crash when destroying WebContents in the crashed event (Also in 10, 12)
- memory leak when sending non-primitives over the context bridge (Also in 10, 12)
- native window freeze on Windows when Electron app is sent to tray and external display changes (Also in 12)
- svg with filter content not being rendered

Other Changes:
- Fixed crash when loading wasm modules in child node process with mac arm64 > 11.2 (Also in 12)
- Fixed slow child process spawning on macOS Big Sur (Also in 10, 12)
- Reverted posix_spawn change in libuv that affected child process spawning on macOS Big Sur. #27809 (Also in 10, 12)
- Security: backported fix for chromium:1162942