Mindomo Desktop (64-bit) 歷史版本列表 Page8

最新版本 KLayout 0.28.17 (64-bit)

Mindomo Desktop (64-bit) 歷史版本列表

Mindomo Desktop  64 位是 Windows PC 的免費思維導圖軟件,它獨特地將離線工作與在線編輯和協作相結合。一個易於使用,獨立的思維導圖軟件,具有高度多樣化的功能。如果您正在尋找完整的思維導圖體驗,Mindomo Desktop 還涵蓋了在線和移動同步。免費思維導圖軟件,可以讓您在本地創建思維導圖和概念圖,並在線上傳以便於共享:Mindomo Desktop&nbs... Mindomo Desktop (64-bit) 軟體介紹


SoftEther VPN Gate Client Plugin 2023.05.20 build 9787 查看版本資訊

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

StaxRip 2.17.0 查看版本資訊

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

What's new in this version:

- AVS: Add more frame rates to frame rate filter selections
- AVS: Fix missing function and package definitions for TransformsPack
- AVS: Prevent importing duplicates on dependencies
- FFmpeg: Fix audio (and subtitle) cutting issues caused by ffmpeg upstream
- NVEnc: Fix "--bref-mode" parameter options
- Rename encoder and category/group names

Update tools:
- AOMEnc v3.6.0-564-gea9a06fd1
- AviSynth+ v3.7.3 r3982 Clang
- chapterEditor v1.37
- DGIndex v2.0.0.8
- eac3to v3.36
- FFmpeg v6.0 N-110665-g47430a3cb1-20230519
- MKVToolNix v76.0
- MP4Box v2.3-DEV-rev221-g200100727
- mpv.net v6.0.3.2 beta
- NVEnc v7.25
- QSVEnc v7.41
- Subtitle Edit v3.6.13

Update AviSynth+ plugins:
- SMDegrain v4.4.0d
- Zs_RF_Shared v1.161

Update Dual plugins:
- DGMPGDec v2.0.0.8

Protocol Buffers 23.1 查看版本資訊

更新時間: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

Protocol Buffers 22.5 查看版本資訊

更新時間: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

Sandboxie Plus 1.9.3 (64-bit) 查看版本資訊

更新時間:2023-05-09
更新細節:

What's new in this version:

Added:
- added global setting to disable overlay icons
- added ability to specify Sandboxie.ini location in registry
- open "HKLMSYSTEMCurrentControlSetServicesSbieDrv" and set "IniPath"
- use a REG_SZ string for the path, like "??C:my_pathmy_sandboxie.ini"

Changed:
- improved handling of DLL injection failure
- updated Polish translation (thanks to user 7zip)

Fixed:
- fixed issue with command lines
- fixed issue with always on top in the recovery window

Protocol Buffers 23.0 查看版本資訊

更新時間: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

Protocol Buffers 22.4 查看版本資訊

更新時間: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

Mindomo Desktop 10.5.8 (64-bit) 查看版本資訊

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

What's new in this version:

- Added features to Gantt diagrams: search and filtering
- Improvements to interaction with the menus - easier access to sub-menus

Mindomo Desktop 10.5.7 (64-bit) 查看版本資訊

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

What's new in this version:

Added:
- feature to Gantt diagrams - show/hide columns
- feature to Gantt diagrams - customize task color
- feature to Gantt diagrams - modify progress bar

- Bugfix: issue related to opening a Freemind file with topics that contain special characters such as <, >

Sandboxie Plus 1.9.2 (64-bit) 查看版本資訊

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

What's new in this version:

Added:
- added box presets menu option to toggle 'DisableForceRules=y'

Fixed:
- fixed issue with SBIE1305 message
- fixed encoding issue with Korean translation