TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Brave Browser 軟體歷史版本 Download Page185 :: 軟體兄弟

Brave Browser 歷史版本列表 Page185

最新版本 [var.version]

Brave Browser 歷史版本列表

新的 Brave 瀏覽器會自動阻止廣告和跟踪器,使其比當前瀏覽器更快,更安全。除了真實的內容,一切頁面的加載速度都是驚人的。最多 60%的網頁加載時間是由每次在您最喜歡的新聞網站上打開頁面時加載到各個位置的基礎廣告技術引起的。而這 20%是花費在加載正在嘗試了解更多關於你的東西上的時間. 選擇版本:Brave Browser 0.19.123 Dev(32 位)Brave Browser 0.19... Brave Browser 軟體介紹

Brave Browser (32-bit)Brave Browser (64-bit)


Symfony 5.1.10 查看版本資訊

更新時間:2020-12-18
更新細節:

What's new in this version:

- [Notifier] [Mattermost] Host is required
- [Notifier] Fix parsing Dsn with empty user/password
- [Mailer] Fix parsing Dsn with empty user/password
- [Ldap] Incorrect determination of RelativeDistinguishedName for the "move" operation
- [Notifier]  [Free Mobile] Could not use custom host in DSN
- [Notifier] Fix wrong package names
- Add missing symfony/deprecation-contracts requirement
- [Lock] Prevent store exception break combined store
- [Notifier] [Free Mobile] Fix wrong scheme in mapping
- [PropertyInfo][Serializer] Fixed extracting ignored properties for Serializer
- [Cache] fix setting "read_timeout" when using Redis
- [Cache] Prevent notice on case matching metadata trick
- [DI] Fix not working if only "default_index_method" used
- [Notifier] [Twilio] Add tests
- [Config] Stop treating multiline resources as globs
- [Form] Fixed StringUtil::trim() to trim ZERO WIDTH SPACE (U+200B) and SOFT HYPHEN (U+00AD)
- [Config][TwigBundle] Fixed syntax error in config
- [DI] Fix Xdebug 3.0 detection
- [PhpUnitBridge] Fix disabling DeprecationErrorHandler from PHPUnit configuration file
- [FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations
- [FrameworkBundle] fix preserving some special chars in the query string
- [HttpFoundation] Fix TypeError: Argument 1 passed to JsonResponse::setJson() must be of the type string, object given
- [DependencyInjection] Fix container linter for union types
- [Config] YamlReferenceDumper: No default value required for VariableNode with array example
- [Form] do not apply the Valid constraint on scalar form data
- [PhpUnitBridge] Fixed PHPunit 9.5 compatibility
- [HttpKernel] Fix bug with whitespace in Kernel::stripComments()
- [Mime] Leverage PHP 8's detection of CSV files
- [FrameworkBundle] TextDescriptor::formatControllerLink checked method…
- [HttpClient] throw clearer error when no scheme is provided
- [Yaml] fix lexing backslashes in single quoted strings
- [DependencyInjection] Fixed incorrect report for private services if required service does not exist
- [Yaml] fix lexing mapping values with trailing whitespaces
- [String] Fix Notice when argument is empty string
- [Inflector] Fix Notice when argument is empty string
- [Security] remove return type definition in order to avoid type juggling
- [Console] Re-enable hyperlinks in Konsole/Yakuake
- [Yaml] fix lexing inline sequences/mappings with trailing whitespaces
- [Filesystem] File existence check before calling unlink method

Symfony 5.2.1 查看版本資訊

更新時間:2020-12-18
更新細節:

What's new in this version:

- [FrameworkBundle] Fix NFS detection on macOs
- [Notifier] [Mattermost] Host is required
- [Notifier] [Infobip][Zulip] Host is required
- [HttpFoundation] keep turning dots to underscores when using Request::create()
- [Notifier] Fix parsing Dsn with empty user/password
- [Mailer] Fix parsing Dsn with empty user/password
- [Notifier] [Discord] Use private const and mb_strlen()
- [Notifier] Set message id on SentMessage
- [Notifier] Fix toString when optional parameter is not set
- [Ldap] Incorrect determination of RelativeDistinguishedName for the "move" operation
- [VarDumper] dont hide any nodes until JS is proven to work
- [DoctrineBridge] Guess correct form types for DATE_IMMUTABLE and DATETIME_IMMUTABLE (@guillaume-sainthillier)
- [Notifier]  [Free Mobile] Could not use custom host in DSN
- [Notifier] Fix wrong package name
- [Notifier] Fix wrong package names
- Add missing symfony/deprecation-contracts requirement - 5.2
- Add missing symfony/deprecation-contracts requirement
- [FrameworkBundler] Fix cache:clear with buildDir
- [Lock] Prevent store exception break combined store
- [FrameworkBundle] Fix missing kernel.build_dir on cache clear
- [Notifier] [Free Mobile] Fix wrong scheme in mapping
- Fix enabled key for ratelimiter config
- [PropertyInfo][Serializer] Fixed extracting ignored properties for Serializer
- [Cache] fix setting "read_timeout" when using Redis
- [HttpClient] Fix content swallowed by AsyncClient initializer
- [Cache] Prevent notice on case matching metadata trick
- [Notifier] [Discord] Make webhookId argument required
- [DI] Fix not working if only "default_index_method" used
- [Notifier] [Twilio] Add tests
- [DoctrineBridge] no-op RegisterUidTypePass if DBAL types aren't loaded
- [Form] Fix UUID exception
- [Config] Stop treating multiline resources as globs
- [Form] Fixed StringUtil::trim() to trim ZERO WIDTH SPACE (U+200B) and SOFT HYPHEN (U+00AD)
- [HttpClient] Use decoration instead of class replacement for mock factory
- [Config][TwigBundle] Fixed syntax error in config
- [DI] Fix Xdebug 3.0 detection
- [SecurityBundle] fix LDAP-based HTTP Basic Auth entry point registration
- [PhpUnitBridge] Fix disabling DeprecationErrorHandler from PHPUnit configuration file
- [Cache] Fixed incorrect usage of UNLINK with PHPRedis with Redis < 4.0
- [FrameworkBundle] acces public-deprecated services via the private container to remove false-positive deprecations
- [HttpFoundation] fix parsing some special chars with HeaderUtils::parseQuery()
- [FrameworkBundle] fix preserving some special chars in the query string
- [Notifier] Add exception for deprecated slack dsn
- [HttpFoundation] Fix TypeError: Argument 1 passed to JsonResponse::setJson() must be of the type string, object given
- [DependencyInjection] Fix container linter for union types
- [Config] YamlReferenceDumper: No default value required for VariableNode with array example
- [Form] do not apply the Valid constraint on scalar form data
- [PhpUnitBridge] Fixed PHPunit 9.5 compatibility
- [HttpKernel] Fix bug with whitespace in Kernel::stripComments()
- [Mime] Leverage PHP 8's detection of CSV files
- [FrameworkBundle] TextDescriptor::formatControllerLink checked method…
- [HttpClient] throw clearer error when no scheme is provided
- [Yaml] fix lexing backslashes in single quoted strings
- [DependencyInjection] Fixed incorrect report for private services if required service does not exist
- [Notifier] Fix slack section block
- [Yaml] fix lexing mapping values with trailing whitespaces
- [Workflow] Fixed case when the marking store is not defined
- [String] Fix Notice when argument is empty string
- [Inflector] Fix Notice when argument is empty string
- [Security] more defensive PasswordMigratingListener
- [Security] fix #39249, default entry_point compiler pass was returning too early
- [Security] remove return type definition in order to avoid type juggling
- [Console] Re-enable hyperlinks in Konsole/Yakuake
- [Yaml] fix lexing inline sequences/mappings with trailing whitespaces
- [Filesystem] File existence check before calling unlink method

Duet Display 1.9.2.7 查看版本資訊

更新時間:2020-12-17
更新細節:

更新時間:2020-12-17
更新細節:

What's new in this version:

- CPU:OCCT : rewrote a good chunk of the test
- CPU:OCCT : Added an "Extreme" mode ( much more stressfull for components)
- CPU:OCCT : Added a "Steady load" option that prevents operands from switching around. This will result in a steadier load, ideal for testing cooling system. Best used with Small data set !
- MEMORY : Reworked the memory allocation algorithm - it will now ensure 1GB of RAM is always available, at least
- MEMORY : Won't crash anymore if memory allocation fails at some point -i'll just report and use the memory that it could allocate
- MAIN : Fixed a bug where OCCT would crash if you put the "Hidden" attribute on its config file
- ENTERPRISE : Fixed calculation for Average/min/max values in the HTML report for individual tests

MP4 Player 4.1.8 查看版本資訊

更新時間:2020-12-16
更新細節:

MSI Kombustor 4.1.10.0 查看版本資訊

更新時間:2020-12-16
更新細節:

What's new in this version:

- fixed a texturing bug in MSI-01 and MSI-02 demos
- updated with latest GeeXLab SDK libs (v0.39.2)

Resolume Arena 7.3.1 rev 72951 查看版本資訊

更新時間:2020-12-16
更新細節:

What's new in this version:

Hotfix:
- 14778 Acuarela effect can not be found in composition
- 14790 Acuarela destroys alpha channel
- 14779 Text renderers render lines with an offset, sizing text moves vertical line center
- 14783 Can't shortcut map crossfader
- 14785 Cue point set button shortcuts no worky

Fix List:
- 14374 Prores renders are not recognized properly by Adobe
- 14414 Infinite Zoom effect needs a reset button
- 14430 This Clip shortcuts show like they are not assigned any more after adding layers, weirdly they still work
- 14494 Speed(multiplier) slider of transport can be changed with scroll wheel when mouse is over
- 14499 Soft edge parameters should hide when soft edge is off
- 14566 Keyboard shortcut in Value mode sets param both on key down and key up
- 14624 "This..." Midi shortcuts break after a few triggers in 7.3.1
- 14717 Crash loading composition with envelope end point moved from range end
- 14730 Crash changing layer/column/clip color via top layer menu
- 14731 Crash setting mask effect Image parameter to Timeline
- 14733 Crash when dragging envelope end keyframe

SnapGene 5.2.4 查看版本資訊

更新時間:2020-12-16
更新細節:

What's new in this version:

New Functionality:
- Added DNA ladders from GeneBio Systems

Fixes:
- Improved application stability when dragging out selections
- Corrected a regression to ensure detection of restriction sites whose recognition sequences span the numerical origin
- Populate the "Description" fields when pasting GenBank content into the New File dialogs
- Improved the detection of sequence type when importing DNASTAR SeqBuilder files
- Corrected a regression to restore transfer of primers when pasting a copied DNA sequence
- Fixed an issue that could result in editing-induced disappearance of a sequence aligned to a reference DNA sequence
- Enabled simulation of Gateway BP and LR recombination around the numerical origin
- Improved application stability when searching for enzymes, features, and primers
- Corrected a misleading message that was shown when a problem occurred during program activation
- Ensured that the enzyme set indicator does not occlude content after scrolling to the bottom of Sequence view
- Streamlined the side toolbar in the Insert Codons, Choose Alternative Codons, Browse Common Features and Insert Feature dialogs
- Restored highlighting of the called base under the mouse when viewing sequence traces
- Improved application stability when using the "Find similar DNA sequences" command
- Improved performance when showing the Add Primer dialog and other dialogs that provide controls for choosing files
- Ensured highlighting of the inserted region for Gateway BP cloning in the Insert tab, and of the ancestral insert in History view for the resulting product file
- Restored import of ssRNA sequences as double-stranded rather than single-stranded DNA
- Prevented repetitive alignment to a reference sequence when making simple edits such as insertions, deletions, and same-size replacements
- Ensured that the Next button is the default control after searching a sequence trace
- Ensured correct scrolling of Sequence, Features, and Primers views in response to a change in the selection, but only when appropriate
- Improved application stability when quitting
- Improved application stability when hovering over aligned sequences
- Improved application stability when mousing over features
- Improved application tability when searching a collection for a named feature
- Improved application stability when importing primers
- Improved reliability when importing from NCBI

SnapGene Viewer 5.2.4 查看版本資訊

更新時間:2020-12-16
更新細節:

What's new in this version:

New Functionality:
- Added DNA ladders from GeneBio Systems

Fixes:
- Improved application stability when dragging out selections
- Corrected a regression to ensure detection of restriction sites whose recognition sequences span the numerical origin
- Populate the "Description" fields when pasting GenBank content into the New File dialogs
- Improved the detection of sequence type when importing DNASTAR SeqBuilder files
- Corrected a regression to restore transfer of primers when pasting a copied DNA sequence
- Fixed an issue that could result in editing-induced disappearance of a sequence aligned to a reference DNA sequence
- Enabled simulation of Gateway BP and LR recombination around the numerical origin
- Improved application stability when searching for enzymes, features, and primers
- Corrected a misleading message that was shown when a problem occurred during program activation
- Ensured that the enzyme set indicator does not occlude content after scrolling to the bottom of Sequence view
- Streamlined the side toolbar in the Insert Codons, Choose Alternative Codons, Browse Common Features and Insert Feature dialogs
- Restored highlighting of the called base under the mouse when viewing sequence traces
- Improved application stability when using the "Find similar DNA sequences" command
- Improved performance when showing the Add Primer dialog and other dialogs that provide controls for choosing files
- Ensured highlighting of the inserted region for Gateway BP cloning in the Insert tab, and of the ancestral insert in History view for the resulting product file
- Restored import of ssRNA sequences as double-stranded rather than single-stranded DNA
- Prevented repetitive alignment to a reference sequence when making simple edits such as insertions, deletions, and same-size replacements
- Ensured that the Next button is the default control after searching a sequence trace
- Ensured correct scrolling of Sequence, Features, and Primers views in response to a change in the selection, but only when appropriate
- Improved application stability when quitting
- Improved application stability when hovering over aligned sequences
- Improved application stability when mousing over features
- Improved application tability when searching a collection for a named feature
- Improved application stability when importing primers
- Improved reliability when importing from NCBI

Xojo 2020 Release 2.1 查看版本資訊

更新時間:2020-12-16
更新細節:

What's new in this version:

Bug Fixes:
- Build: if main app tries to start a worker without the required Helpers folder (that contains the workers) then it sends a message to the Error event instead of causing a NilObjectException: At end of build process, the entire build folder is removed if any worker had a build error; when Show Build Folder is enabled, only the primary build folder is shown.
- Build: Universal builds that include separate x86_64 and arm64 plugins parts are now correctly merged/structured to be able to work on older macOS versions.
- Build: Building a Universal app without Builds Folder enabled now correctly replaces the old App. Building a Universal console app now correctly merges the plugin parts (if the plugin included a separate x86-64 and arm64 part).
- Build: Removed the macOS photos entitlement from iOS projects.
- Compiler: Resizing an Array of Structures no longer crashes for macOS ARM builds
- Crashes & Assertions » Failed Assertion: Linux - Color.SelectedFromDialog no longer raises a failed assertion on if the prompt supplied is an empty string
- Crashes & Assertions » IDE Unhandled Exception: Fixed a NilObjectException that could occur when attempting to identify build errors in the Worker Console project
- Crashes & Assertions » IDE Unhandled Exception: Display a rendering error if the MobileApplication.DefaultiPhoneLayout or DefaultiPadLayout is blank (instead of causing an IDE NilObjectException).
- Crashes & Assertions » IDE Unhandled Exception: Changing the super of a control to a control type that is not compatible with the current project type no longer crashes the IDE
- Database Plugins » ODBC: ODBCDatabase no longer fails to connect (with Actual Technologies ODBC drivers for example)
- Framework » All: Ptr method offsets are now capable of addressing values larger than Int32 for 64-bit builds, instead of crashing
- Framework » All: Fixed an iOS Introspection issue to allow changing a property value, invoking a Constructor with parameters and invoking a method with parameters
- Framework » All: ParseJSON no longer raises a Failed Assertion when passed an empty string
- Framework » All: Fixed TextHeight / TextAscent returning wrong values in PDFGraphics when a new Font is set
- Framework » All: ReplaceB/String.ReplaceBytes no longer raises failed assertion when the replacement string is an empty string
- Framework » Console: Now the DateTimePicker control uses the standard border width under Windows
- Framework » Desktop: DateTimePicker control Height changed to 22 points on Windows
- Framework » Desktop: Now it is possible to set a new DateTime object to the SelectedDate property on macOS; no matter the Regional settings the user may be using
- Framework » Desktop: Now the DateTimePicker control honors the Top value when displayed in Text mode on macO
- Framework » Desktop: Now the DateSelected property returns a valid/updated DateTime object on Windows
- Framework » Desktop: TabPanel.RemovePanelAt no longer throws an OutOfBoundsException if the Tab to be removed actually exists
- Framework » Desktop: Do not call Worker Error event when Worker Helper quits normally
- Framework » Desktop: Fixed a bug in PDF where Rectangles/Ovals wheren't drawn if origin at 0,0 and/or size equals the size of the page
- Framework » Linux: Listbox border is no longer cut-off on the right/bottom edges
- Framework » Linux: No longer leaks objects/memory when Gtk related objects (like Controls, Windows, MenuItems, etc.) are destructed with Normalized Control Sizes enabled
- Framework » Web: WebDatePicker week start day is now Sunday for the en-US locale
- Framework » Web: Fixed an issue which caused debugged web apps to stop in the debugger multiple times during startup
- Framework » Web: WebListbox.RemoveRowAt now throws an OutOfBoundsException if the row parameter is after the last row in the list
- Framework » iOS » Mobile: Adding non-UI controls to iOS project no longer crashes on run
- Framework » iOS » Mobile: Global.Speak is now System.Speak
- Framework » iOS » Mobile: UDPSocket usage no longer causes app to terminate after unlocking phone
- Framework » iOS » Mobile: Runtime module methods (like ObjectCount, MemoryUsed, etc.) are now accessible for iOS
- Framework » iOS » Mobile: Graphics.Font now returns a Font object instead of iOSFont
- Framework » iOS » Mobile: Graphics FontSize, Bold and Italic have been removed. Please use the equivalent functionality found in the Font class instead
- Framework » iOS » Mobile: Fixed an issue where MobileScreen.Closing was firing incorrectly for non-modal views
- Framework » macOS: Brush/gradient offsets are now control relative
- IDE » Auto Complete: Fix a regression which caused autocomplete to omit project items after IsA
- IDE » Auto Complete: Fixed an autocomplete regression which caused the code editor to only suggest event definition names on lines that began with RaiseEvent regardless of where you were on the line.
- IDE » Graphics: Enumeration and Attribute editor add/remove buttons now transition properly between OS light and dark modes.
- IDE » Library: WebSDK controls now use the correct icon in the library.
- IDE » Miscellaneous: macOS Universal builds no longer fails when the App name is a constant.
- RBScript: XojoScript no longer crashes due to incorrectly generating AVX instruction code for CPUs that don’t support it.

Changes:
- Framework » Desktop: Fixed a bug were PDFDocument rendered lines with half the pen size in the x or y coordinates when those values were set to zero, this is because half of the line is drawn outside the page bounds.
- Framework » Windows: Fix: Now the SearchField control selects all the text when it gets the focus (on Windows). Fix: The control height is set to the by default 22 points.
- IDE » Debugger:  A link to view all Controls embedded on a MobileScreen is now available when debugging the MobileScreen object.
- IDE » Debugger:  Global variables list now supports viewing all MobileScreens when debugging iOS projects.

New Items:
-IDE » Build Automation: CopyFilesSteps can now be specified by architecture.
-IDE » Build Automation: Build steps now have an Architecture option which allows you to specify if they should run for Intel or ARM builds. - Make it possible to intercept the build process with an IDE script with the name "XojoBuildPressed.xojo_script".
-IDE » Miscellaneous: Windows IDE: error messages for plugins that fail to load now contain the actual DLL file that failed. This can be seen in the debug log or in the Loaded Plugins section in the About Box.