Skip to content

Commit

Permalink
Prep for 0.9.5 release. Update release notes and contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
EBatTiVo committed Jul 14, 2015
1 parent 3f8574e commit e82e905
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@
Warning: This plugin will NOT work correctly using IDEA version 14.1.2. It works well with
versions 14.1 and 14.1.1. Version 14.1.3 is still being tested.
</p>

<p>0.9.5: (community release)</p>
<ul>
<li>Add new typing support for type checking and completion. (Thanks to Carlos Ballesteros!) (Issues #288,#291,#308,#317)</li>
<li>Support static extensions in completion. (Again, Thanks, Carlos!)<li>
<li>Fix debugger getting stuck "collecting data" for some variables (particularly, "this"). (Issue #325)</li>
<li>Better compiler error highlighting. (Issue #180 redux.)</li>
<li>Fix Cut/Copy/Paste buffer inconsistencies (Issue #196)</li>
<li>Add generics support. (First level only, chained sequences remain incomplete.)</li>
<li>Allow object literals as return statements. (Issue #278)</li>
<li>Fix NPE during annotation, causing annotation to stop. (Issue #316)</li>
</ul>
<p>0.9.4: (community release)</p>
<ul>
<li>Fix compile error highlighting in the output pane and jumping to source location when an error is clicked upon (Issues #129, #160, #180).</li>
Expand Down
4 changes: 4 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Recent contributors
- AS3Boyan <[email protected]>
- bjitivo <[email protected]>
- Bryan Ischo <[email protected]>
- Carlos Ballesteros Velasco <[email protected]>
- EBatTiVo <[email protected]>
- eliasku <[email protected]>
- Elias Ku <[email protected]>
- Eric B <[email protected]>
- Gabor Csomak <[email protected]>
- giabao <[email protected]>
- Hays Clark <[email protected]>
- Jérémy Faivre <[email protected]>
Expand All @@ -28,6 +30,7 @@ All contributors
- bjitivo <[email protected]>
- Bruno Garcia <[email protected]>
- Bryan Ischo <[email protected]>
- Carlos Ballesteros Velasco <[email protected]>
- Chris Decoster <[email protected]>
- Constantine Plotnikov <[email protected]>
- Denis.Zhdanov <[email protected]>
Expand All @@ -45,6 +48,7 @@ All contributors
- Fedor Korotkov <[email protected]>
- Fedor Korotkov <[email protected]>
- fkorotkov <[email protected]>
- Gabor Csomak <[email protected]>
- giabao <[email protected]>
- Gregory.Shrago <[email protected]>
- Hays Clark <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<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.5.TiVo.preview for @plugin.compatibility.description@</version>
<version>0.9.5 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.5.TiVo.preview: (community release)</p>
<p>0.9.5: (community release)</p>
<ul>
<li>Add new typing support for type checking and completion. (Thanks to Carlos Ballesteros!) (Issues #288,#291,#308,#317)</li>
<li>Support static extensions in completion. (Again, Thanks, Carlos!)<li>
Expand Down

0 comments on commit e82e905

Please sign in to comment.