CrystalDiskInfo 歷史版本列表
CrystalDiskInfo 是一個免費的硬盤健康監測軟件的 Windows。它顯示基本的硬盤信息,監視 S.M.A.R.T. 值和磁盤溫度。 CrystalDiskInfo 免費下載 Windows PC 的最新版本。它是完全離線設置安裝程序的 CrystalDiskInfo. 一個 HDD / SSD 實用程序免費軟件,支持部分 USB 連接和英特爾 RAID.CrystalDiskInfo... CrystalDiskInfo 軟體介紹更新時間:2023-05-18
更新細節:
What's new in this version:
Compiler:
- Add a workaround for GCC constexpr
C++:
- Add a workaround for GCC constexpr
Csharp:
- [C#] Replace regex that validates descriptor names
更新時間:2023-05-15
更新細節:
更新時間:2023-05-14
更新細節:
What's new in this version:
- Fixed a bug in Postman Proxy that resulted in Chrome (and browsers based on Chromium) rejecting the client certificate generated via Postman Proxy Certificate Authority
更新時間:2023-05-10
更新細節:
What's new in this version:
Announcements:
- Protobuf News may include additional announcements or pre-announcements for upcoming changes
C++:
- Fix: avoid warnings on MSVC
- Fix: avoid warnings on Windows
- Add missing cstdint header
- Fix: missing -DPROTOBUF_USE_DLLS in pkg-config
- Avoid using string(JOIN..., which requires cmake 3.12
- Explicitly include GTest package in examples
- Bump Abseil submodule to 20230125.3
更新時間:2023-05-08
更新細節:
What's new in this version:
Compiler:
- Implement a retain_options flag in protoc
- Make protoc --descriptor_set_out respect option retention
- Modify release artifacts for protoc to statically link system libraries
- Extension declaration: Enforce that if the extension range has a declaration then all extensions in that range must be declared. This should prevent non-declared extensions from being added.
- Implement "reserved" for extension declaration
- Open-source extension declaration definition
C++:
- Fix(libprotoc): export useful symbols from .so
- Turn off clang::musttail on i386
- Fixes Clang 6 linker bug
- Remove PROTOBUF_DEPRECATED in favor of [[deprecated]]
- Add assert to the list of keywords for C++
- Added Reflection::GetCord() method in C++
- Support C++ protobuf ctype=CORD for bytes field
- Expand LazySerializerEmitter to cover proto3 cases
- Unconditionally generate unknown field accessors
- Introduce proto filter for inject_field_listener_events
- Add ParseFromCord to TextFormat
- Mark proto2::Arena::GetArena as deprecated
Java:
- Adds Timestamps.now()
- Added Reflection::GetCord() method in C++
- Re-attach OSGI headers to lite,core, and util. This information was dropped in the move from maven to bazel.
- Add Java FileDescriptor.copyHeadingTo() which copies file-level settingspackage, file options) to FileDescriptorProto.Builder
- Remove unnecessary has bits from proto2 Java
- Add casts to make protobuf compatible with Java 1.8 runtime
- Fix mutability bug in Java proto lite: sub-messages inside of oneofs were not
- Document known quirks of EnumDescriptor::is_closed() when importing across files with different syntaxes
Kotlin:
- Remove errorprone dependency from kotlin protos
Csharp:
- Make json_name take priority over name
- Add C# presence methods to proto3 oneof fields
Objective-C:
- Enforce the max message size when serializing to binary form
- Mark mergeFromData:extensionRegistry: as deprecated
Python:
- Fix bug in _internal_copy_files where the rule would fail in downstream repositories.
- Make numpy/pip_deps a test-only dependency.
- Fix Python bug with required fields
- Mark deprecated SupportsUnknownEnumValues on Message reflection. Use FieldDescriptor or EnumDescriptor instead.
- Raise warnings for MessageFactory class usages
- Add Python support for retention attribute
- Document known quirks of EnumDescriptor::is_closed() when importing across files with different syntaxes
Python C-Extension:
- Fix Python bug with required fields
- See also UPB changes below, which may affect Python C-Extension
PHP:
- RepeatedField: unset by index
PHP C-Extension:
- RepeatedField: unset by index
- See also UPB changes below, which may affect PHP C-Extension
Ruby:
- Change the Ruby code generator to emit a serialized proto instead of the DSL
- Feat(6178): emit ruby enum as integer
Ruby C-Extension:
- Feat(6178): emit ruby enum as integer
- Ruby: Implement Write Barriers
- See also UPB changes below, which may affect Ruby C-Extension.
UPB:
- Implements upb_Message_DeepClone
- Other:
- Fix: missing -DPROTOBUF_USE_DLLS in pkg-config
- Avoid using string(JOIN..., which requires cmake 3.12
- Bump Abseil submodule to 20230125.3
- Fix btree issue in map tests.
- Fix declared dependencies for pkg-config
- Fix build for newlib
- Update usage disclaimer on FieldOptions.ctype
- Add config option to print 64-bit integers in JSON as unquoted ints if they can be losslessly converted into a 64-bit float.
- Version protoc according to the compiler version number.
- Fix shared object ABI exports
- Ensure VarintParseSlowArm{32,64} are exported with PROTOBUF_EXPORT
- Update the min required CMake version to 3.10
更新時間:2023-05-08
更新細節:
What's new in this version:
Data Editor:
- Bottom toolbar became customizable
- Disconnected editors can be easily reconnected
- Issue with Ctrl+1 shortcut not working was fixed
SQL Editor:
- Issue with refresh button closing active resul tab was fixed
- Issue with not correct dislaying of
sequence was fixed
- Issue when generating the same UUID for all rows was fixed
Data Transfer:
- Ability to change the target column type on import to BIGINT was added
- Export from query to CSV was fixed
- Git: Missing git buttons and menus were added on macOS (Apple Silicon)
Databases:
- ClickHouse: Catalog support was added
- Informix: issue with extra spaces in table name was fixed
MySQL:
- Event reading for quoted schemas was fixed
- Time handling in MySQL was improved
Oracle:
- Issue with parcing IF EXISTS statements was fixed
- The display of DATE with additional settings in the Result Set was fixed
- Inromation about latest statistics update was added
PostgreSQL:
- Generation of ALTER table SQL for foreign tables was improved
- Role settings were added in generated DDL
- IDENTITY SEQUENCE were added in generated DDL
- Snowflake: issue with incorrect import with BIGINT, INT, REAL, FLOAT, DOUBLE PRECISION, and DECIMAL data types was fixed
- Trino: issue with import files with varchar data type was fixed
Misc:
- SalesForce driver was updated
- ODBC connection error was fixed
- Java native libraries were added to DBeaver installation directly to avoid app crash cased by system restrictions.
- DBeaver started to collect user statistics. It is anonymous and optional
更新時間:2023-05-04
更新細節:
What's new in this version:
C++:
- Fix libprotoc: export useful symbols from .so
- Fix btree issue in map tests
Python:
- Fix bug in _internal_copy_files where the rule would fail in downstream repositories
Other:
- Bump utf8_range to version with working pkg-config
- Fix declared dependencies for pkg-config
- Update abseil dependency and reorder dependencies to ensure we use the version specified in protobuf_deps
- Turn off clang::musttail on i386
更新時間:2023-04-25
更新細節:
What's new in this version:
General UI:
- Issue with zoom in and out with Ctrl++ and Ctrl+- in SQL Editor and Data gird was fixed
- ER Diagram font now depends on the Main font
- A lot of UI rendering improvements were made
SQL Editor:
- Moving with Ctrl+Right/Left now considers words with an underscore and a dollar as a whole word (configurable)
- Autocomplete for mixed-case was improved
- Issue with crashing when closing the SQL Editor tab was fixed
- Order by parsing was improved
- AI: issue with changing settings was fixed
Data Editor:
- Data filters support in the Grouping panel was added
- Opening TXT, JSON, and XML files in external editors was improved on macOS and Linux
- Rendering of non-display characters was improved
- Issue with disappearing filter option, when a query returns nothing, was fixed
- Microseconds epoch transformer was added (thanks to @BobrPetr)
- Database Navigator: issue with creating a new view was fixed
Data transfer:
- Issue with set max column length when exporting in TXT was fixed
- Issue with export JSON to TXT was fixed
Databases:
- Firebird: recognition of procedure parameter data types was improved
- SQLite: issue with database synchronization with the server was fixed
- Redshift: issue with renaming a view in Database Navigator was fixed
- MySQL: issue with the empty privileges list was fixed
- Snowflake: displaying the creation time of Snowflake views was added
- TiDB Cloud: telemetry support was added (thanks to @Icemap)
- PostgreSQL: array presentation was improved
- Localization of Brazilian Portuguese was improved
更新時間:2023-04-21
更新細節:
更新時間:2023-04-14
更新細節:
What's new in this version:
New Features:
- RNBO: v1.1.1 update
Fixed:
- curve~ / line~: appropriately outputs bang when last duration is 0
- function: fixed crash with non-numeric 'setvalue' messages
- jit.gl.pass (GLCore): fixed bug with texture copies when quality set to medium
- jit.gl.path (GLCore): fixed matrix color input
- jit.gl.plato/nurbs (GLCore): fixed rendering with jit.gl.material normal map
- jit.movie (AVF): fixed image loading from URL
- jit.pwindow: fixed single cell output on loadbanged matrix input
- jit.tp.slide.jxs: output is clamped
- jit.world: fixed sync 0 fps issues
- Jitter GLCore: fixed default shading with lighting, blend and transparent color values
- Live Object Model: updated docs
- Max for Live: fixed audioschedulertime calculation when device is open in the Editor
- metro in Max for Live: outputs bangs consistently when the Arrangement View's loop brace is active
- pattr: fixed dictionary memory leak
- sfplay~: fixed crash with timestretching in efficient mode
- textedit / pattr: last appended item correctly stored
- VIZZIE BFGENER8TR: basis visible to pattrstorage
- VIZZIE: fixed EASEMAPPER
- VIZZIE: fixed "patchcord has no connection" errors
- VIZZIE FOGGR: fixed dim setting
- vst~: fixed issues with multiple plugins when one vst~ object is deleted
- vst~: improved loading speed for VST shell single plugin
- vst~: partial-scan results are used in fas-scan mode
- vst~: unique ID argument is used with plug_{format} messages
- vst~: VST3 shell plugins cache info about other plugs in the shell