Notepad++ (64-bit) 歷史版本列表 Page32

最新版本 XRECODE 1.144 (64-bit)

Notepad++ (64-bit) 歷史版本列表

記事本 ++ 64 位是一個免費的源代碼編輯器和記事本替換,支持多種語言。在 MS Windows 環境下運行,其使用受 GPL 許可證管理. Notepad ++ 是一個功能強大的編輯組件 Scintilla,使用 C ++ 語言編寫,使用純 Win32 API 和 STL,確保更高的執行速度和更小的程序大小。 Notepad ++ 通過優化盡可能多的程序而不損失用戶友好性,正在努力減少世界二氧... Notepad++ (64-bit) 軟體介紹


Symfony 6.0.2 查看版本資訊

更新時間:2021-12-30
更新細節:

What's new in this version:

Fixed:
- [Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure
- [DependencyInjection][HttpKernel] Fix enum typed bindings
- [Lock] Release PostgreSqlStore connection lock on failure * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
- [HttpKernel] Do not attempt to register enum arguments in controller service locator
- [Mime][Security] Fix missing sprintf and add tests
- [Mime] Fix missing sprintf in DkimSigner
- [Translation] [LocoProvider] Use rawurlencode and separate tag setting
- [Security] fix unserializing session payloads from v4
- [Cache] Don't lock when doing nested computations
- [Messenger] fix Redis support on 32b arch
- [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
- [WebProfilerBundle] relax return type for memory data collector
- [Cache] fix compat with apcu < 5.1.10
- [Form] Expand FormView key to include int
- [Console] Fix autocompletion of argument with default value
- [PropertyInfo] PhpStan extractor nested object fix
- [Translation] Fix TranslationPullCommand with ICU translations
- [PropertyInfo] Fix phpstan extractor issues
- [Notifier] Use correct factory for the msteams transport
- [HttpKernel] Fix SessionListener without session in request
- [HttpClient] fix checking for recent curl consts
- [Security/Http] Fix cookie clearing on logout
- [EventDispatcher][HttpFoundation] Restore return type to covariant IteratorAggregate implementations
- [Mime] Relaxing in-reply-to header validation
- [WebProfilerBundle] fix Email HTML preview
- Fix Psr16Cache not being compatible with non-Symfony cache pools
- [Mime] Fix encoding filenames in multipart/form-data
- [Serializer] Improve UidNormalizer denormalize error message
- [Lock] Create tables in transaction only if supported by driver
- [HttpFoundation] Take php session.cookie settings into account
- [ErrorHandler] fix on patching return types on Windows
- [DependencyInjection] fix linting callable classes
- [DependencyInjection] Cast tag attribute value to string
- [Validator] Restore default locale in ConstraintValidatorTestCase
- [FrameworkBundle] alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware
- [HttpKernel] fix how configuring log-level and status-code by exception works
- [Cache] Revert "feature #41989 make LockRegistry use semaphores when possible"
- [HttpClient] Fix tracing requests made after calling withOptions()
- [Cache] Fix proxy no expiration to the Redis
- [Cache] disable lock on CLI
- [Translation] Handle the blank-translation in Loco Adapter
- [Validator] Allow Sequence constraint to be applied onto class as an attribute
- [RateLimiter] Make RateLimiter resilient to timeShifting
- [Serializer] Fix denormalizing custom class in UidNormalizer
- [Config] In XmlUtils, avoid converting from octal every string starting with a 0
- [Workflow] Fix eventsToDispatch parameter setup for StateMachine
- [HttpClient] fix monitoring responses issued before reset()
- [HttpClient] Fix dealing with "HTTP/1.1 000 " responses
- [PropertyInfo] Fix aliased namespace matching
- [HttpClient] Fix closing curl-multi handle too early on destruct
- Make enable_authenticator_manager true as there is no other way in Symfony 6
- [HttpClient] Don't reset timeout counter when initializing requests
- [HttpClient] Double check if handle is complete
- [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
- [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
- [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
- [PropertyAccess] Fix accessing public property on Object
- [FrameworkBundle] Use correct cookie domain in loginUser()
- [Process] fixed uppercase ARGC and ARGV should also be skipped
- [HttpClient] Fix handling thrown Exception in Generator in MockResponse
- [String] Fix requiring wcswitch table several times
- [HttpClient] Fix response id property check in MockResponse
- [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection

Symfony 5.4.2 查看版本資訊

更新時間:2021-12-30
更新細節:

What's new in this version:

Fixed:
- [Lock] Release DoctrineDbalPostgreSqlStore connection lock on failure
- [DependencyInjection][HttpKernel] Fix enum typed bindings
- [Lock] Release PostgreSqlStore connection lock on failure * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
- [HttpKernel] Do not attempt to register enum arguments in controller service locator
- [Mime][Security] Fix missing sprintf and add tests
- [Mime] Fix missing sprintf in DkimSigner
- [Translation] [LocoProvider] Use rawurlencode and separate tag setting
- [Security] fix unserializing session payloads from v4
- [Cache] Don't lock when doing nested computations
- [Messenger] fix Redis support on 32b arch
- [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
- [WebProfilerBundle] relax return type for memory data collector
- [Cache] fix compat with apcu < 5.1.10
- [Form] Expand FormView key to include int
- [Console] Fix autocompletion of argument with default value
- [PropertyInfo] PhpStan extractor nested object fix
- [Translation] Fix TranslationPullCommand with ICU translations
- [PropertyInfo] Fix phpstan extractor issues
- [Notifier] Use correct factory for the msteams transport
- [HttpKernel] Fix SessionListener without session in request
- [HttpClient] fix checking for recent curl consts
- [Security/Http] Fix cookie clearing on logout
- [EventDispatcher][HttpFoundation] Restore return type to covariant IteratorAggregate implementations
- [Mime] Relaxing in-reply-to header validation
- [WebProfilerBundle] fix Email HTML preview
- Fix Psr16Cache not being compatible with non-Symfony cache pools
- [Mime] Fix encoding filenames in multipart/form-data
- [Serializer] Improve UidNormalizer denormalize error message
- [Lock] Create tables in transaction only if supported by driver
- [HttpFoundation] Take php session.cookie settings into account
- [ErrorHandler] fix on patching return types on Windows
- [DependencyInjection] fix linting callable classes
- [DependencyInjection] Cast tag attribute value to string
- [Validator] Restore default locale in ConstraintValidatorTestCase
- [FrameworkBundle] alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware
- [HttpKernel] fix how configuring log-level and status-code by exception works
- [Cache] Revert "feature #41989 make LockRegistry use semaphores when possible"
- [HttpClient] Fix tracing requests made after calling withOptions()
- [Cache] Fix proxy no expiration to the Redis
- [Cache] disable lock on CLI
- [Translation] Handle the blank-translation in Loco Adapter
- [Validator] Allow Sequence constraint to be applied onto class as an attribute
- [RateLimiter] Make RateLimiter resilient to timeShifting
- [Serializer] Fix denormalizing custom class in UidNormalizer
- [Config] In XmlUtils, avoid converting from octal every string starting with a 0
- [Workflow] Fix eventsToDispatch parameter setup for StateMachine
- [HttpClient] fix monitoring responses issued before reset()
- [HttpClient] Fix dealing with "HTTP/1.1 000 " responses
- [PropertyInfo] Fix aliased namespace matching
- [HttpClient] Fix closing curl-multi handle too early on destruct
- Make enable_authenticator_manager true as there is no other way in Symfony 6
- [HttpClient] Don't reset timeout counter when initializing requests
- [HttpClient] Double check if handle is complete
- [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
- [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
- [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
- [PropertyAccess] Fix accessing public property on Object
- [FrameworkBundle] Use correct cookie domain in loginUser()
- [Process] fixed uppercase ARGC and ARGV should also be skipped
- [HttpClient] Fix handling thrown Exception in Generator in MockResponse
- [String] Fix requiring wcswitch table several times
- [HttpClient] Fix response id property check in MockResponse
- [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection

Symfony 5.3.13 查看版本資訊

更新時間:2021-12-30
更新細節:

What's new in this version:

Fixed:
- [DependencyInjection][HttpKernel] Fix enum typed bindings
- [Lock] Release PostgreSqlStore connection lock on failure * commit 'e5b2f9efba': [Lock] Release PostgreSqlStore connection lock on failure
- [HttpKernel] Do not attempt to register enum arguments in controller service locator
- [Mime] Fix missing sprintf in DkimSigner
- [Translation] [LocoProvider] Use rawurlencode and separate tag setting
- [Security] fix unserializing session payloads from v4
- [Cache] Don't lock when doing nested computations
- [Messenger] fix Redis support on 32b arch
- [HttpFoundation] Fix notice when HTTP_PHP_AUTH_USER passed without pass
- [Cache] fix compat with apcu < 5.1.10
- [Translation] Fix TranslationPullCommand with ICU translations
- [Notifier] Use correct factory for the msteams transport
- [HttpKernel] Fix SessionListener without session in request
- [HttpClient] fix checking for recent curl consts
- [Security/Http] Fix cookie clearing on logout
- [Mime] Relaxing in-reply-to header validation
- [Mime] Fix encoding filenames in multipart/form-data
- [DependencyInjection] fix linting callable classes
- [DependencyInjection] Cast tag attribute value to string
- [Validator] Restore default locale in ConstraintValidatorTestCase
- [FrameworkBundle] alias cache.app.taggable to cache.app if using cache.adapter.redis_tag_aware
- [HttpClient] Fix tracing requests made after calling withOptions()
- [Cache] Fix proxy no expiration to the Redis
- [Cache] disable lock on CLI
- [Translation] Handle the blank-translation in Loco Adapter
- [RateLimiter] Make RateLimiter resilient to timeShifting
- [Serializer] Fix denormalizing custom class in UidNormalizer
- [Config] In XmlUtils, avoid converting from octal every string starting with a 0
- [Workflow] Fix eventsToDispatch parameter setup for StateMachine
- [HttpClient] fix monitoring responses issued before reset()
- [HttpClient] Fix dealing with "HTTP/1.1 000 " responses
- [HttpClient] Fix closing curl-multi handle too early on destruct
- [HttpClient] Don't reset timeout counter when initializing requests
- [HttpClient] Double check if handle is complete
- [DependencyInjection] Resolve ChildDefinition in AbstractRecursivePass
- [Translation] [Bridge] [Lokalise] Fix push keys to lokalise. Closes #…
- [FrameworkBundle] Fix cache pool configuration with one adapter and one provider
- [PropertyAccess] Fix accessing public property on Object
- [FrameworkBundle] Use correct cookie domain in loginUser()
- [Process] fixed uppercase ARGC and ARGV should also be skipped
- [HttpClient] Fix handling thrown Exception in Generator in MockResponse
- [String] Fix requiring wcswitch table several times
- [HttpFoundation] do not call preg_match() on null
- [FrameworkBundle] Fix loginUser() causing deprecation
- [Translation] Make http requests synchronous when reading the Loco API
- [Translation] Fix TranslationTrait
- [Console] Fix parameter types for ProcessHelper::mustRun()
- [FrameworkBundle] Fix compatibility with symfony/security-core 6.x (deps=high tests)
- Prevent infinite nesting of lazy ObjectManager instances when ObjectManager is reset
- [DoctrineBridge] fix calling get_class on non-object
- [HttpClient] Fix handling error info in MockResponse
- [Messenger] Leverage DBAL's getNativeConnection() method
- [Translation] [Loco] Fix idempotency of LocoProvider write method
- [Security] Do not overwrite already stored tokens for REMOTE_USER authentication
- [Validator] Fix validation for single level domains
- [Debug][ErrorHandler] Increased the reserved memory from 10k to 32k
- [Process] intersect with getenv() in case-insensitive manner to get default envs
- [Serializer] fix support for lazy/unset properties
- [Notifier] Fix AllMySms bridge body content
- [DoctrineBridge] Revert " add support for the JSON type"

GetFLV 30.2112.8868 查看版本資訊

更新時間:2021-12-30
更新細節:

Playnite 9.13 查看版本資訊

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

What's new in this version:

Fixed:
- Application deadlock when starting add-on installation externally

GetFLV 30.2112.7868 查看版本資訊

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

OCCT 10.0.5 查看版本資訊

更新時間:2021-12-22
更新細節:

What's new in this version:

Ui:
- Fixed: Graphic card selection button looks was off

Vram:
- Fixed: if you used a card with no OpenCL support, the warning would be displayed every second in the log, instead of one

Godot Engine 3.4.2 (64-bit) 查看版本資訊

更新時間:2021-12-22
更新細節:

GetFLV 30.2112.3168 查看版本資訊

更新時間:2021-12-22
更新細節:

NumPy 1.21.5 查看版本資訊

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

What's new in this version:

- NumPy 1.21.5 is a maintenance release that fixes a few bugs discovered after the 1.21.4 release and does some maintenance to extend the 1.21.x lifetime. The Python versions supported in this release are 3.7-3.10. If you want to compile your own version using gcc-11, you will need to use gcc-11.2+ to avoid problems.