AnyDesk 歷史舊版本 Page12

最新版本 Vim 9.0

AnyDesk 歷史版本列表

AnyDesk 是市場上最快的遠程桌面軟件。它允許使用當前遠程桌面軟件無法實現的新的使用場景和應用程序。從任何地方訪問您的所有程序,文檔和文件,而不必將您的數據委託給雲服務。您只需下載並啟動 1.2 MB 程序文件,即可開始使用。無需安裝或(網絡)配置。 AnyDesk 是市場上最快的免費遠程桌面軟件.AnyDesk 特點:FramerateAnyDesk 通過本地網絡傳輸每秒 60 幀,許多互聯... AnyDesk 軟體介紹


pdfFactory 7.26 查看版本資訊

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

What's new in this version:

- performance improvements for documents that contain large bitmaps
- performance improvements when the Grayscale option is enabled

PHP 7.4.6 (64-bit) 查看版本資訊

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

What's new in this version:

Core:
- Fixed bug #78434 (Generator yields no items after valid() call)
- Fixed bug #79477 (casting object into array creates references)
- Fixed bug #79514 (Memory leaks while including unexistent file)
- Fixed bug #79470 (PHP incompatible with 3rd party file system on demand)
- Fixed bug #78784 (Unable to interact with files inside a VFS for Git Repository)
- Fixed bug #78875 (Long variables cause OOM and temp files are not cleaned)
- Fixed bug #78876 (Long variables cause OOM and temp files are not cleaned)

DOM:
- Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes)

EXIF:
- Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch)

FCGI:
- Fixed bug #79491 (Search for .user.ini extends up to root dir)

MBString:
- Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported)

OpenSSL:
- Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes with <1s timeout)

PCRE:
- Upgraded to PCRE2 10.34

Phar:
- Fixed bug #79503 (Memory leak on duplicate metadata)

SimpleXML:
- Fixed bug #79528 (Different object of the same xml between 7.4.5 and 7.4.4)

SPL:
- Fixed bug #69264 (__debugInfo() ignored while extending SPL classes)
- Fixed bug #67369 (ArrayObject serialization drops the iterator class)

Standard:
- Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended)
- Fixed bug #79447 (Serializing uninitialized typed properties with __sleep should not throw)

pdfFactory 7.25 查看版本資訊

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

What's new in this version:

- New: PDF files can now be saved as a sequence of individual single-page files. In the Save As dialog, select the “PDF pages” option from the “Save as type” list. (Pro only)
- Performance and file size improvements when creating complex PDF files
- Fixed a bug that sometimes caused incorrect PDF output when text was selected and deleted in the page display
- Fixed a bug that caused incorrect progress to be displayed when creatin PDF files that use Letterheads (Pro only)

pdfFactory 7.23 查看版本資訊

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

What's new in this version:

- various bug fixes when embedding and rendering fonts
- fixed a bug that caused overstruck text to be drawn an incorrect locations in the PDF file

Symfony 3.4.40 查看版本資訊

更新時間:2020-04-29
更新細節:

What's new in this version:

