From e82e905b11346eac372fdbe13554abc05c96b8c6 Mon Sep 17 00:00:00 2001
From: EBatTiVo
Date: Mon, 13 Jul 2015 23:00:20 -0700
Subject: [PATCH] Prep for 0.9.5 release. Update release notes and
contributors.
---
CHANGELOG.md | 12 +++++++++++-
CONTRIBUTORS.md | 4 ++++
src/META-INF/plugin.xml | 4 ++--
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0eaeb4d70..1c3cd3d47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
-
+ 0.9.5: (community release)
+
+ - Add new typing support for type checking and completion. (Thanks to Carlos Ballesteros!) (Issues #288,#291,#308,#317)
+ - Support static extensions in completion. (Again, Thanks, Carlos!)
-
+
- Fix debugger getting stuck "collecting data" for some variables (particularly, "this"). (Issue #325)
+ - Better compiler error highlighting. (Issue #180 redux.)
+ - Fix Cut/Copy/Paste buffer inconsistencies (Issue #196)
+ - Add generics support. (First level only, chained sequences remain incomplete.)
+ - Allow object literals as return statements. (Issue #278)
+ - Fix NPE during annotation, causing annotation to stop. (Issue #316)
+
0.9.4: (community release)
- Fix compile error highlighting in the output pane and jumping to source location when an error is clicked upon (Issues #129, #160, #180).
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index d4f6ed792..2de6bafe1 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -4,10 +4,12 @@ Recent contributors
- AS3Boyan
- bjitivo
- Bryan Ischo
+ - Carlos Ballesteros Velasco
- EBatTiVo
- eliasku
- Elias Ku
- Eric B
+ - Gabor Csomak
- giabao
- Hays Clark
- Jérémy Faivre
@@ -28,6 +30,7 @@ All contributors
- bjitivo
- Bruno Garcia
- Bryan Ischo
+- Carlos Ballesteros Velasco
- Chris Decoster
- Constantine Plotnikov
- Denis.Zhdanov
@@ -45,6 +48,7 @@ All contributors
- Fedor Korotkov
- Fedor Korotkov
- fkorotkov
+- Gabor Csomak
- giabao
- Gregory.Shrago
- Hays Clark
diff --git a/src/META-INF/plugin.xml b/src/META-INF/plugin.xml
index 8ea8b85d0..b4ec63a45 100644
--- a/src/META-INF/plugin.xml
+++ b/src/META-INF/plugin.xml
@@ -29,13 +29,13 @@
com.intellij.flex
com.intellij.modules.ultimate
- 0.9.5.TiVo.preview for @plugin.compatibility.description@
+ 0.9.5 for @plugin.compatibility.description@
This build is compatible with @plugin.compatibility.description@
It was built using IDEA build @idea.sdk.version@
- 0.9.5.TiVo.preview: (community release)
+ 0.9.5: (community release)
- Add new typing support for type checking and completion. (Thanks to Carlos Ballesteros!) (Issues #288,#291,#308,#317)
- Support static extensions in completion. (Again, Thanks, Carlos!)
-