Skip to content

Commit

Permalink
Version 0.6.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugen committed Feb 23, 2021
1 parent 0b111e9 commit dd78739
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [v0.6.3](https://github.com/FXMisc/Flowless/tree/v0.6.3) (2021-02-23)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.6.2...v0.6.3)

**Fixed issues:**

- VirtualizedScrollPane causes high CPU and GPU on idle with 125% screen scaling [\#81](https://github.com/FXMisc/Flowless/issues/81)

**Merged pull requests:**

- Scrollbars height/width ceiled to nearest pixel if this region's snapToPixel property is true [\#82](https://github.com/FXMisc/Flowless/pull/82) ([FredericThevenet](https://github.com/fthevenet))

## [v0.6.2](https://github.com/FXMisc/Flowless/tree/v0.6.2) (2020-10-02)
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.6.1...v0.6.2)

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,25 +73,25 @@ Include Flowless in your project

| Group ID | Artifact ID | Version |
| :---------: | :---------: | :-----: |
| org.fxmisc.flowless | flowless | 0.6.2 |
| org.fxmisc.flowless | flowless | 0.6.3 |

#### Gradle example

```groovy
dependencies {
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.2'
compile group: 'org.fxmisc.flowless', name: 'flowless', version: '0.6.3'
}
```

#### Sbt example

```scala
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.6.2"
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.6.3"
```

#### Manual download

Download the [0.6.2 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.6.2) and place it on your classpath.
Download the [0.6.3 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.6.3) and place it on your classpath.

Documentation
-------------
Expand Down

0 comments on commit dd78739

Please sign in to comment.