Skip to content

Commit

Permalink
Version 0.10.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurgen committed Aug 29, 2019
1 parent 1d36869 commit 7d0c1c9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## [v0.10.2](https://github.com/FXMisc/RichTextFX/tree/v0.10.2) (2019-08-29)
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.10.1...v0.10.2)

**Implemented enhancements:**

- Added line highlighter enhancement [\#845](https://github.com/FXMisc/RichTextFX/issues/845)
- Enhanced CodeArea selection to include underscore [\#837](https://github.com/FXMisc/RichTextFX/issues/837)
- Added auto-indent on enter to JavaKeywordsDemo [\#846](https://github.com/FXMisc/RichTextFX/issues/846)

**Fixed bugs:**

- Bug: Fixed caret position off by one on wrapped multiline [\#834](https://github.com/FXMisc/RichTextFX/issues/834)
- Bug: Fix highlight fill property not working since 0.9.0 [\#844](https://github.com/FXMisc/RichTextFX/issues/844)

**Merged pull requests:**

- Added Chorus to 'Who uses RichTextFX?' [\#825](https://github.com/FXMisc/RichTextFX/pull/825) ([iAmGio](https://github.com/iAmGio))
- Added EpubFx 'Who uses RichTextFX?' [\#828](https://github.com/FXMisc/RichTextFX/pull/828) ([finanzer](https://github.com/finanzer))

## [v0.10.1](https://github.com/FXMisc/RichTextFX/tree/v0.10.1) (2019-05-20)
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.10.0...v0.10.1)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,31 +145,31 @@ Download

### Stable release

Current stable release is 0.10.1 which is a multi-release JAR that is compatible with Java 9 and UP without the need for `add-exports` or `add-opens` JVM arguments.
Current stable release is 0.10.2 which is a multi-release JAR that is compatible with Java 9 and UP without the need for `add-exports` or `add-opens` JVM arguments.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :-----------------: | :---------: | :-----: |
| org.fxmisc.richtext | richtextfx | 0.10.1 |
| org.fxmisc.richtext | richtextfx | 0.10.2 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.1'
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.2'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.1"
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.2"
```

#### Manual download

Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.10.1/richtextfx-0.10.1.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.10.1/richtextfx-fat-0.10.1.jar) and place it on your classpath.
Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.10.2/richtextfx-0.10.2.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.10.2/richtextfx-fat-0.10.2.jar) and place it on your classpath.

### Snapshot releases

Expand Down

0 comments on commit 7d0c1c9

Please sign in to comment.