Callnote 歷史舊版本 Page4

最新版本 Callnote 5.14.9

Callnote 歷史版本列表

Callnote 是 Skype,Facebook,谷歌環聊,Viber,在線會議和網絡研討會(GoToMeeting 和 Webex)視頻通話錄音機。一個功能強大,易於使用的免費視頻通話錄音機 Callnote Premium PC for Windows!幫助您記錄 Skype,Google+ 環聊,Facebook,Viber 視頻和音頻呼叫,並增加了以與會者的方式捕獲 GoToMeetin... Callnote 軟體介紹


SnapGene 5.2.5.1 查看版本資訊

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

SnapGene 5.2.5 查看版本資訊

更新時間:2021-04-27
更新細節:

What's new in this version:

- This release fixes various issues and adds support for the Type IIS enzyme PaqCI

Symfony 5.2.6 查看版本資訊

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

What's new in this version:

Fixed:
- [Form] error if the input string couldn't be parsed as a date
- [HttpClient] fix using stream_copy_to_stream() with responses cast to php streams
- [Form] IntegerType: Always use en for IntegerToLocalizedStringTransformer
- Uses the correct assignment action for console options depending if they are short or long
- [HttpKernel] ConfigDataCollector to return known data without the need of a Kernel
- [Translation] Fix update existing key with existing +int-icu domain
- Fixed parsing deprecated definitions without message key
- [Security] Handle properly 'auto' option for remember me cookie security
- [Console] fix emojis messing up the line width
- [Validator] Avoid triggering the autoloader for user-input values
- [FrameworkBundle] ensure TestBrowserToken::$firewallName is serialized
- [RateLimiter] Security hardening - Rate limiter
- [HttpClient] remove using $http_response_header
- [PhpUnitBridge] fix reporting deprecations from DebugClassLoader
- [HttpFoundation] enable HTTP method overrides as early as possible with the HTTP cache
- [Console] Fix line wrapping for decorated text in block output
- [Inflector][String] Fixed pluralize "coupon"
- [PhpUnitBridge] fix compat with symfony/debug
- [VarDumper] Adds support for ReflectionUnionType to VarDumper
- Correctly clear lines for multi-line progress bar messages
- [Security] Add XML support for authenticator manager
- [ErrorHandler] Fix error caused by include + open_basedir
- [FrameworkBundle] Make the TestBrowserToken interchangeable with other tokens
- [Console] ProgressBar clears too many lines on update
- [FrameworkBundle] Exclude unreadable files when executing About command
- [BridgeTwig] Add 'form-control-range' for range input type
- make async-ses required
- [Mime] Escape commas in address names
- Check if templating engine supports given view
- [Security] Refresh original user in SwitchUserListener
- [TwigBridge] Fix "Serialization of 'Closure'" error when rendering an TemplatedEmail
- Fix ConstraintViolation#getMessageTemplate() to always return string
- [DoctrineBridge] Fix eventListener initialization when eventSubscriber constructor dispatch an event
- [FrameworkBundle] Fix PropertyAccess definition when not in debug
- [Form] clear unchecked choice radio boxes even if clear missing is set to false
- [ErrorHandler] Added missing type annotations to FlattenException
- [TwigBridge] Allow version 3 of the Twig extra packages

Symfony 5.2.5 查看版本資訊

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

What's new in this version:

Fixed:
- Fix ConstraintViolation#getPropertyPath() to always return string
- [FrameworkBundle] fix XSD
- [Mailer][Mime][TwigBridge][Validator] Allow egulias/email-validator 3.x
- [FrameworkBundle] : Fix method name compare in ResolveControllerNameSubscriber
- [TwigBridge] Render email once
- [DependencyInjection][Security] Backport psr/container 1.1/2.0 compatibility
- [Messenger] Don't lock tables or start transactions
- Changing ZulipTransportFactory tag to prevent the exception UnsupportedSchemeException

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

Callnote 5.13.3 查看版本資訊

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

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 5.2.3 查看版本資訊

更新時間:2020-11-24
更新細節:

What's new in this version:

- Corrected a regression to enable the "Copy" command when a portion of an aligned sequence is selected
- Corrected an issue that could prevent protein search results from being shown
- Improved the size and placement of the License Agreement and Align Multiple Sequences windows
- Ensured proper opening of GenBank files that omit the molecule type in the LOCUS line
- Fixed an issue that could prevent using a attR Gateway site that lacks an optional leading nucleic acid
- Fixed an issue with using Gateway fragments whose junctions lie at or very near the numerical origin
- Ensured that files and collections located on network drives are included in the Open Recent File and Open Collection menus
- Fixed various glitches with displaying codon and ORF selections in Sequence view
- Improved the appearance of tabs on macOS 11 Big Sur
- Corrected a regression to ensure auto-scrolling in Sequence view for selections made using the minimap or another view
- Corrected a regression to ensure display of restriction sites in sequences aligned to a reference DNA sequence
- Fixed an issue that resulted in ORFs sometimes not being shown
- Ensured that "Find" matches remain highlighted after switching away from and then back to Sequence view or Map view
- Ensured that "Find" matches are shown after restoring the "Find similar DNA sequences" controls
- Ensured that palindromic "Find" matches are highlighted in both strands
- Ensured proper display of "Find similar DNA sequences" matches that wrap around the numerical origin
- Improved the behavior of the search box in the Choose Enzymes window when searching for a noncutter while the "Hide noncutters" checkbox is checked
- Fixed an issue with detecting Gateway sites that have been customized by the user
- Fixed an issue with annotating Gateway sites that lie near the numerical origin after performing BP or LR cloning
- Ensured reliable import of features from SwissProt files
- Ensured reliable opening of SwissProt files that contain limited header information
- Corrected a regression to force use of the correct font in the New DNA File and New Protein File dialogs
- Ensured accurate display of multiple sequence alignment file names in the Window menu on Linux
- Improved reliability when installing software updates on macOS Big Sur

SnapGene 5.2.2 查看版本資訊

更新時間:2020-11-07
更新細節:

What's new in this version:

Fixed:
- Improved stability when dragging out selections while viewing an alignment to a reference sequence
- Sped up loading files with extensive histories
- Improved the keyboard shortcut for "Find Similar DNA Sequences" on Windows and Linux
- Corrected an issue that made it difficult to switch to compact mode in protein sequences
- Corrected an issue with updating map and sequence colors when changing the color mode
- Improved the responsiveness of cloning dialogs
- Made various stability improvements
- Corrected an issue with the software updater on macOS

SnapGene 5.2.1 查看版本資訊

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

What's new in this version:

- This version fixes various regressions and improves stability