Qt Creator 歷史版本列表 Page18

最新版本 Qt Creator 12.0.2

Qt Creator 歷史版本列表

Qt Creator 是應用程序開發人員的完整集成開發環境(IDE)!無論您是創建移動應用程序,桌面應用程序還是連接的嵌入式設備,Qt Creator 都是跨平台的 IDE,使應用程序和 UI 開髮變得輕而易舉。由於上市時間至關重要,因此 IDE 包含可加快開發時間的生產力工具。完整的跨平台集成開發環境,便於創建連接設備,用戶界面和應用程序. 選擇版本:Qt Creator 4.5.0(32 位)... Qt Creator 軟體介紹

Qt Creator (32-bit)Qt Creator (64-bit)


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

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

pgAdmin 4 6.10 查看版本資訊

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

What's new in this version:

New features:
- Added support for indent guides in the browser tree
- Added support for advanced table fields like the foreign key, primary key in the ERD tool
- Added support to allow tables to be dragged to ERD Tool
- Added index creation when generating SQL in the ERD tool
- Added support for authentication via the webserver (REMOTE_USER)
- Added support to enable/disable rules
- Housekeeping

Fixed:
- Fixed OAuth2 integration redirect issue
- Ensure that query highlighting color in the query tool should be less intensive
- Changed the label ‘Inherits Tables?’ to ‘Is inherited?’ as it misleading in the properties panel
- Fixed an issue where the user is unable to create an index with concurrently keyword
- Remove an extra blank line at the start of the SQL for function, procedure, and trigger function
- Fixed the issue of editing triggers for advanced servers
- Fixed an issue where the tree is not scrolling to the object selected from the search result
- Fixed object delete issue from the properties tab for the collection nodes
- Ensure that the Dashboard should get updated after connecting to the server
- Fixed an issue where the browser tree doesn’t show all contents on changing resolution
- Ensure that columns should be displayed in the order of creation instead of alphabetical order in the browser tree
- Fixed background colour issue in the browser tree
- Added support for composite foreign keys in the ERD tool
- Fixed an issue where exclusion constraint cannot be created from table dialog if the access method name is changed once
- Fixed an issue where the users are unable to load the databases behind an HTTP reverse proxy
- Fixed an issue where each click to refresh the collection node, the number of objects decreasing by tens or more
- Fixed browser tree sort order regression issue
- Fixed an issue where the blank string is stored instead of NULL in the server table of SQLite database
- Ensure that the master password should be prompt when MASTER_PASSWORD_REQUIRED is set to True and AUTHENTICATION_SOURCES is webserver
- Ensure that only the table node should be allowed to drop on the ERD tool
- Fixed an issue where the existing server group is disappeared on rename it
- Fixed an issue where the wrong SQL is generated when deleting and renaming table columns together

Studio 3T 2021.8.1 查看版本資訊

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

What's new in this version:

Fixed:
- Table View - Fixed crashes that could occur when simply running queries or paging through results
- Migration from SQL - Fixed a crash that could occur when trying to edit the dataset properties of an array mapping

The Dude 6.49 查看版本資訊

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

What's new in this version:

