Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions qt-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
- Remove CMake presets disable from recommended settings
- Rename file types for consistency: 'Qdoc' → 'QDoc', 'Qrc' → 'QRC'

## 1.10.0 (Nov 24, 2025)

🐞 **Fixed**

- Fix keyboard shortcuts (Cmd+A, Cmd+C, etc.) not working on macOS in the New Item Wizard dialog

### New Item Wizard

🐞 **Fixed**
Expand Down
4 changes: 4 additions & 0 deletions qt-cpp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

- Fix handling of invalid or missing `cmake-tools-kits.json` files

## 1.10.0 (Nov 24, 2025)

The same as `1.9.0`

## 1.9.0 (Sep 11, 2025)

🎉 **Added**
Expand Down
5 changes: 5 additions & 0 deletions qt-qml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@

- Fix file finding in QML/JS debugger on Windows
- Fix QML Language Server documentation path issues

## 1.10.0 (Nov 24, 2025)

🐞 **Fixed**

- Fix QML Language Server not restarting properly when installing updates

## 1.9.0 (Sep 11, 2025)
Expand Down
4 changes: 4 additions & 0 deletions qt-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Add support for opening Qt Widgets Designer from PySide6 installations

## 1.10.0 (Nov 24, 2025)

The same as `1.9.0`

## 1.9.0 (Sep 11, 2025)

🎉 **Added**
Expand Down
Loading