JabRef 歷史版本列表 Page16

最新版本 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)


DBeaver 7.1.0 查看版本資訊

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

What's new in this version:

Database navigator:
- Statistics view (table sizes) was added
- Connection coloring was redesigned
- Connection host name tip was added

Data viewer:
- Ref cursor panel viewer was added
- Columns sort settings save/load was added
- Data export in HTML format was fixed (styles)

SQL editor:
- Function call formatting was improved
- Table alias generation was fixed (for unicode/numeric table names)

PostgreSQL:
- Ref cursors refresh support was added
- Table and schema statistics was added
- Table comment and rules were added to DDL

Oracle:
- Metadata search was fixed
- Java source read was fixed
- ODBC driver download was fixed
- Exasol: metadata edit dialogs were redesigned
- Clickhouse: table statistics was added
- Firebird: view editor was fixed
- Plain HTTP driver repositories (Maven or direct links) were replaced or removed
- Big number of minor UI and database-specific bugs were fixed

Symfony 3.4.41 查看版本資訊

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

What's new in this version:

- [Validator] never directly validate Existence (Required/Optional) constraints
- [Console] Fix QuestionHelper::disableStty()
- [Form] validate subforms in all validation groups
- Fixes sprintf(): Too few arguments in form transformer
- Add meaningful message when using ProcessHelper and Process is not installed
- Handle fetch mode deprecation of DBAL 2.11.
- [Security] Fixed handling of CSRF logout error
- [VarDumper] fix PHP 8 support
- [Cache] Accessing undefined constants raises an Error in php8
- Address deprecation of ReflectionType::getClass()
- [VarDumper] ReflectionFunction::isDisabled() is deprecated
- [Validator] Catch expected ValueError
- [DomCrawler] Catch expected ValueError
- [PropertyAccess] Parse php 8 TypeErrors correctly
- [Config] Removed implicit cast of ReflectionProperty to string
- [PhpUnitBridge] fix installing under PHP >= 8
- [HttpKernel] Fix that the Store would not save responses with the X-Content-Digest header present
- [PhpUnitBridge] fix bad detection of unsilenced deprecations
- [HttpKernel] Fix error logger when stderr is redirected to /dev/null
- [BrowserKit] Allow Referer set by history to be overridden
- [Serializer] fix issue with PHP 8
- [Yaml] Fix escaped quotes in quoted multi-line string
- [PhpUnitBridge] Mark parent class also covered in CoverageListener
- [Yaml] prevent notice for invalid octal numbers on PHP 7.4
- [Filesystem] Handle paths on different drives
- [WebProfiler] Do not add src-elem CSP directives if they do not exist
- [DX] Show the ParseException message in all YAML file loaders
- [Yaml] fix parse error when unindented collections contain a comment
- [Validator] Skip validation when email is an empty object
- [PhpUnitBridge] fix PHP 5.3 compat again
- [Validator] fix lazy property usage.
- [PhpUnitBridge] fix compat with PHP 5.3

Symfony 4.4.9 查看版本資訊

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

What's new in this version:

