Qt Creator (64-bit) 歷史版本列表 Page1

最新版本 Qt Creator 6.0.0 (64-bit)

Qt Creator (64-bit) 歷史版本列表

Qt Creator 64 位是面向應用程序開發人員的完整集成開發環境(IDE)!無論您是創建移動應用程序,桌面應用程序還是連接的嵌入式設備,Qt Creator 都是跨平台的 IDE,使應用程序和 UI 開髮變得輕而易舉。由於上市時間至關重要,因此 IDE 包含可加快開發時間的生產力工具。完整的跨平台集成開發環境,可輕鬆創建連接設備,用戶界面和應用程序.超越代碼設計和創新我們相信,提供滿足並超出... Qt Creator (64-bit) 軟體介紹


Qt Creator 6.0.0 (64-bit) 查看版本資訊

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

What's new in this version:

General:
- Moved launching of tools to external process
- Merged `CppTools` plugin into `CppEditor` plugin

Editing:
- Added support for multiple cursor editing
- Added import and export for font settings- Fixed missing permissions update when files change

C++:
- Updated to LLVM 13
- Added option for saving open files automatically after refactoring
- Added information about source to tooltip on diagnostics
- Added highlighting color option for namespaces
- Made pure virtual functions optional in `Create implementations for all member functions`
- Fixed `Insert Definition` for template types
- Fixed that `Find References` did not work for some template and namespace combinations
- Fixed canceling of C++ parsing on configuration change
- Fixed crash when checking for refactoring actions
- Fixed wrong target compiler option
- Fixed parentheses matching
- Fixed documentation comment generation for template types
Clangd:
- Added warning for older `clangd` versions
- Added support for completion and function hint
- Added option for `Insert header files on completion`
- Improved location of generated `compile_commands.json`
- Fixed missing reparsing after refactorings
- Fixed that parameters were incorrectly highlighted as output parameters
- Fixed highlighting of string literals in macros
- Fixed icon of signals and slots in completion list
- Fixed header completion for Qt headers
- Fixed code model update after UI header change
- Fixed that `Find References` could show results for deleted files
- Fixed that highlighting of current symbol could vanish
- Fixed that nested items were not synchronized with cursor position in outline

QML:
- Improved wizards for Qt 6.2
- Simplified wizards
- Fixed wrong warning on JavaScript equality checks

Language Server Protocol:
- Added support for `activeParameter` of signature information

Projects:
- Added option to close all projects except one to Projects' view context menu
- Added option to cancel file renaming
- Added `Show in File System View` to project context menu
- Added `Advanced Find` scope for `Files in All Project Directories`
- Fixed stale directories in `Files in All Project Directories` locator filter
- Fixed redundant output on process crash
- Fixed duplicates in file rename dialog
- Fixed variable expansion for working directory
- Fixed possible warning when opening files from compile output
- Fixed that re-detecting compilers removed compilers from kits
- Fixed GitHub action created by Qt Creator plugin wizard for Qt 6
- Fixed crash when canceling device test dialog

CMake:
- Removed separate `` node from project tree
- Improved performance while loading large projects
- Fixed that CMake warnings and project loading errors were not added to Issues` pane
- Fixed header file handling when mentioned in target sources
- Fixed that generated files were selected for analyzing
- Fixed importing of Qt projects

qmake:
- Fixed crash when canceling parsing

Compilation Database:
- Fixed that headers were not shown as part of the project

Conan:
- Added `QT_CREATOR_CONAN_BUILD_POLICY` used for `BUILD` property of conan_cmake_run`

Debugging:
GDB:
- Fixed issue with non-English locale
- Fixed variable expansion for `Additional Startup Commands`

CDB:
- Added hint for missing Qt debug information
- Improved pretty printing for Qt 6 without debug information

Version Control Systems:
Git:
- Added option to `Show HEAD` when amending commit
- Fixed wrong modified state of log viewer