- [PhpUnitBridge] Use COMPOSER_BINARY env var if available
- [YAML] escape DEL(x7f)
- [PhpUnitBridge] fix compatibility with phpunit 9
- [Cache] skip APCu in chains when the backend is disabled
- [Form] apply automatically step=1 for datetime-local input
- [Security/Core] fix escape for username in LdapBindAuthenticationProvider.php
- [FrameworkBundle] Fix session.attribute_bag service definition
- [HttpFoundation] workaround PHP bug in the session module
- [SecurityBundle] fix accepting env vars in remember-me configurations
- [Form] Fixed handling groups sequence validation
- [Cache] Avoid memory leak in TraceableAdapter::reset()
- [Form] RepeatedType should always have inner types mapped
- [DI] fix loading defaults when using the PHP-DSL
- [HttpKernel] silence E_NOTICE triggered since PHP 7.4
- [Validator] Fixed default group for nested composite constraints
- [Validator] do not merge constraints within interfaces
- [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore
- [PropertyInfo][ReflectionExtractor] Check the array mutator prefixes last when the property is singular
- [HttpFoundation] Fixed session migration with custom cookie lifetime
- [WebProfilerBundle] Support for Content Security Policy style-src-elem and script-src-elem in WebProfiler
- [Validator] Allow URL-encoded special characters in basic auth part of URLs
- [Serializer] Fix unitialized properties (from PHP 7.4.2) when serializing context for the cache key
- [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing
- [Validator] Fixed calling getters before resolving groups
- [Security/Http] Allow setting cookie security settings for delete_cookies
- [FrameworkBundle] revert to legacy wiring of the session when circular refs are detected

Symfony 5.0.8 查看版本資訊

更新時間:2020-04-29
更新細節:

What's new in this version:

- [Cache] Allow invalidateTags calls to be traced by data collector
- [PhpUnitBridge] Use COMPOSER_BINARY env var if available
- [YAML] escape DEL(x7f)
- [PhpUnitBridge] fix compatibility with phpunit 9
- [Cache] skip APCu in chains when the backend is disabled
- [Form] apply automatically step=1 for datetime-local input
- [FrameworkBundle] debug:autowiring: Fix wrong display when using class_alias
- [DependencyInjection][ServiceSubscriber] Support late aliases
- [Profiler] Fix profiler nullable string type
- [Security/Core] fix escape for username in LdapBindAuthenticationProvider.php
- [FrameworkBundle] Fix session.attribute_bag service definition
- [Routing][PrefixTrait] Add the _locale requirement
- [Cache] CacheItem with tag is never a hit after expired
- [HttpFoundation] workaround PHP bug in the session module
- [SecurityBundle] fix accepting env vars in remember-me configurations
- [Form] Fixed handling groups sequence validation
- [Mime] Ensure proper line-ending for SMIME
- [Cache] Avoid memory leak in TraceableAdapter::reset()
- Mailer from sender fixes
- [PhpUnitBridge] add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions
- Remove return type for Twig function workflow_metadata()
- [Messenger] Make sure redis transports are initialized correctly
- [Form] RepeatedType should always have inner types mapped
- [DI] fix loading defaults when using the PHP-DSL
- [HttpKernel] silence E_NOTICE triggered since PHP 7.4
- [Validator] Fixed default group for nested composite constraints
- [HttpClient] fix HTTP/2 support on non-SSL connections - CurlHttpClient only
- Force ping after transport exception
- [Validator] do not merge constraints within interfaces
- [HttpClient] Fix scoped client without query option configuration
- [DI] fix detecting short service syntax in yaml
- [DI] add missing property declarations in InlineServiceConfigurator
- Allowing empty secrets to be set
- [Process] Fixed input/output error on PHP 7.4
- [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore
- [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore
- [PropertyInfo][ReflectionExtractor] Check the array mutator prefixes last when the property is singular
- [HttpFoundation] Fixed session migration with custom cookie lifetime
- [HttpKernel][FrameworkBundle] fix compat with Debug component
- [WebProfilerBundle] Support for Content Security Policy style-src-elem and script-src-elem in WebProfiler
- [Validator] Allow URL-encoded special characters in basic auth part of URLs
- [Security] Track session usage whenever a new token is set
- [Serializer] Fix unitialized properties (from PHP 7.4.2) when serializing context for the cache key
- [MonologBridge] Fix $level type
- [MonologBridge] Fix $level type
- [Security][Http][SwitchUserListener] Ignore all non existent username protection errors
- [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing
- [Validator] Fixed calling getters before resolving groups
- Fix the reporting of deprecations in twig:lint
- [Security] forward multiple attributes voting flag

Symfony 4.4.8 查看版本資訊

更新時間:2020-04-29
更新細節:

What's new in this version:

- [Cache] Allow invalidateTags calls to be traced by data collector
- [PhpUnitBridge] Use COMPOSER_BINARY env var if available
- [YAML] escape DEL(x7f)
- [PhpUnitBridge] fix compatibility with phpunit 9
- [Cache] skip APCu in chains when the backend is disabled
- [Form] apply automatically step=1 for datetime-local input
- [FrameworkBundle] debug:autowiring: Fix wrong display when using class_alias
- [DependencyInjection][ServiceSubscriber] Support late aliases
- [Profiler] Fix profiler nullable string type
- [Security/Core] fix escape for username in LdapBindAuthenticationProvider.php
- [FrameworkBundle] Fix session.attribute_bag service definition
- [Routing][PrefixTrait] Add the _locale requirement
- [Cache] CacheItem with tag is never a hit after expired
- [HttpFoundation] workaround PHP bug in the session module
- [SecurityBundle] fix accepting env vars in remember-me configurations
- [Form] Fixed handling groups sequence validation
- [Mime] Ensure proper line-ending for SMIME
- [Cache] Avoid memory leak in TraceableAdapter::reset()
- Mailer from sender fixes
- [PhpUnitBridge] add PolyfillTestCaseTrait::expectExceptionMessageMatches to provide FC with recent phpunit versions
- Remove return type for Twig function workflow_metadata()
- [Messenger] Make sure redis transports are initialized correctly
- [Form] RepeatedType should always have inner types mapped
- [DI] fix loading defaults when using the PHP-DSL
- [HttpKernel] silence E_NOTICE triggered since PHP 7.4
- [Validator] Fixed default group for nested composite constraints
- [HttpClient] fix HTTP/2 support on non-SSL connections - CurlHttpClient only
- Force ping after transport exception
- [Validator] do not merge constraints within interfaces
- [HttpClient] Fix scoped client without query option configuration
- [DI] fix detecting short service syntax in yaml
- [DI] add missing property declarations in InlineServiceConfigurator
- Allowing empty secrets to be set
- [Process] Fixed input/output error on PHP 7.4
- [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore
- [Workflow] Use a strict comparison when retrieving raw marking in MarkingStore
- [PropertyInfo][ReflectionExtractor] Check the array mutator prefixes last when the property is singular
- [HttpFoundation] Fixed session migration with custom cookie lifetime
- [HttpKernel][FrameworkBundle] fix compat with Debug component
- [WebProfilerBundle] Support for Content Security Policy style-src-elem and script-src-elem in WebProfiler
- [Validator] Allow URL-encoded special characters in basic auth part of URLs
- [Security] Track session usage whenever a new token is set
- [Serializer] Fix unitialized properties (from PHP 7.4.2) when serializing context for the cache key
- [MonologBridge] Fix $level type
- [MonologBridge] Fix $level type
- [Security][Http][SwitchUserListener] Ignore all non existent username protection errors
- [HttpKernel][LoggerDataCollector] Prevent keys collisions in the sanitized logs processing
- [Validator] Fixed calling getters before resolving groups
- Fix the reporting of deprecations in twig:lint
- [Security] forward multiple attributes voting flag

StartIsBack 2.9.1 (for Windows 10) 查看版本資訊

更新時間:2020-04-26
更新細節:

What's new in this version:

- Support for start menu live resizing
- Tons of fixes and performance improvements

Git for Windows 2.26.2 (64-bit) 查看版本資訊

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

What's new in this version:

New Features:
- Comes with Git v2.26.2
- Comes with tig v2.5.1
- Worktree updates (e.g. git checkout, git reset --hard) got a performance boost in sparse checkouts

Bug Fixes:
- A recent regression in gitk that prevented it from running in bare repositories has been fixed

PHP 7.4.5 (64-bit) 查看版本資訊

更新時間:2020-04-15
更新細節: