Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Jul 5, 2021
1 parent cd80657 commit 4c63d52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,28 @@
### Added

### Changed
- Improved `BraceMatcher` to highlight start / end of tags as well as braces/parentheses (#18)

### Deprecated

### Removed

### Fixed

## [1.0.1]
### Changed
- Improved `BraceMatcher` to highlight start / end of tags as well as braces/parentheses (#18)

### Fixed
- Slightly more permissive lexing of translation entities (#20)

## [1.0.0]
Initial stable release

## [0.3.3]

### Changed
- Block stack in parser shouldn’t be static (#16)

## [0.3.2]

### Fixed
- Intermittent issues indexing projects (#14)

Expand All @@ -43,6 +46,7 @@ Initial stable release

### Fixed
- Issue with background indexing of templates (#3)

## [0.2.3]
### Fixed
- Further issues with how $Variables without {} braces were handled
Expand Down Expand Up @@ -71,11 +75,10 @@ Initial stable release

### Fixed
- Issues with include statements/references triggering exceptions
## [0.0.2]

## [0.0.2]
### Fixed
- Some include files wouldn’t be recognised as valid in SS4 projects

## [0.0.1]

- Initial release
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.kinglozzer'
version '1.0.0'
version '1.0.1'

sourceSets {
main.java.srcDirs = ['src/main/java', 'src/main/gen']
Expand Down

0 comments on commit 4c63d52

Please sign in to comment.