Test Integration:
- Added option to run tests without deployment

CTest:
- Added options page

Platforms:
Windows:
- Added support for MSVC 2022

Qt Creator 5.0.3 (64-bit) 查看版本資訊

更新時間:2021-11-04
更新細節:

What's new in this version:

QML:
- Fixed possible crash on shutdown

Image Viewer:
- Fixed crash when opening invalid movie

qmake:
- Fixed handling of `QMAKE_EXTRA_COMPILERS`

ClamAV 0.104.1 查看版本資訊

更新時間:2021-11-04
更新細節:

What's new in this version:

FreshClam:
- Add a 24-hour cool-down for FreshClam clients that have received an HTTP 403 (Forbidden) response from the CDN. This is to reduce the volume of 403-response data served to blocked FreshClam clients that are configured with a tight update-loop.
- Fixed a bug where FreshClam treats an empty CDIFF as an incremental update failure instead of as an intentional request to download the whole CVD.
- ClamDScan: Fix a scan error when broken symlinks are encountered on macOS with "FollowDirectorySymlinks" and "FollowFileSymlinks" options disabled.
- Overhauled the scan recursion / nested archive extraction logic and added new limits on embedded file-type recognition performed during the "raw" scan of each file. This limits embedded file-type misidentification and prevents detecting embedded file content that is found/extracted and scanned at other layers in the scanning process.
- Fix an issue with the FMap module that failed to read from some nested files
- Fixed an issue where failing to load some rules from a Yara file containing multiple rules may cause a crash
- Fixed assorted compiler warnings
- Fixed assorted Coverity static code analysis issues

Scan limits:
Added virus-name suffixes to the alerts that trigger when a scan limit has been exceeded. Rather than simply Heuristics.Limits.Exceeded, you may now see limit-specific virus-names, to include:
- Heuristics.Limits.Exceeded.MaxFileSize
- Heuristics.Limits.Exceeded.MaxScanSize
- Heuristics.Limits.Exceeded.MaxFiles
- Heuristics.Limits.Exceeded.MaxRecursion
- Heuristics.Limits.Exceeded.MaxScanTime

Renamed the Heuristics.Email.ExceedsMax.* alerts to align with the other limit alerts names. These alerts include:
- Heuristics.Limits.Exceeded.EmailLineFoldcnt
- Heuristics.Limits.Exceeded.EmailHeaderBytes
- Heuristics.Limits.Exceeded.EmailHeaders
- Heuristics.Limits.Exceeded.EmailMIMEPartsPerMessage
- Heuristics.Limits.Exceeded.EmailMIMEArguments
- Fixed an issue where the Email-related scan limits would alert even when the "AlertExceedsMax" (--alert-exceeds-max) scan option is not enabled.
- Fixes an issue in the Zip parser where exceeding the "MaxFiles" limit or the "MaxFileSize" limit would abort the scan but would fail to alert. The Zip scan limit issues were independently identified and reported by Aaron Leliaert and Max Allan.
- Fixed a leak in the Email parser when using the --gen-json scan option.
- Fixed an issue where a failure to record metadata in the Email parser when using the --gen-json scan option could cause the Email parser to abort the scan early and fail to extract and scan additional content.
- Fixed a file name memory leak in the Zip parser.
- Fixed an issue where certain signature patterns may cause a crash or cause unintended matches on some systems when converting characters to uppercase if a UTF-8 unicode single-byte grapheme becomes a multi-byte grapheme. Patch courtesy of Andrea De Pasquale.

CMake:
- Fix a packaging issue with the Windows *.msi installer so that it will include all of the required files
- Add support for developer code-signing on macOS during the build
- Fix an issue finding and linking with the tinfo library on systems where tinfo is separate from ncurses. Patch courtesy of Luca Barbato.
- Tests: Improved the Freshclam incremental update tests to verify correct behavior when a zero-byte CDIFF is downloaded and the CVD served to FreshClam is older than advertised
- Docker: Remove the freshclam.dat file when building the Docker image with the databases-included so FreshClam agents running in the container will have a unique ID in the HTTP User-Agent

