Skip to content

Commit d87b241

Browse files
author
Jurgen
committed
Version 0.10.1 Release
1 parent e3f6844 commit d87b241

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [v0.10.1](https://github.com/FXMisc/RichTextFX/tree/v0.10.1) (2019-05-20)
4+
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.10.0...v0.10.1)
5+
6+
**Implemented enhancements:**
7+
8+
- Changed page up and down behaviour [\#688](https://github.com/FXMisc/RichTextFX/issues/688)
9+
- Remove deprecated methods [\#818](https://github.com/FXMisc/RichTextFX/issues/818)
10+
11+
**Fixed bugs:**
12+
13+
- Bug: CodeArea caretBounds graphic bug [\#812](https://github.com/FXMisc/RichTextFX/issues/812)
14+
- Bug: Undo after deleting styled text causes exception [\#815](https://github.com/FXMisc/RichTextFX/issues/815)
15+
16+
**Merged pull requests:**
17+
18+
- Enhancement: Changed page up and down behaviour [\#821](https://github.com/FXMisc/RichTextFX/pull/821) ([Jurgen Doll](https://github.com/Jugen))
19+
- Fix bug: Fix Paragraph returning incorrectly styled subsequence [\#817](https://github.com/FXMisc/RichTextFX/pull/817) ([Jugen](https://github.com/Jugen))
20+
- Fix bug: Fix for #812 caretBounds graphic bug [\#819 and \#822](https://github.com/FXMisc/RichTextFX/pull/819) ([Jugen](https://github.com/Jugen))
21+
322
## [v0.10.0](https://github.com/FXMisc/RichTextFX/tree/v0.10.0) (2019-04-18)
423
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.9.3...v0.10.0)
524

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Table of Contents
3131
* [Stable](#stable-release)
3232
* [Snapshot](#snapshot-releases)
3333
* API Documentation (Javadoc)
34-
* [0.10.0](http://fxmisc.github.io/richtext/javadoc/0.9.1/org/fxmisc/richtext/package-summary.html)
34+
* [0.10.1](http://fxmisc.github.io/richtext/javadoc/0.9.1/org/fxmisc/richtext/package-summary.html)
3535
* [License](#license)
3636
* [Contributing](./CONTRIBUTING.md)
3737

@@ -143,31 +143,31 @@ Download
143143

144144
### Stable release
145145

146-
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.
146+
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.
147147

148148
#### Maven coordinates
149149

150150
| Group ID | Artifact ID | Version |
151151
| :-----------------: | :---------: | :-----: |
152-
| org.fxmisc.richtext | richtextfx | 0.10.0 |
152+
| org.fxmisc.richtext | richtextfx | 0.10.1 |
153153

154154
#### Gradle example
155155

156156
```groovy
157157
dependencies {
158-
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.0'
158+
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.10.1'
159159
}
160160
```
161161

162162
#### Sbt example
163163

164164
```scala
165-
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.0"
165+
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.10.1"
166166
```
167167

168168
#### Manual download
169169

170-
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.
170+
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.
171171

172172
### Snapshot releases
173173

0 commit comments

Comments
 (0)