Skip to content

Commit

Permalink
Version 0.11.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Oct 22, 2023
1 parent c588581 commit 29fcea2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v0.11.2](https://github.com/FXMisc/RichTextFX/tree/v0.11.2) (2023-10-22)
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.11.1...v0.11.2)

**Implemented enhancements:**

- Bumped Flowless to 0.7.2

**Fixed bugs:**

- Fixed placeholder position in some layouts [\#1193](https://github.com/FXMisc/RichTextFX/pull/1193)

## [v0.11.1](https://github.com/FXMisc/RichTextFX/tree/v0.11.1) (2023-08-18)
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.11.0...v0.11.1)

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

### Stable release

Current stable release is 0.11.1. which is ONLY compatible with Java 11 and UP without the need for `add-exports` or `add-opens` JVM arguments.
Current stable release is 0.11.2 which is ONLY compatible with Java 11 and UP.

#### Maven coordinates

| Group ID | Artifact ID | Version |
| :-----------------: | :---------: | :-----: |
| org.fxmisc.richtext | richtextfx | 0.11.1 |
| org.fxmisc.richtext | richtextfx | 0.11.2 |

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.richtext/richtextfx/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.richtext/richtextfx)

#### Gradle example

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

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.11.1"
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.11.2"
```

#### Manual download

Download [the JAR file](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.1/richtextfx-0.11.1.jar) or [the fat JAR file (including dependencies)](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.1/richtextfx-fat-0.11.1.jar) and place it on your classpath.
Download [the JAR file](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.2/richtextfx-0.11.2.jar) or [the fat JAR file (including dependencies)](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.2/richtextfx-fat-0.11.2.jar) and place it on your classpath.

### Snapshot releases

Expand Down

0 comments on commit 29fcea2

Please sign in to comment.