|
1 | | -**This project is no longer being maintained. See [this issue](https://github.com/FXMisc/RichTextFX/issues/768) for more details.** |
2 | 1 |
|
3 | 2 | RichTextFX |
4 | 3 | ========== |
@@ -32,7 +31,7 @@ Table of Contents |
32 | 31 | * [Stable](#stable-release) |
33 | 32 | * [Snapshot](#snapshot-releases) |
34 | 33 | * API Documentation (Javadoc) |
35 | | - * [0.9.1](http://fxmisc.github.io/richtext/javadoc/0.9.1/org/fxmisc/richtext/package-summary.html) |
| 34 | + * [0.9.2](http://fxmisc.github.io/richtext/javadoc/0.9.1/org/fxmisc/richtext/package-summary.html) |
36 | 35 | * [License](#license) |
37 | 36 | * [Contributing](./CONTRIBUTING.md) |
38 | 37 |
|
@@ -138,38 +137,36 @@ Requirements |
138 | 137 |
|
139 | 138 | [JDK8](https://jdk8.java.net/download.html) is required, because [TextFlow](http://download.java.net/jdk8/jfxdocs/javafx/scene/text/TextFlow.html), introduced in JavaFX 8.0, is used to render each line. Also, there's a heavy use of lambdas, defender methods and the stream API in the code base. |
140 | 139 |
|
141 | | -JDK 8u40 is recommended, because it fixes some text rendering bugs. |
142 | | - |
143 | 140 | Download |
144 | 141 | -------- |
145 | 142 |
|
146 | 143 | ### Stable release |
147 | 144 |
|
148 | | -Current stable release is 0.9.1. |
| 145 | +Current stable release is 0.9.2. |
149 | 146 |
|
150 | 147 | #### Maven coordinates |
151 | 148 |
|
152 | 149 | | Group ID | Artifact ID | Version | |
153 | 150 | | :-----------------: | :---------: | :-----: | |
154 | | -| org.fxmisc.richtext | richtextfx | 0.9.1 | |
| 151 | +| org.fxmisc.richtext | richtextfx | 0.9.2 | |
155 | 152 |
|
156 | 153 | #### Gradle example |
157 | 154 |
|
158 | 155 | ```groovy |
159 | 156 | dependencies { |
160 | | - compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.9.1' |
| 157 | + compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.9.2' |
161 | 158 | } |
162 | 159 | ``` |
163 | 160 |
|
164 | 161 | #### Sbt example |
165 | 162 |
|
166 | 163 | ```scala |
167 | | -libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.9.1" |
| 164 | +libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.9.2" |
168 | 165 | ``` |
169 | 166 |
|
170 | 167 | #### Manual download |
171 | 168 |
|
172 | | -Download [the JAR file](https://github.com/TomasMikula/RichTextFX/releases/download/v0.9.1/richtextfx-0.9.1.jar) or [the fat JAR file (including dependencies)](https://github.com/TomasMikula/RichTextFX/releases/download/v0.9.1/richtextfx-fat-0.9.1.jar) and place it on your classpath. |
| 169 | +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. |
173 | 170 |
|
174 | 171 | ### Snapshot releases |
175 | 172 |
|
|
0 commit comments