iZotope Ozone Standard 9.9 查看版本資訊

更新時間:2021-11-04
更新細節:

What's new in this version:

Fixed:
- AU validation failure that could occur on macOS Big Sur (Intel & Apple Silicon Rosetta)
- crash that could occur when Ozone was added to sessions alongside certain 3rd party plug-ins (MAAT, InaGRM, Sonnox, etc...)
- invisible inline edit text field boxes in AAX instances within Pro Tools on Big Sur (Intel & Apple Silicon Rosetta)
- failure to display reference track level in input meters when the associated option was enabled
- crash that could occur on playback if a mono audio file was loaded in the Reference panel
- long instantiation times on Windows machines that do not have PACE drivers installed
- help button in the Options window
- issue where NKS resources would be installed even when deselected during installation
- issue where NKS resources were not properly installed when using Product Portal to install Ozone
- Fix possible crash when loading a preset in the Ozone mothership plug-in that was saved in the Ozone app when plug-ins were in the module  chain
- Corrected errors in the Ozone 9 help documentation
- Various additional bug fixes

General Updates:
- Ozone 9 now appears under the manufacturer name "iZotope" (instead of "iZotope, Inc.") in all DAWs/NLEs
- Maximizer Threshold Learn button has been moved to the module header area

ClamAV 0.104.0 查看版本資訊

更新時間:2021-10-31
更新細節:

What's new in this version:

New Requirements:
- As of ClamAV 0.104, CMake is required to build ClamAV
- We have added comprehensive build instructions for using CMake to the new INSTALL.md file. The online documentation will also be updated to include CMake build instructions.
- The Autotools and the Visual Studio build systems have been removed

Major changes:
- The built-in LLVM for the bytecode runtime has been removed
- The bytecode interpreter is the default runtime for bytecode signatures just as it was in ClamAV 0.103
- We hoped to add support for newer versions of LLVM, but ran out of time. If you're building ClamAV from source and you wish to use LLVM instead of the bytecode interpreter, you will need to supply the development libraries for LLVM version 3.6.2. See the "bytecode runtime" section in INSTALL.md to learn more.
- There are now official ClamAV images on Docker Hub

Docker Hub ClamAV tags:
- clamav/clamav:<version>: A release preloaded with signature databases
- Using this container will save the ClamAV project some bandwidth. Use this if you will keep the image around so that you don't download the entire database set every time you start a new container. Updating with FreshClam from the existing databases set does not use much data.
- clamav/clamav:<version>_base: A release with no signature databases
- Use this container only if you mount a volume in your container under /var/lib/clamav to persist your signature database databases. This method is the best option because it will reduce data costs for ClamAV and for the Docker registry, but it does require advanced familiarity with Linux and Docker.
- Caution: Using this image without mounting an existing database directory will cause FreshClam to download the entire database set each time you start a new container.
- You can use the unstable version (i.e. clamav/clamav:unstable or clamav/clamav:unstable_base) to try the latest from our development branch.
- Please, be kind when using 'free' bandwidth, both for the virus databases but also the Docker registry. Try not to download the entire database set or the larger ClamAV database images on a regular basis.
- For more details, see the ClamAV Docker documentation
- Special thanks to Olliver Schinagl for his excellent work creating ClamAV's new Docker files, image database deployment tooling, and user documentation
- clamd and freshclam are now available as Windows services. To install and run them, use the --install-service option and net start [name] command.
- Special thanks to Gianluigi Tiesi for his original work on this feature

