diff --git a/CHANGELOG.md b/CHANGELOG.md index 8012c81d..9f8a62d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 97b52116..d74ecee7 100644 --- a/README.md +++ b/README.md @@ -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