Browse Source

Merge branch 'xmake-io:master' into master

littleheuer 4 years ago
parent
commit
8565a4107b
3 changed files with 9 additions and 5 deletions
  1. 4 4
      README.md
  2. 1 1
      gradle.properties
  3. 4 0
      src/main/resources/META-INF/plugin.xml

+ 4 - 4
README.md

@@ -6,11 +6,11 @@
   <h1>xmake-idea</h1>
   <h1>xmake-idea</h1>
 
 
   <div>
   <div>
-    <a href="https://plugins.jetbrains.com/plugin/10156-xmake">
-      <img src="https://img.shields.io/jetbrains/plugin/v/10156-xmake.svg?style=flat-square" alt="Version" />
+    <a href="https://plugins.jetbrains.com/plugin/17406-xmake">
+      <img src="https://img.shields.io/jetbrains/plugin/v/17406-xmake.svg?style=flat-square" alt="Version" />
     </a>
     </a>
-    <a href="https://plugins.jetbrains.com/plugin/10156-xmake">
-      <img src="https://img.shields.io/jetbrains/plugin/d/10156-xmake.svg?style=flat-square" alt="Downloads" />
+    <a href="https://plugins.jetbrains.com/plugin/17406-xmake">
+      <img src="https://img.shields.io/jetbrains/plugin/d/17406-xmake.svg?style=flat-square" alt="Downloads" />
     </a>
     </a>
     <a href="https://github.com/xmake-io/xmake-idea/blob/master/LICENSE.md">
     <a href="https://github.com/xmake-io/xmake-idea/blob/master/LICENSE.md">
       <img src="https://img.shields.io/github/license/tboox/xmake-idea.svg?colorB=f48041&style=flat-square" alt="license" />
       <img src="https://img.shields.io/github/license/tboox/xmake-idea.svg?colorB=f48041&style=flat-square" alt="license" />

+ 1 - 1
gradle.properties

@@ -1,6 +1,6 @@
 pluginGroup=io.xmake
 pluginGroup=io.xmake
 pluginName=IntelliJ Xmake Plugin
 pluginName=IntelliJ Xmake Plugin
-pluginVersion=1.0.8
+pluginVersion=1.0.9
 pluginSinceBuild=201
 pluginSinceBuild=201
 pluginUntilBuild=212.*
 pluginUntilBuild=212.*
 
 

+ 4 - 0
src/main/resources/META-INF/plugin.xml

@@ -42,6 +42,10 @@
     ]]></description>
     ]]></description>
 
 
     <change-notes><![CDATA[
     <change-notes><![CDATA[
+    <strong>1.0.9</strong>
+    <ul>
+        <li>[NEW]: Support to generate CMakelists and compile_commands </li>
+    </ul>
     <strong>1.0.8</strong>
     <strong>1.0.8</strong>
     <ul>
     <ul>
         <li>[FIX]: Improve compatibility to support more versions</li>
         <li>[FIX]: Improve compatibility to support more versions</li>