- branding - fixed LCD logo loading from branding package when installed via Netinstall
- branding - properly clean up old branding files before installing a new one
- bridge - added IGMP and MLD querier monitoring
- bridge - added IGMP snooping log when multicast table gets full
- bridge - fixed external flag in the host table for wireless clients
- bridge - improved controller bridge stability when adding RouterOS v7 port extender
- bridge - improved port extender stability when creating bond interfaces on excluded ports
- bridge - improved stability when quickly adding and removing bridge interface
- certificate - improved stability when removing dynamic CRL entries
- chr - fixed OS provisioning on Azure
- chr - improved stability when changing "flow-control" settings on interfaces with e1000 drivers
- conntrack - increased total connection tracking table size based on installed RAM size
- console - require "write+ftp" permissions for executing script to file
- console - require "write+ftp" permissions for printing to file
- crs3xx - correctly filter packets by L2MTU on 1Gbps Ethernet interfaces for CRS354 devices
- crs3xx - fixed LEDs for QSFP+ interface on CRS326-24S+2Q+ device
- crs3xx - fixed SFP and SFP+ link rate reporting (introduced in v6.48beta11)
- crs3xx - fixed bridge controller and extender packet forwarding for CRS312, CRS326-24S+2Q+ and CRS354 devices
- crs3xx - fixed default MAC address calculation on management Ethernet for CRS312, CRS326-24S+2Q+ and CRS354 devices
- crs3xx - fixed interface flow control
- crs3xx - improved QSFP+ linking and mode changing for CRS326-24S+2Q+ and CRS354 devices
- crs3xx - improved packet transmit on SFP+ interfaces
- crs3xx - improved switch resource allocation for CRS317, CRS309, CRS312, CRS326-24S+2Q+ and CRS354 devices
- defconf - apply default configuration from branding package when performing reset with button
- defconf - removed overlapping IPv6 firewall rules
- defconf - use router as DNS server for DHCP hosts
- dhcp-server - fixed DHCP Option decimal value parsing
- dhcpv4-server - reset dynamic "bcast" flag when receiving offer from DHCP relay
- dhcpv4-server - reset lease's dynamic "bcast" flag on packets from relay
- dhcpv6-server - check if pool name has changed from RADIUS on renew
- dhcpv6-server - improved dynamic server entry update
- discovery - do not send discovery packets on interfaces that are blocked by STP (introduced in v6.48)
- dns - fixed memory leak caused by large DNS replies
- firewall - fixed "ingress-priority" matcher
- firewall - fixed GRE protocol packets considered invalid when PPTP helper is disabled
- gps - improved interface monitoring
- health - added "phy-temperature" sensor monitoring for CRS312 device
- health - improved temperature readings on hEX S
- health - improved temperature reporting
- ike2 - added support for ASN.1 DN "my-id" value setting for initiators
- ike2 - check if TS is still valid after obtaining SPI
- ike2 - fixed initiator packet retransmit with DDOS cookie
- ipsec - fixed memory leak when processing DHCP packets
- ipsec - improved SA update by SPI
- ipsec - improved system stability on CHR
- ipsec - improved system stability on MMIPS devices
- kid-control - improved IPv6 firewall rule generation
- led - added LTE LED support for LHGGR
- leds - fixed LTE LED default mapping for wAP R ac LTE kit
- lora - added additional predefined network servers
- lora - added channel plan "il-917" for Israel
- lora - fixed "PULL_DATA" token generation
- m33g - improved support for "/system gpio" menu ("/system routerboard upgrade" required)
- m33g - removed 12..16 pins from "/system gpio" menu
- mipsbe - improved booting speed on non-NAND devices ("/system routerboard upgrade" required)
- mpls - allow to disable FastPath (CLI only)
- mqtt - added server name indication
- netinstall - fixed lock file persistence after reinstall
- netinstall - improved bootp packet handling on Linux netinstall-cli version when multiple NIC's are present
- netinstall - require Netinstall version to be the same or newer as "factory-software"
- ntp - use correct IPv6 multicast group for SNTP client
- package - always allow to uninstall package even if there is no free disk space left
- poe - update PoE firmware only on devices that supports it
- ppp - improved stability when receiving bogus response on modem channel
- qsfp - improved system stability when setting unsupported link rates
- quickset - use 5GHz interface's country for "Home AP Dual" configuration
- routerboard - fixed "reformat-hold-button-max" validation for values below 10s
- sfp - added "sfp-rate-select" setting
- sfp - fixed GPON module linking (introduced in v6.47)
- sfp - improved 25Gbps optical module stability and linking
- sfp - improved SFP, SFP+, SFP28 and QSFP+ interface stability for CRS3xx and CCR2004 devices
- sfp - improved link stability for 10G, 25G and 40G modules on CRS309, CRS312, CRS326-24S+2Q+ CRS354 and CCR2004 devices
- sfp28 - changed FEC auto mode to disabled
- snmp - added "engine-id" OID support
- snmp - fixed "ipNetToMediaType" OID for incomplete entries
- ssh - fixed "undo" functionality
- supout - added controller bridge section
- supout - print detailed list of active user sessions
- switch - fixed (R/M)STP port blocking right before switching them in HW bridge (fixes possible packet loop when changing bridge settings)
- switch - improved packet transmit between CPU and 98PX1012 for CCR2004-1G-12S+2XS device
- swos - fixed "static-ip-address" parameter
- tr069-client - added "X_MIKROTIK_LinkDowns" parameter for interface "link-downs" value reporting
- tr069-client - added support for Ethernet link speed reporting
- tr069-client - added support for interface comment reporting and editing
- tr069-client - added support for supout file upload
- tr069-client - fixed traceroute diagnostics time values
- tr069-client - improved XML with new-lines for readable output
- tr069-client - improved stability for download/upload diagnostics
- upgrade - fixed free space checking on flash type memories when installing new packages
- ups - added battery info for APC Back-UPS BX750MI
- user - added "expired" user status with suggestion to change password (WinBox v3.29 required)
- user - fixed active user session purging on disconnect
- user - show "expired password" prompt for users with blank password
- w60g - general stability and performance improvements
- w60g - limit power output when using region EU to match EN302567 on nRAY
- w60g - use EU region by default
- webfig - added support for logo image from branding package
- webfig - do not show value units twice
- webfig - fixed "Wireless/CAP" menu opening
- webfig - fixed interface sorting by name
- webfig - show only "Close" button under "Wireless/Wireless Sniffer/Sniffed Packets" menu

