Skip to content

Commit 428b292

Browse files
committed
Version 0.11.7 Release
1 parent 3b506e1 commit 428b292

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v0.11.7](https://github.com/FXMisc/RichTextFX/tree/v0.11.7) (2025-11-20)
4+
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.11.6...v0.11.7)
5+
6+
**Implemented enhancements:**
7+
8+
- JavaKeywordsDemo use multiPlainChanges with paragraph index [\#1287](https://github.com/FXMisc/RichTextFX/pull/1287)
9+
10+
**Fixed bugs:**
11+
12+
- TextFlowExt removed clashing getCaretShape method [\#1285](https://github.com/FXMisc/RichTextFX/pull/1285) (Thank you [Symeon94](https://github.com/Symeon94))
13+
- Partial fix for incorrect caret position after Undo [\#1295](https://github.com/FXMisc/RichTextFX/pull/1295) (Thank you [Symeon94](https://github.com/Symeon94))
14+
- Fixed horizontal scrolling excessive layouts [\#1296](https://github.com/FXMisc/RichTextFX/pull/1296)
15+
316
## [v0.11.6](https://github.com/FXMisc/RichTextFX/tree/v0.11.6) (2025-09-01)
417
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.11.5...v0.11.6)
518

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,40 +151,40 @@ Requirements
151151
------------
152152

153153
**JDK11** or higher is required. (Can still be compiled with JDK9 if needed)</br>
154-
For **JavaFX 25+** use version **0.11.6** or higher. Previous versions of RichTextFX won't work due to a method clash.
154+
For **JavaFX 25+** use version **0.11.7** or higher. Previous versions of RichTextFX won't work due to a method clash.
155155

156156
Download
157157
--------
158158

159159
### Stable release
160160

161-
Current stable release is 0.11.6 which is ONLY compatible with Java 11 and UP.
161+
Current stable release is 0.11.7 which is ONLY compatible with Java 11 and UP.
162162

163163
#### Maven coordinates
164164

165165
| Group ID | Artifact ID | Version |
166166
| :-----------------: | :---------: | :-----: |
167-
| org.fxmisc.richtext | richtextfx | 0.11.6 |
167+
| org.fxmisc.richtext | richtextfx | 0.11.7 |
168168

169169
[![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)
170170

171171
#### Gradle example
172172

173173
```groovy
174174
dependencies {
175-
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.11.6'
175+
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.11.7'
176176
}
177177
```
178178

179179
#### Sbt example
180180

181181
```scala
182-
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.11.6"
182+
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.11.7"
183183
```
184184

185185
#### Manual download
186186

187-
Download [the JAR file](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.6/richtextfx-0.11.6.jar) or [the fat JAR file (including dependencies)](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.6/richtextfx-fat-0.11.6.jar) and place it on your classpath.
187+
Download [the JAR file](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.7/richtextfx-0.11.7.jar) or [the fat JAR file (including dependencies)](https://github.com/FXMisc/RichTextFX/releases/download/v0.11.7/richtextfx-fat-0.11.7.jar) and place it on your classpath.
188188

189189
### Snapshot releases
190190

0 commit comments

Comments
 (0)