Releases: dlsc-software-consulting-gmbh/PDFViewFX
Release v3.4.1
Release v3.4.0
Release v3.3.3
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
Release v3.3.1
Release v3.3.0
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
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
Release v3.1.0
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
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