Skip to content

Commit c1f702b

Browse files
author
Jurgen
committed
v0.9.3 Readme and Changelog update
1 parent 4a645c5 commit c1f702b

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

CHANGELOG.md

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

3+
## [v0.9.3](https://github.com/FXMisc/RichTextFX/tree/v0.9.3) (2019-03-01)
4+
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.9.2...v0.9.3)
5+
6+
**Fixed bugs:**
7+
8+
- Bug: Alternate keyboard layouts (eg: Dvorak, or German) not supported [\#799](https://github.com/FXMisc/RichTextFX/issues/799)
9+
- Bug: Background color is applied in the wrong place when rendered segment type is not a TextExt [\#638](https://github.com/FXMisc/RichTextFX/issues/638)
10+
- Bug: Random crashes in GenericStyleArea.visibleParToAllParIndex [\#777](https://github.com/FXMisc/RichTextFX/issues/777)
11+
- Bug: Replace selected text with pasted text causes exception [\#788](https://github.com/FXMisc/RichTextFX/issues/788)
12+
13+
**Merged pull requests:**
14+
15+
- Fixed issue: Immediately remove listeners in ParagraphText from selections and carets on disposal [\#791](https://github.com/FXMisc/RichTextFX/pull/791) ([JFormDesigner](https://github.com/JFormDesigner))
16+
- Fix bug: Position of background, border and underline shapes in case that the line contains custom objects [\#793](https://github.com/FXMisc/RichTextFX/pull/793) ([JFormDesigner](https://github.com/JFormDesigner))
17+
- Fix bug: Paragraph list trim using object comparison [\#795](https://github.com/FXMisc/RichTextFX/pull/795) ([JFormDesigner](https://github.com/JFormDesigner))
18+
- Fix bug: Alternate keyboard layouts not supported [\#801](https://github.com/FXMisc/RichTextFX/pull/801) ([Jugen](https://github.com/Jugen))
19+
- Added Astro IDE Project to 'Who uses RichTextFX?' [\#802](https://github.com/FXMisc/RichTextFX/pull/802) ([AmrDeveloper](https://github.com/AmrDeveloper))
20+
321
## [v0.9.2](https://github.com/FXMisc/RichTextFX/tree/v0.9.2) (2018-11-23)
422
[Full Changelog](https://github.com/FXMisc/RichTextFX/compare/v0.9.1...v0.9.2)
523

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.9.2](http://fxmisc.github.io/richtext/javadoc/0.9.1/org/fxmisc/richtext/package-summary.html)
34+
* [0.9.3](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.9.2.
146+
Current stable release is 0.9.3.
147147

148148
#### Maven coordinates
149149

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

154154
#### Gradle example
155155

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

162162
#### Sbt example
163163

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

168168
#### Manual download
169169

170-
Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.9.2/richtextfx-0.9.2.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.9.2/richtextfx-fat-0.9.2.jar) and place it on your classpath.
170+
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.
171171

172172
### Snapshot releases
173173

0 commit comments

Comments
 (0)