Skip to content

Commit

Permalink
READMEを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed May 26, 2018
1 parent 02c62c0 commit 4ff00e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,22 @@ Mavenを使用している場合は以下の依存関係をpom.xmlに追加し
<dependency>
<groupId>jp.sf.amateras.stepcounter</groupId>
<artifactId>stepcounter</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</dependency>
</dependencies>
```

更新履歴
----------------
### Version 3.0.4(2018/05/26)

* コメントの処理を修正しました。
* Eclipseプラグインに「選択範囲をカウント」メニューを追加しました。
* Sass(*.sass)、SCSS(*.scss)に対応しました。
* Groovy(*.groovy)に対応しました。
* *.jspf, *.tag, *.jspx, *.tagx, *.ddl 拡張子に対応しました。
* Makefileの判定が失敗する不具合と*.mkに対応しました。

### Version 3.0.3(2014/04/15)

* シェルスクリプト(*.sh)に対応しました。
Expand Down

0 comments on commit 4ff00e9

Please sign in to comment.