- [Security] Fixed AbstractToken::hasUserChanged()
- [Validator] never directly validate Existence (Required/Optional) constraints
- [Console] Fix QuestionHelper::disableStty()
- [Form] validate subforms in all validation groups
- Fixes sprintf(): Too few arguments in form transformer
- [Validator] Use Mime component to determine mime type for file validator
- Add meaningful message when using ProcessHelper and Process is not installed
- [TwigBridge] fix fallback html-to-txt body converter
- [ErrorHandler] fix setting $trace to null in FatalError
- Handle fetch mode deprecation of DBAL 2.11.
- [Security] Fixed handling of CSRF logout error
- [Mime] Allow email message to have "To", "Cc", or "Bcc" header to be valid
- Parse and render anonymous classes correctly on php 8
- [OptionsResolver][Serializer] Remove calls to deprecated ReflectionParameter::getClass()
- [VarDumper] fix PHP 8 support
- [Cache] Accessing undefined constants raises an Error in php8
- Address deprecation of ReflectionType::getClass()
- [VarDumper] ReflectionFunction::isDisabled() is deprecated
- [Validator] Catch expected ValueError
- [DomCrawler] Catch expected ValueError
- [Cache][HttpClient] Made method signatures compatible with their corresponding traits
- [DomCrawler] Catch expected ValueError
- [PropertyAccess] Parse php 8 TypeErrors correctly
- [BrowserKit] Raw body with custom Content-Type header
- [Config] Removed implicit cast of ReflectionProperty to string
- [Security/Core] Fix wrong roles comparison
- [PhpUnitBridge] fix installing under PHP >= 8
- [HttpKernel] Fix that the Store would not save responses with the X-Content-Digest header present
- [PhpUnitBridge] fix bad detection of unsilenced deprecations
- [Security] Unserialize $parentData, if needed, to avoid errors
- [HttpKernel] Fix error logger when stderr is redirected to /dev/null
- [HttpKernel] Bring back the debug toolbar
- [BrowserKit] Allow Referer set by history to be overridden
- [HttpClient] fix PHP warning + accept status code >= 600
- [Security/Core] fix compat of NativePasswordEncoder with pre-PHP74 values of PASSWORD_* consts
- [DependencyInjection] Fix register event listeners compiler pass
- Change priority of KernelEvents::RESPONSE subscriber
- [Serializer] fix issue with PHP 8
- [WebProfiler] Remove 'none' when appending CSP tokens
- [Yaml] Fix escaped quotes in quoted multi-line string
- [TwigBundle] FormExtension does not have a constructor anymore since sf 4.0
- [Mime] handle passing custom mime types as string
- Queue name is a required parameter
- [Mime] fix bad method call on EmailAddressContains
- [Console] don't check tty on stdin, it breaks with "data lost during stream conversion"
- [PhpUnitBridge] Mark parent class also covered in CoverageListener
- [Yaml] prevent notice for invalid octal numbers on PHP 7.4
- [Console] Default hidden question to 1 attempt for non-tty session
- [Filesystem] Handle paths on different drives
- [WebProfiler] Do not add src-elem CSP directives if they do not exist
- [DX] Show the ParseException message in all YAML file loaders
- [Yaml] fix parse error when unindented collections contain a comment
- [Validator] Skip validation when email is an empty object
- [PhpUnitBridge] fix PHP 5.3 compat again
- [Translation] Fix for translation:update command updating ICU messages
- [Validator] fix lazy property usage
- [Serializer] do not transform empty Traversable to Array
- [Cache] Fixed not supported Redis eviction policies
- [PhpUnitBridge] fix compat with PHP 5.3

Symfony 5.1.0 查看版本資訊

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

What's new in this version:

- [Validator] use "allowedVariables" to configure the ExpressionLanguageSyntax constraint
- [Security] Fixed AbstractToken::hasUserChanged()
- [Validator] never directly validate Existence (Required/Optional) constraints
- [Console] Fix QuestionHelper::disableStty()
- [Form] validate subforms in all validation groups
- Fixes sprintf(): Too few arguments in form transformer
- [Validator] Use Mime component to determine mime type for file validator
- Add meaningful message when using ProcessHelper and Process is not installed
- [Messenger] Change the default notify timeout value for PostgreSQL
- [TwigBridge] fix fallback html-to-txt body converter
- [ErrorHandler] fix setting $trace to null in FatalError
- Handle fetch mode deprecation of DBAL 2.11.
- [SecurityBundle] Fixed version constraint on security-core and security-guard
- [Security] Fixed handling of CSRF logout error

Symfony 5.0.9 查看版本資訊

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

What's new in this version:

- [Security] Fixed AbstractToken::hasUserChanged()
- [Validator] never directly validate Existence (Required/Optional) constraints
- [Console] Fix QuestionHelper::disableStty()
- [Form] validate subforms in all validation groups
- Fixes sprintf(): Too few arguments in form transformer
- [Validator] Use Mime component to determine mime type for file validator
- Add meaningful message when using ProcessHelper and Process is not installed
- [TwigBridge] fix fallback html-to-txt body converter
- [ErrorHandler] fix setting $trace to null in FatalError
- Handle fetch mode deprecation of DBAL 2.11.
- [Security] Fixed handling of CSRF logout error
- [Mime] Allow email message to have "To", "Cc", or "Bcc" header to be valid
- Parse and render anonymous classes correctly on php 8
- [OptionsResolver][Serializer] Remove calls to deprecated ReflectionParameter::getClass()
- [VarDumper] fix PHP 8 support
- [Cache] Accessing undefined constants raises an Error in php8
- Address deprecation of ReflectionType::getClass()
- [VarDumper] ReflectionFunction::isDisabled() is deprecated
- [Validator] Catch expected ValueError
- [DomCrawler] Catch expected ValueError
- [Cache][HttpClient] Made method signatures compatible with their corresponding traits
- [DomCrawler] Catch expected ValueError
- [PropertyAccess] Parse php 8 TypeErrors correctly
- [BrowserKit] Raw body with custom Content-Type header
- [Config] Removed implicit cast of ReflectionProperty to string
- [Security/Core] Fix wrong roles comparison
- [PhpUnitBridge] fix installing under PHP >= 8
- [HttpKernel] Fix that the Store would not save responses with the X-Content-Digest header present
- [PhpUnitBridge] fix bad detection of unsilenced deprecations
- [Security] Unserialize $parentData, if needed, to avoid errors
- [HttpKernel] Fix error logger when stderr is redirected to /dev/null
- [HttpKernel] Bring back the debug toolbar
- [BrowserKit] Allow Referer set by history to be overridden
- [HttpClient] fix PHP warning + accept status code >= 600
- [Security/Core] fix compat of NativePasswordEncoder with pre-PHP74 values of PASSWORD_* consts
- [DependencyInjection] Fix register event listeners compiler pass
- Change priority of KernelEvents::RESPONSE subscriber
- [Serializer] fix issue with PHP 8
- [WebProfiler] Remove 'none' when appending CSP tokens
- [Yaml] Fix escaped quotes in quoted multi-line string
- [TwigBundle] FormExtension does not have a constructor anymore since sf 4.0
- [Mime] handle passing custom mime types as string
- Queue name is a required parameter
- [Mime] fix bad method call on EmailAddressContains
- [Console] don't check tty on stdin, it breaks with "data lost during stream conversion"
- [PhpUnitBridge] Mark parent class also covered in CoverageListener
- [Yaml] prevent notice for invalid octal numbers on PHP 7.4
- [Console] Default hidden question to 1 attempt for non-tty session
- [Filesystem] Handle paths on different drives
- [WebProfiler] Do not add src-elem CSP directives if they do not exist
- [DX] Show the ParseException message in all YAML file loaders
- [Yaml] fix parse error when unindented collections contain a comment
- [Validator] Skip validation when email is an empty object
- [PhpUnitBridge] fix PHP 5.3 compat again
- [Translation] Fix for translation:update command updating ICU messages
- [Validator] fix lazy property usage
- [Serializer] do not transform empty Traversable to Array
- [Cache] Fixed not supported Redis eviction policies
- [PhpUnitBridge] fix compat with PHP 5.3