Notable changes:
The following was added in 0.103.1 and is repeated here for awareness, as patch versions do not generally introduce new options:
- Added a new scan option to alert on broken media (graphics) file formats. This feature mitigates the risk of malformed media files intended to exploit vulnerabilities in other software. At present, media validation exists for JPEG, TIFF, PNG and GIF files. To enable this feature, set AlertBrokenMedia yes in clamd.conf, or use the --alert-broken-media option when using clamscan. These options are disabled by default in this patch release but may be enabled in a subsequent release. Application developers may enable this scan option by enabling CL_SCAN_HEURISTIC_BROKEN_MEDIA for the heuristic scan option bit field.
- Added CL_TYPE_TIFF, CL_TYPE_JPEG types to match GIF, PNG typing behavior. BMP and JPEG 2000 files will continue to detect as CL_TYPE_GRAPHICS because ClamAV does not yet have BMP or JPEG 2000 format checking capabilities.

Added progress callbacks to libclamav for:
- database load: cl_engine_set_clcb_sigload_progress()
- engine compile: cl_engine_set_clcb_engine_compile_progress()
- engine free: cl_engine_set_clcb_engine_free_progress()
- These new callbacks enable an application to monitor and estimate load, compile, and unload progress. See clamav.h for API details.

Added progress bars to ClamScan for the signature load and engine compile steps before a scan begins. The start-up progress bars won't be enabled if ClamScan isn't running in a terminal (i.e. stdout is not a TTY), or if any of these options are used:
- --debug
- --quiet
- --infected
- --no-summary

Other improvements:
- Added the %f format string option to the ClamD VirusEvent feature to insert the file path of the scan target when a virus-event occurs. This supplements the VirusEvent %v option which prints the signature (virus) name. The ClamD VirusEvent feature also provides two environment variables, $CLAM_VIRUSEVENT_FILENAME and $CLAM_VIRUSEVENT_VIRUSNAME for a similar effect. Patch courtesy of Vasile Papp.
- Improvements to the AutoIt extraction module. Patch courtesy of cw2k.
- Added support for extracting images from Excel *.xls (OLE2) documents
- Trusted SHA256-based Authenticode hashes can now be loaded in from *.cat files. For more information, visit our Authenticode documentation about using *.cat files with *.crb rules to trust signed Windows executables.

Fixed:
- Fixed a memory leak affecting logical signatures that use the "byte compare" feature. Patch courtesy of Andrea De Pasquale.
- Fixed bytecode match evaluation for PDF bytecode hooks in PDF file scans
- Other minor bug fixes

Qt Creator 5.0.2 (64-bit) 查看版本資訊

更新時間:2021-10-01
更新細節:

What's new in this version:

- Changed the `File System` special node to be shown only on parsing failure
- (QTCREATORBUG-25994, QTCREATORBUG-25974)
- Fixed loading of projects without targets (QTCREATORBUG-25509)
- Fixed that no targets where shown in added build step (QTCREATORBUG-25759)
- Fixed that `ninja` could not be found after changing Qt installation location
- (QTCREATORBUG-26289)

Qt Creator 5.0.1 (64-bit) 查看版本資訊

更新時間:2021-09-15
更新細節:

What's new in this version:

- Fixed saving of MIME type settings

Qt Creator 5.0.0 (64-bit) 查看版本資訊

更新時間:2021-08-27
更新細節:

What's new in this version:

General:
- Fixed various possible crashes at shutdown

Editing:
- Added line ending and indentation to file properties information
- Added menu item and shortcut for editing bookmark comments
- Fixed folding for Markdown
- Fixed completion tooltip on secondary display

C++:
- Added experimental support for `clangd` (no code completion yet, requires development build of `clangd`)
- Added highlighting option for function parameters
- Added template parameters to symbols in Locator
- Fixed that project-unrelated files were selected by default when renaming symbols (QTCREATORBUG-8561)
- Fixed highlighting of string literals with multi-byte characters
- Fixed code model for changed but not yet built `.ui` and `.scxml` files
- Fixed lookup of toplevel virtual function declarations
- Fixed `switch` statement completion for templates
- Fixed `Escape String Literal as UTF-8` if literal contains numbers


