Skip to content

Commit

Permalink
Prepare for release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skuro committed Aug 10, 2016
1 parent 8d0fe59 commit 26ad44f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]
## [0.3.1] - 2016-08-10
### Added
- Introduce a real grammar for Org
+ Code folding for outlines

## [0.3.0] - 2016-08-09
### Added
+ Code folding for drawers and blocks
### Changed
+ Parsing is now done using a proper BNF grammar instead of a homegrown parser

## [0.2] - 2015-02-14
### Added
Expand All @@ -14,7 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Commenter
- Todo Indexing
### Changed
- Repositery reorganisation with maven structure
- Repository reorganisation with maven structure
- Better highlighting and color options

<!-- TODO older changelog? -->
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Org4Idea</name>
<description>An OrgMode editor for IntelliJ IDEA</description>
<category>Custom Languages</category>
<version>0.3.0</version>
<version>0.3.1</version>
<vendor email="skuro@skuro.tk" url="http://skuro.tk">Carlo Sciolla</vendor>
<depends>com.intellij.modules.lang</depends>

Expand All @@ -24,6 +24,10 @@
</description>
<change-notes>
<![CDATA[
<p>0.3.1</p>
<ul>
<li>Code folding now works on outlines</li>
</ul>
<p>0.3.0</p>
<ul>
<li>Initial support for folding code blocks and drawers</li>
Expand Down

0 comments on commit 26ad44f

Please sign in to comment.