Skip to content

Commit

Permalink
v0.10.0 Readme and Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurgen committed Apr 18, 2019
1 parent c6ee8f1 commit 1fe611d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v0.10.0](https://github.com/FXMisc/RichTextFX/tree/v0.10.0) (2019-04-18)
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.9.3...v0.10.0)

**Implemented enhancements:**

- RichTextFX with Java 11 [\#776](https://github.com/FXMisc/RichTextFX/issues/776)

**Fixed bugs:**

- Bug: Lines sometimes overlap when one wraps by a small amount [\#809](https://github.com/FXMisc/RichTextFX/issues/809)

**Merged pull requests:**

- Enhancement: Mrjar config and source [\#804](https://github.com/FXMisc/RichTextFX/pull/804) ([Jurgen Doll](https://github.com/Jugen))
- Fix bug: Fix height paragraph box height calculation [\#810](https://github.com/FXMisc/RichTextFX/pull/810) ([Chris Smith](https://github.com/csmith))

## [v0.9.3](https://github.com/FXMisc/RichTextFX/tree/v0.9.3) (2019-03-01)
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.9.2...v0.9.3)

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Table of Contents
* [Stable](#stable-release)
* [Snapshot](#snapshot-releases)
* API Documentation (Javadoc)
* [0.9.3](http://fxmisc.github.io/richtext/javadoc/0.9.1/org/fxmisc/richtext/package-summary.html)
* [0.10.0](http://fxmisc.github.io/richtext/javadoc/0.9.1/org/fxmisc/richtext/package-summary.html)
* [License](#license)
* [Contributing](./CONTRIBUTING.md)

Expand Down Expand Up @@ -143,31 +143,31 @@ Download

### Stable release

Current stable release is 0.9.3.
Current stable release is 0.10.0 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.9.3 |
| org.fxmisc.richtext | richtextfx | 0.10.0 |

#### Gradle example

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

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.9.3"
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.0"
```

#### Manual download

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

### Snapshot releases

Expand Down

0 comments on commit 1fe611d

Please sign in to comment.