Skip to content

Commit

Permalink
Merge pull request #385 from TiVo/release_prep_0_9_8
Browse files Browse the repository at this point in the history
Release prep 0.9.8
  • Loading branch information
EBatTiVo committed Jan 19, 2016
2 parents d528825 + 28f3f9b commit 21b533d
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ script: make test
env:
- IDEA_VERSION=13.1.6
- IDEA_VERSION=14.0.4
- IDEA_VERSION=14.1.4
- IDEA_VERSION=14.1.6
notifications:
email: false
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
#Changelog
<p>
Warning: This plugin will NOT work correctly using IDEA version 14.1.2. It works well with
versions 14.1 and 14.1.1, 14.1.3, and 14.1.4.
Warning: The 14.1 version of this plugin will NOT work correctly using IDEA version 14.1.2.
It works well with versions 14.1, 14.1.1, 14.1.3, and 14.1.4. The version 14.1.5 version
of the plugin is for IDEA versions 14.1.5 and 14.1.6.
</p>
<p>0.9.8: (community release)</p>
<ul>
<li>Version 14.1.5 and 14.1.6 compatibility.</li>
<li>Fix up some expressions to ignore non-error messages.</li>
<li>Fix comment alignment for single-line comments.(Issue #295)</li>
</ul>
<p>0.9.7: (community release)</p>
<ul>
<li>Fix the watch pane when debugging: typing and completion now work.</li>
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
Recent contributors
-----------------------------------
- as3boyan <[email protected]>
- AS3Boyan <[email protected]>
- bjitivo <[email protected]>
- Carlos Ballesteros Velasco <[email protected]>
- EBatTiVo <[email protected]>
- Eric B <[email protected]>
- Gabor Csomak <[email protected]>
- giabao <[email protected]>
- isBatak <[email protected]>
- Jérémy Faivre <[email protected]>
- jeremyfa <[email protected]>
- sganapavarapu1 <[email protected]>
Expand Down Expand Up @@ -49,6 +48,7 @@ All contributors
- Gregory.Shrago <[email protected]>
- Hays Clark <[email protected]>
- impaler <[email protected]>
- isBatak <[email protected]>
- Jérémy Faivre <[email protected]>
- jeremyfa <[email protected]>
- kirill.safonov <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@
<echo>Using IDEA build at "${idea.ultimate.build}"</echo>
<echo>Idea property file is ${plugin.properties.file}</echo>
<echo>Including version specific code from ${version.specific.code.location}</echo>
<echo>The minimum IDEA version required to install will be ${plugin.installable.since}</echo>
<echo>The maximum IDEA version allowed to install will be ${plugin.installable.until}</echo>
</target>


Expand Down
2 changes: 1 addition & 1 deletion idea_v14.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
idea.version=14.0

# Human-readable versions of IDEA that this build is compatible with.
plugin.compatibility.description=IDEA 14
plugin.compatibility.description=IDEA 14.0


# ###################################################
Expand Down
8 changes: 7 additions & 1 deletion src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,18 @@
<depends optional="true" config-file="flex-debugger-support.xml">com.intellij.flex</depends>
<depends optional="true" config-file="debugger-support.xml">com.intellij.modules.ultimate</depends>

<version>0.9.7 for @plugin.compatibility.description@</version>
<version>0.9.8 for @plugin.compatibility.description@</version>
<change-notes>
<![CDATA[
<p>This build is compatible with @plugin.compatibility.description@</p>
<p>It was built using IDEA build @idea.sdk.version@</p>
<p/>
<p>0.9.8: (community release)</p>
<ul>
<li>Version 14.1.5 and 14.1.6 compatibility.</li>
<li>Fix up some expressions to ignore non-error messages.</li>
<li>Fix comment alignment for single-line comments.(Issue #295)</li>
</ul>
<p>0.9.7: (community release)</p>
<ul>
<li>Fix the watch pane when debugging: typing and completion now work.</li>
Expand Down

0 comments on commit 21b533d

Please sign in to comment.