This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cecc888
commit ce22b63
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
lazy val commonSettings = Seq( | ||
version := "1.0.0-beta19", | ||
version := "1.0.0-beta20", | ||
scalaVersion := "2.12.6" | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>intellij.haskell</id> | ||
<name>IntelliJ-Haskell</name> | ||
<version>1.0.0-beta19</version> | ||
<version>1.0.0-beta20</version> | ||
<vendor email="[email protected]">Rik van der Kleij</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -11,7 +11,7 @@ | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<p>1.0.0-beta19</p> | ||
<p>1.0.0-beta20</p> | ||
<b>IMPORTANT: Stack version should be > 1.7.0 and please reimport your Haskell Stack project after updating the plugin.</b> | ||
<ul> | ||
<li>Improved responsiveness, especially for multi-package projects</li> | ||
|
@@ -25,6 +25,7 @@ | |
<li>Changed default reformat shortcut to reformat by Hindent. Also added option to Commit Changes dialog to reformat by Hindent</li> | ||
<li>Added option to Commit Changes dialog to optimize imports by GHC warnings</li> | ||
<li>Added type and definition info of the current identifier to the Documentation Tool window. That info is always up-to-date by enabling option `Auto-update from Source`</li> | ||
<li>Implemented Haskell Problems View</li> | ||
</ul> | ||
<p>1.0.0-beta12</p> | ||
<ul> | ||
|