Winbox:
- added "dhcp" option to "multicast-helper" setting
- added "fec-mode" parameter under "Interface/Ethernet" menu
- added "interface-speed-100G" LED type to "System/LEDs" menu
- added "name" and "file-name" parameter when importing and exporting certificates
- added "sfp-shutdown-temperature" setting to SFP interfaces
- added SSH settings under "IP/SSH" menu
- added TFTP settings under "IP/TFTP/Settings" menu
- allow setting MCS (24-31) to 4x4 Wireless interfaces
- do not allow to add/remove W60G interfaces
- do not allow to set empty "init-string" field under "System/GPS" menu
- do not show "GPS antenna" selection for devices without selection support
- fixed "Secondary Frequency" parameter setting under "CAPsMAN/Channel" menu
- fixed DNS "cache-size" parameter setting
- fixed health reporting on RB960, hEX, hEX S and hAP ac3 devices
- fixed order of weekdays under "IP/Firewall" menu
- fixed support for "Delegated-IPv6-Prefix" for PPP services
- match "MAC Protocol-Num" predefined values under "Bridge/Filters" menu
- minimal required version is v3.30
- properly show "CRL Signature" field under "System/Certificate" menu
- separated CCQ Tx and Rx values in their own unique columns
- show "System/Health/Settings" only on boards that have configurable values
- show "current-channel" column by default for CAP interfaces
- show IPv6 address in separate field under "IP/Cloud" menu

Wireless:
- added U-NII-2 support for US and Canada country profiles for hAP ac lite
- added override for multicast-to-unicast translation of DHCP traffic
- do not remove channels >2462 MHz from "scanlist" if scanning for fixed channel
- do not send packet back to station-bridge it was received from
- fixed minor typo in debug logging messages
- improve WMM priority assignment for packets with internal priority greater than 7
- improve regulatory compliance with DFS requirements
- improve signaling of QCA9984 interface capabilities when using 160/80+80MHz channel width
- improved system stability when sending packets through interface after L2MTU is increased
- log client signal strength on disconnect
- renamed "secondary-channel" to "secondary-frequency"
- updated "israel" regulatory domain information
- updated "united kingdom" regulatory domain information

pgAdmin 4 6.00 查看版本資訊

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

What's new in this version:

New features:
- Added support for OWNED BY Clause for sequences

Housekeeping:
- Revisit all the CREATE and DROP DDL’s to add appropriate ‘IF EXISTS’, ‘CASCADE’ and ‘CREATE OR REPLACE’
- Port browser tree to React
- Port object nodes and properties dialogs to React
- Port Grant Wizard to react
- Remove GPDB support completely

Fixed:
- Fixed an issue where grant wizard is unresponsive if the database size is huge
- Added support to create the Partitioned table using COLLATE and opclass
- Ensure that in the Query History tab, query details should be scrollable
- Fixed an issue where collapse and expand arrows mismatch in case of nested IF
- Fixed an issue where the last message is not visible in the Debugger
- Updated query error row selection color as per dark theme style guide
- Fixed an issue where the drop cascade button enables for Databases
- Fixed an issue where Refresh view options are not working for materialized view
- Fixed keyerror issue in schema diff for ‘attnum’ and ‘edit_types’ parameter
- Ensure that RLS names should not be editable in the collection node of properties tab
- Fixed an issue where Execute button of the query tool gets disabled once we change anything in the data grid
- Ensure that SQL help should work for EPAS servers

Qt Creator 5.0.2 查看版本資訊

更新時間: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.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 查看版本資訊

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

What's new in this version:

- Fixed saving of MIME type settings