diff options
author | Rami Potinkara <[email protected]> | 2024-07-03 16:35:05 +0300 |
---|---|---|
committer | Olli Vuolteenaho <[email protected]> | 2024-07-05 04:48:37 +0000 |
commit | 9d5c4754e41585c5ad706673e8504f239cf2bcf6 (patch) | |
tree | 8ac74c7ffe0e1c6780aa0eec826abfaaa0f7d765 | |
parent | 60d5a9e471461078a12ba7f91f8029eed38db888 (diff) |
plugin.xml: QtTAS 2.0 release change-notes bug updates from RC testing2.0
Added org.json depedency fixes from QtTAS 2.0 RC testing
Task-number: QTTA-59
Task-number: QTTA-94
Task-number: QTTA-95
Change-Id: I08ac99d6afc39d488dee753b8b93bd6775680fcc
Reviewed-by: Olli Vuolteenaho <[email protected]>
Reviewed-by: Ville Voutilainen <[email protected]>
(cherry picked from commit 7f73c32d8d0d8d7dad1120d55aac6ed9e1c103c9)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
-rw-r--r-- | src/main/resources/META-INF/plugin.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 38472c5..6270a85 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -41,6 +41,8 @@ </ul> <h4>Bug fixes</h4> <ul> + <li><a href="https://bugreports.qt.io/browse/QTTA-94">QTTA-95</a> Created new Qt project shows Qt policy warning</li> + <li><a href="https://bugreports.qt.io/browse/QTTA-94">QTTA-94</a> org.json is not bundled in the JAR</li> <li><a href="https://bugreports.qt.io/browse/QTTA-52">QTTA-52</a> The plugin doesn't build for Android Studio Jellyfish</li> <li><a href="https://bugreports.qt.io/browse/QTTA-26">QTTA-26</a> The directory name is displayed as the entire path to the given folder</li> <li><a href="https://bugreports.qt.io/browse/QTTA-25">QTTA-25</a> New files or directories added to the Qt project do not appear in the AS project tree</li> |