Skip to content

Commit 9b66854

Browse files
committed
Version 0.7.4 Release
1 parent b43d5f2 commit 9b66854

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

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

3+
## [v0.7.4](https://github.com/FXMisc/Flowless/tree/v0.7.4) (2025-03-25)
4+
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.3...v0.7.4)
5+
6+
- Fix scroll thumb jumps ahead and returns back [\#124](https://github.com/FXMisc/Flowless/pull/127)
7+
(Note that this reverts changes made in an effort to make scroll listeners less noisy.)
8+
39
## [v0.7.3](https://github.com/FXMisc/Flowless/tree/v0.7.3) (2024-05-14)
410
[Full Changelog](https://github.com/FXMisc/Flowless/compare/v0.7.2...v0.7.3)
511

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,27 +75,27 @@ Include Flowless in your project
7575

7676
| Group ID | Artifact ID | Version |
7777
| :---------: | :---------: | :-----: |
78-
| org.fxmisc.flowless | flowless | 0.7.3 |
78+
| org.fxmisc.flowless | flowless | 0.7.4 |
7979

8080
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.flowless/flowless/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.fxmisc.flowless/flowless)
8181

8282
#### Gradle example
8383

8484
```groovy
8585
dependencies {
86-
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.3'
86+
implementation group: 'org.fxmisc.flowless', name: 'flowless', version: '0.7.4'
8787
}
8888
```
8989

9090
#### Sbt example
9191

9292
```scala
93-
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.3"
93+
libraryDependencies += "org.fxmisc.flowless" % "flowless" % "0.7.4"
9494
```
9595

9696
#### Manual download
9797

98-
Download the [0.7.3 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.3) and place it on your classpath.
98+
Download the [0.7.4 jar](https://github.com/FXMisc/Flowless/releases/tag/v0.7.4) and place it on your classpath.
9999

100100
Documentation
101101
-------------

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'signing'
1414
}
1515

16-
version = '0.7.4-SNAPSHOT'
16+
version = '0.7.5-SNAPSHOT'
1717

1818
repositories {
1919
mavenCentral()

0 commit comments

Comments
 (0)