Browse Source

update version

ruki 3 ngày trước cách đây
mục cha
commit
34fb9836aa
2 tập tin đã thay đổi với 8 bổ sung1 xóa
  1. 7 0
      change-notes.html
  2. 1 1
      gradle.properties

+ 7 - 0
change-notes.html

@@ -1,3 +1,10 @@
+<strong>1.4.15</strong>
+<ul>
+    <li>[IMPROVE]: Optimize XMake menu display logic for non-xmake projects</li>
+    <li>[IMPROVE]: Enable QuickStart to create xmake project in non-xmake directory</li>
+    <li>[IMPROVE]: Disable QuickStart action in existing xmake projects</li>
+    <li>[FIX]: Fix QuickStart action not responding in non-xmake projects</li>
+</ul>
 <strong>1.4.14</strong>
 <ul>
     <li>[FIX]: Fix duplicate "xmake" entries in Run Configuration list</li>

+ 1 - 1
gradle.properties

@@ -1,4 +1,4 @@
-pluginVersion=1.4.14
+pluginVersion=1.4.15
 pluginSinceBuild=243
 
 runIdeVersion=2025.3