QML:
- Updated parser to Qt 6.2
- Fixed handling of multiline template strings
- Fixed handling of required and readonly properties
- Fixed reformatting of inline components
- Fixed reformatting of functions with default values
- Fixed wrong warning for types with same name but different namespace
- Fixed `Tools > External > Qt Quick > QML Utility`

Language Client:
- Added support for progress notifications
- Added support for snippets
- Fixed completion results for language servers that do not filter results themselves
- Fixed that empty responses could be sent

Beautifier:
- Fixed issue with `clang-format` and multi-byte characters

Designer:
- Fixed `Go to Slot` if UI class is referred to as `UI_<class>`

Projects:
- Added experimental support for building and running on Docker devices
- Added find support to `Issues` pane
- Added option `Show Source and Header Groups` to project tree
- Fixed crash when closing project while changing current configuration
- Fixed that output of custom targets was interpreted as errors
- Fixed missing update of run configuration environment
- Fixed that user files were unnecessarily saved with new time stamp
- Fixed that toolchain setting was fixed for auto-detected kits
- Reduced UI freeze after loading projects

CMake:
- Removed option `Auto-create build directories`, making this the default behavior
- Added CMake output to right side of `Projects` mode
- Added CMake option `QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP` for skipping Qt
- Creator's package manager auto-setup
- Fixed `Jump to File` for file names with special characters
- Fixed updating of available targets
- Fixed persistence of CMake tool options
- Fixed build library search path for CMake 3.20 and later
- Fixed code model issues with MSVC and CMake 3.20 and later

Qbs:
- Improved performance of registering profiles
- Debugging
- Added `Force logging to console` option
- Added context menu for changing variable display style to viewer window
- Fixed that comments in startup commands resulted in message boxes
- Removed extra Server Start Script field in Attach to Running Server use a custom deploy step instead

GDB:
- Added option `Use automatic symbol cache`

QML:
- Implemented `Load QML Stack` for LLDB

Analyzer:
Clang:
- Fixed URL for `clang-tidy` checks
- Fixed application of options to checks
- Fixed links to clazy documentation

FakeVim:
- Fixed backspace option
- Fixed updating visual marks when mark settings change

Windows:
- Added support for MSVC ARM64 toolchain

Tweakeze 2.00.902 查看版本資訊

更新時間:2021-07-14
更新細節:

What's new in this version:

Tweakeze 2.00.902
- Added new Scripting Action
- Added new Keyboard Trigger for Watch Mode
- Improved Creator screen to support new functionality
- Improved real-time access to running applications
- Added fixing constraint to avoid data corruption
- Bug fixes, performance and UI improvements


Tweakeze 1.18.818
- Added support to Exclude files in Creator screen
- Added support to specify Help for Options
- Added support to turn off User Account Control (UAC) warning
- Added support to control loading of Custom Watchers via Settings screen
- Improve security when loading system DLLs
- Bug fixes, performance and UI improvements



Tweakeze 1.17.777
- Added Session Watcher for all supported Mozilla based browsers
- Added support for Waterfox and PaleMoon browsers
- Added Organizer Watchers for Desktop and Start Menu Shortcuts
- Added "Fix All" button to Watcher screen
- Added "Check for Updates" to manually check for Tweakeze updates
- Bug fixes, performance and UI improvements

Qt Creator 4.15.2 (64-bit) 查看版本資訊

更新時間:2021-07-14
更新細節:

What's new in this version:

Projects:
CMake:
- Improved performance after project load and reparse
- Fixed crash on session switch (QTCREATORBUG-25837)

qmake:
- Fixed issues with executing system calls (QTCREATORBUG-25970)

Test Integration:
CTest:
- Fixed test detection if `ctest` takes long to run (QTCREATORBUG-25851)

Platforms:
WASM:
- Fixed Python version that is on Windows (QTCREATORBUG-25897)