From 7d0c1c90d593cd73f9fb56a1c837b3bfaa453366 Mon Sep 17 00:00:00 2001 From: Jurgen Date: Thu, 29 Aug 2019 11:11:22 +0200 Subject: [PATCH] Version 0.10.2 Release --- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 10 +++++----- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6418c8e8d..036076988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 33b25002f..eb33f9abf 100644 --- a/README.md +++ b/README.md @@ -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