JabRef 歷史版本列表 Page17

最新版本 ImageMagick 7.1.1-21 (64-bit)

JabRef 歷史版本列表

JabRef 是一個開源書目參考管理器。 JabRef 使用的本地文件格式是 BibTeX,標準的 LaTeX 參考書目格式。 JabRef 在 Java VM(版本 1.8 或更新版本)上運行,並且在 Windows,Linux 和 Mac OS 上運行良好 X. 選擇版本:JabRef 4.1(32 位)JabRef 4.1(64 位) JabRef 軟體介紹

JabRef (32-bit)JabRef (64-bit)


Nicepage 2.13.4 查看版本資訊

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

Nicepage 2.13.2 查看版本資訊

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

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 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

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

Kinza 6.2.3 (64-bit) 查看版本資訊

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

What's new in this version:

- Support for minor Chromium upgrade (81.0.4044.122 → 81.0.4044.129)

Nicepage 2.13.0 查看版本資訊

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

Kinza 6.2.2 (64-bit) 查看版本資訊

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

What's new in this version:

- Support for minor Chromium upgrade (81.0.4044.113 → 81.0.4044.122)

DBeaver 7.0.3 查看版本資訊

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

What's new in this version:

Data viewer:
- Problem with unreachable last row/column was fixed
- "Open With" action now uses configuration from last data export
- Find/replace issues were fixed (scroll to found cell)
- Bug in reference panel was fixed (multiple value selection)
- Filter value auto-completion was fixed (popup close)
- Virtual unique keys management was improved

- SQL editor: multiline code templates apply was fixed
- Number of bugs were fixed in the Simple navigator view
- Transaction management was improved (redundant transaction commit confirmations were removed)
- GIS viewer: many new (and cool) tiles were added
- Active catalog/schema selector UI was improved
- Connection edit dialog was fixed (error during page switch)

Oracle:
- Connection settings (SID/Service) save was fixed
- Session terminate was fixed (for non-RAC databases)

Exasol:
- Foreign key creation was fixed
- View DDL extraction was fixed (auto-format was disabled)

- HANA: unique key creation was fixed
- Firebird: procedure metadata refresh was fixed
- Problems with remote RDP connections (app crash) were fixed
- Japanese localization was significantly improved
- We have migrated to Eclipse platform 2020-03
- Many other minor bug fixes and improvements

Kinza 6.2.1 (64-bit) 查看版本資訊

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

What's new in this version:

- Support for minor Chromium upgrade (81.0.4044.92 → 81.0.4044.113)