这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: dlsc-software-consulting-gmbh/PDFViewFX

Release v3.4.1

14 Nov 12:19

Choose a tag to compare

Changelog

49cd5ed 🏁 Releasing version 3.4.1
6a1b857 Merge pull request #41 from effad/Issue-40
78e10b7 Merge pull request #39 from effad/SelectionClean
08ceef7 40: Prevent NumberFormatException on overflow. Simplify code.
bc5774f 40: Fix page display.
e58f6ec 35: Fix problems with text selection.

Release v3.4.0

07 Nov 09:53

Choose a tag to compare

Changelog

08aacad 🏁 Releasing version 3.4.0
ef81c35 Merge pull request #36 from effad/SelectionClean
63b777d 35: Add text selection.

Release v3.3.3

09 Oct 17:14

Choose a tag to compare

Changelog

c1d5254 🏁 Releasing version 3.3.3
1d98797 Update README to use Maven wrapper for running demos
80857aa Refactor image paths in README, add AtlantaFX section, and relocate related assets.
f4660ab Replace IntegerInputField with custom PageNumberTextField and remove unused unitfx dependency.
1ed6e35 Merge remote-tracking branch 'origin/master'
8edf2f3 Update GitHub Actions to use latest versions of checkout and cache actions

Release v3.3.2

12 Sep 07:48

Choose a tag to compare

Changelog

7fdac51 🏁 Releasing version 3.3.2
6f56181 Merge pull request #34 from effad/Issue-33
c442cce Revert "Allow manual execution of Build"
8abf75e Revert "Update cache action."
fbe0d5b 33: Improve scrolling.
0df43ab Update cache action.
16d15d9 Allow manual execution of Build

Release v3.3.1

29 Aug 11:13

Choose a tag to compare

Changelog

a22c45f 🏁 Releasing version 3.3.1
f21e766 Merge pull request #32 from effad/Issue-28
f241add 28: Workaround for Issue #25 no longer required.
6b8d9ef 28: Cleanup.
89a6dc5 28: Remove synchronized methods, close document after searching.
967633f 21: Re-apply fix to create another PR.

Release v3.3.0

26 Aug 16:21

Choose a tag to compare

Changelog

7505f4a 🏁 Releasing version 3.3.0
bad6082 Resolve threading deadlock by initializing GraphicsEnvironment in PDFView and remove redundant initialization in demo.
3358d6d Merge remote-tracking branch 'origin/master'
86bee70 Refactor load method for concise lambda usage and add ScenicView dependency to demo.
6bb621d Downgrade JavaFX to 23.0.2 and Java to 21 in pom.xml for compatibility. Remove unused Maven Compiler Plugin configuration.
4d64a62 Add "Show Thumbnails" toggle button to PDF viewer toolbar
8501eef Refactor PDFBoxDocument for consistent formatting and whitespace cleanup
7c21b19 Adjust PDF viewer styles for refined visual consistency
6c063d7 Merge pull request #26 from effad/Issue-25
957afbc 25: Add workaround to demo for MacOS.
62fb517 Merge remote-tracking branch 'origin/master'
69a944c Update dependencies: JavaFX to 24.0.2, Ikonli to 12.4.0, and Java version to 24

Release v3.2.1

18 Aug 14:42

Choose a tag to compare

Changelog

15b4b33 🏁 Releasing version 3.2.1
b1e500f Merge remote-tracking branch 'origin/master'
be87d8b Update Maven wrapper to 3.9.10 and parent POM to 1.6.0
803eeb5 🏁 Releasing version 3.2.0
8384d46 Merge remote-tracking branch 'origin/master'
25a259a Refactor theme handling and remove PDFViewAtlantaApp
b2fa405 Update workflows and configurations for Java 21 and Maven deployment
f0afc9e Merge pull request #24 from effad/Issue-23
168e8d2 Merge pull request #22 from effad/Issue-21
6b77d9b Remove fix for Issue-21 (separate PR).
c3775e1 23: Synchronize access to PDDocument.
152cdd1 Do not interrupt rendering.
ace6eab Update PDF viewer styles to improve consistency and clarity
9ff6f18 Update dependencies: JavaFX to 19.0.2.1 and PDFBox to 3.0.5

Release v3.1.1

28 Apr 09:36

Choose a tag to compare

Changelog

29e69ae 🏁 Releasing version 3.1.1
e6193f7 Update upload-artifact action to version 4 in release workflow
85ea0ac Update actions/cache to v4 in release workflow
cf65156 Update Maven Central credentials in release workflow
a0bb6f2 Updated dlsc parent pom to 1.5.0 and Maven to 3.9.6.

Release v3.1.0

09 Apr 13:14

Choose a tag to compare

Changelog

0ea6b14 🏁 Releasing version 3.1.0
f341d3b Updated .gitignore to ignore scenicView.properties no matter where it is located.
bfc9d0d More CSS styling fixes / improvements.
ff3c361 More CSS styling fixes / improvements.
a3bd4b8 Added scenicView.properties file to .gitignore.
4f2902d Fixed zooming.
2c7e2be Made styling rules more explicitly to avoid styling confusing in apps using this library.
6370ca0 Added support for scenic view.
7a6544c Removed call to getStylesheets().add(...). Now the PDFView is only using a user agent stylesheet, which will make styling easier for applications using the library.
f4b2f59 Updated build config.
18b3e95 Add PDF Viewer CSS themes
1c0d7d0 Update pdf-view.css to enable auto cell size
9a767e5 Update README.md

Release v3.0.0

31 Aug 10:13

Choose a tag to compare

Changelog

374637a 🏁 Releasing version 3.0.0
84177ab Code cleanup. Removed "final" modifiers.
ec51b44 Added an export statement to module-info.java for the skins package.
9bb1d8c Required changes to make PDFViewFX work with version 3.0.0 of PDFBox.
049d804 Updated versions of dependencies.
87c3b98 Merge pull request #18 from p-/p-/add-codeql-workflow
161fd37 Add CodeQL workflow