Nicepage 2.15.0 查看版本資訊

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

DBeaver 7.0.5 查看版本資訊

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

What's new in this version:

Data viewer:
- Pin (aka "freeze") column feature was added
- Float (32bit) data type render was fixed (MySQL)
- Plaintext renderer was fixed (binary values representation)
- Filter value auto-complete was fixed (clipboard paste support)
- Issue with "order by table column + column alias" was fixed

SQL editor:
- Script close prompt was fixed
- Hyperlinks now contain procedure parameters
- Script selector panel positioning was fixed
- Execute in new tab: new tabs opening was fixed
- SQL format preferences page was improved
- SQL formatting was fixed (line feeds after brackets)
- SQL console title was fixed (source object name was added)
- Non-https Maven repositories and driver links were removed

PostgreSQL:
- Added parameters to the SQL execution plan explain (ANALYSE is optional)
- Database backup  was fixed on Linux/MacOS (proper table names quoting)
- Table DDL was fixed (show table comment)
- Sequence DDL was fixed (START parameter)
- Object dependencies now contain links on dependent/depending object
- Permission/role editors were fixed (roles are sorted by name now)
- SQL auto-completion fixed for older PG (<= 8.4)
- Oracle: unique key detection was fixed

DB2:
- FOR BIT DATA columns support was fixed (show value as binary)
- Native SQL dialect support was improved (BEGIN/END)
- SQLite: ROWID pseudo-column support was added (as unique key)
- Many other minor bug fixes and improvements

Nicepage 2.14.1 查看版本資訊

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

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

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

What's new in this version:

- Support for minor Chromium upgrade (81.0.4044.129 → 81.0.4044.138)
- Change the User-Agent
- Fixed an issue where the background could not be changed on a new tab page

DBeaver 7.0.4 查看版本資訊

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

What's new in this version:

SQL editor:
- Format now formats active query by default
- Matching brackets highlighting was improved

Data viewer:
- Find/replace highlighting and scrolling was fixed
- Data filter save was fixed (problem with quoted column names)
- Auto-completion in data filter now can be disabled

- Object editor: refresh button in bottom toolbar was unified for all pages
- Dark theme support improved (connection type colors)
- New connection wizard was fixed (problem with quick driver selector)

Driver editor dialog was improved:
- Extra properties save was fixed
- Legacy drivers support was added

- Git extension packaging was fixed (older Eclipse versions support)
- Derby: new database create was fixed
- Firebird: system objects hide/show was fixed (determine system flag from fro meta table)

MySQL:
- Read-only connections support was fixed (SQL editors)
- Query execution plan explain was fixed

Oracle:
- Driver configuration was fixed (typo in Maven artifact name)
- Java classes source viewer was added
- Materialized view DDL read was fixed
- PL/SQL parser was fixed (CASE/WHEN/END)

PostgreSQL:
- search_path update was fixed
- Numeric values rendering was fixed

- Redshift: SOCKS proxy support was fixed
- SQL Server: table DDL generation was fixed (column type names)
- SQLite: foreign key metadata read was fixed (FKs with no name)
- Portuguese (BR) localization was added
- Many minor bug fixes and improvements