Releases: Stirling-Tools/Stirling-PDF
Releases · Stirling-Tools/Stirling-PDF
0.23.1 Custom HTML support
Features
- Support for Custom HTML files is now live, set
customHTMLFiles
totrue
in settings.yml and place files in/customFiles/templates/
- Language updates
Bug fixes
- Login page now shows correct language
- Disabling multi tool or pipeline now shows in UI correctly
What's Changed
- Update CONTRIBUTING.md by @diemade in #1115
- Bugfix: Login page shows wrong selected country flag/language by @Ludy87 in #1117
- PDF to PDF/A language files by @phfuh in #1118
- 📝 Update README: Translation Progress Table by @github-actions in #1119
- Update messages_it_IT.properties by @albanobattistella in #1120
- Update messages_tr_TR.properties by @HNPorts in #1126
- commit by @Frooodle in #1128
- Custom HTML support #355 by @Frooodle in #1129
- 💾 Update Version by @github-actions in #1130
Full Changelog: v0.23.0...v0.23.1
0.23.0 Various updates and metadata and html handling fixes
This update is more about docker side and language updates than new major functionality but some good bug fixes etc!
Enhancements
- PDF/A supports secondary PDF/A type
- Able to hide/show app updates in a clearer manner (Check your settings.yml to enable!)
- Lots of language updates! Thankyou all
Bug fixes
- Correct handling and carrying over of PDF metadata
- PDF to HTML reintroduced!
- Username caps sensative fixes
What's Changed
- Closes #359 by @DimK10 in #1047
- Update messages_de_DE.properties by @Ludy87 in #1045
- Update ja_JP,ko_KR,ru_RU,zh_TW.properties by @cocomastergo in #1036
- Feature: Add Ukrainian Language Support by @vadymkykalo in #1039
- fix: missing pdf to html endpoint by @sbplat in #1043
- add Ukrainian README, languages.html and correction FR, IT by @Ludy87 in #1044
- Improve Greek translation by @foivospro in #1046
- Ukrainian - add missing strings by @Ludy87 in #1048
- 359 split metadata lost by @DimK10 in #1049
- add sync-readme by @Ludy87 in #1051
- (Sonar) Fix "
String#replace
should be preferred toString#replaceAll
" by @pixeebot in #1056 - replace comma to dot by @Ludy87 in #1057
- Update messages_it_IT.properties by @albanobattistella in #1062
- 📝 Update README: Translation Progress Table by @github-actions in #1063
- Fix: Resolve Username Case Sensitivity Issue in Login Flow by @Ludy87 in #1070
- Update messages_de_DE.properties by @diemade in #1069
- Cache form inputs between runs by @Frooodle in #1066
- 📝 Update README: Translation Progress Table by @github-actions in #1091
- Update messages_tr_TR.properties by @HNPorts in #1092
- 📝 Update README: Translation Progress Table by @github-actions in #1093
- Add selection for PDF/A output format by @phfuh in #1095
- Update messages_it_IT.properties by @albanobattistella in #1096
- UI: settings show/hide update display by @Ludy87 in #1072
- updating the build files by @Ludy87 in #1100
- Check
DOCKER_ENABLE_SECURITY
for UI by @Ludy87 in #1103 - German translation for Print Tool by @diemade in #1104
-
Updated es_ES (100% completed) by @NeilJared in #1106
- 📝 Update README: Translation Progress Table by @github-actions in #1107
- print (WIP), fake scan (WIP) and text conversion for ultra-lite by @Frooodle in #1098
- 💾 Update Version by @github-actions in #1108
New Contributors
- @vadymkykalo made their first contribution in #1039
- @foivospro made their first contribution in #1046
- @diemade made their first contribution in #1069
Full Changelog: v0.22.8...v0.23.0
0.22.8 OCR Fix
- OCR Bug fix
- Language updates
What's Changed
- Sponsor information supports translate now by @cocomastergo in #1023
- Update homepage screen in README by @jimdouk in #1021
- Enhance description for "Split PDF" functionality by @jimdouk in #1025
- lang: update fr_FR by @NicolasFR in #1020
- Replaced
Stream.collect(Collectors.toList())
withStream.toList()
(Sonar) by @pixeebot in #1018 - 💾 Update Version by @github-actions in #1015
- Update README.md by @Saneeitas in #606
- Update progress of language by @Ludy87 in #1029
- Update messages_it_IT.properties by @albanobattistella in #1031
- 💾 Update Version by @github-actions in #1033
- Update messages_tr_TR.properties by @HNPorts in #1032
New Contributors
Full Changelog: v0.22.7...v0.22.8
0.22.7 Bug fixes for conversions and lang updates
Bug fixes
- pdftohtml fixes (thanks @sbplat )
- Word docs now support chinese (WIP)
- PDF to word fixes (the 1 page issue)
Other
- Language updates!
- Error page now supports translations (thanks @cocomastergo)
- Lite docker image removed
What's Changed
- fix: switch to pdftohtml for pdf to html conversions by @sbplat in #998
- Update messages_ru_RU.properties by @cocomastergo in #999
- Update messages_it_IT.properties by @albanobattistella in #1002
- doc: add --break-system-packages by @NicolasFR in #1001
- Extract text from error pages and sync text variable to all lang by @cocomastergo in #1008
- Update messages_it_IT.properties by @albanobattistella in #1010
- Update messages_fr_FR.properties by @NicolasFR in #1011
- remove lite package by @Frooodle in #1012
- Chinese font and word conv fix by @Frooodle in #1014
Full Changelog: v0.22.6...v0.22.7
0.22.6 quick pipeline folder scan fix
quick pipeline folder scan fix
Language updates
What's Changed
- Update messages_it_IT.properties by @albanobattistella in #993
- feat: translate messages_ko_KR.properties, messages_ru_RU.properties completed by @cocomastergo in #996
- 💾 Update Version by @github-actions in #997
Full Changelog: v0.22.5...v0.22.6
0.22.5 Chinese lang updates, bug fixes
Language updates and various bug fixes!
What's Changed
- dummy commit by @Frooodle in #968
- Update messages_es_ES.properties by @NeilJared in #969
- Update messages_ja_JP.properties by @tkymmm in #975
- Update TextFinder.java by @Frooodle in #980
- feat: Extract translation text from html and finished the mainly translation of zh_CN, zh_TW, ja_JP file by @cocomastergo in #987
- fix: Fix package name of openjdk for debian by @NicolasFR in #990
- 💾 Update Version by @github-actions in #991
- Update 3rd Party Licenses by @github-actions in #992
- Define a constant for a literal string that is duplicated n times (Sonar) by @pixeebot in #978
- fix: Add MultiTool UploadPrompts zh_CN And en_US by @spfantop in #977
New Contributors
- @cocomastergo made their first contribution in #987
- @spfantop made their first contribution in #977
Full Changelog: v0.22.4...v0.22.5
0.22.4 Various dependency updates and fixes
- Fixed an error that occurred after logging out and selecting another language. (Thanks @Ludy87)
- Made changes to characters in multiple languages for Unicode compatibility. (Thanks @Ludy87)
- Updated Italian language message properties. (Thanks @albanobattistella)
- Dependency version updates across various libraries including Apache PDFBox, Spring Framework, Micrometer, and others. (PDFBox is important update, bug fixes etc)
- Transitioned to HTML5. (Thanks @Ludy87)
What's Changed
- Fix: Error after logging out and selecting another language by @Ludy87 in #924
- changes characters in multiple languages - Unicode ascii by @Ludy87 in #925
- Update messages_it_IT.properties by @albanobattistella in #927
- Bump org.apache.pdfbox:xmpbox from 3.0.1 to 3.0.2 by @dependabot in #933
- Bump org.springframework:spring-webmvc from 6.1.4 to 6.1.5 by @dependabot in #934
- Bump io.micrometer:micrometer-core from 1.12.3 to 1.12.4 by @dependabot in #930
- Bump com.github.jk1.dependency-license-report from 2.5 to 2.6 by @dependabot in #932
- Bump org.springframework.boot:spring-boot-starter-web from 3.2.3 to 3.2.4 by @dependabot in #948
- Bump org.springframework.boot:spring-boot-devtools from 3.2.3 to 3.2.4 by @dependabot in #949
- Bump org.springframework.boot:spring-boot-starter-actuator from 3.2.3 to 3.2.4 by @dependabot in #950
- Bump io.github.pixee:java-security-toolkit from 1.1.2 to 1.1.3 by @dependabot in #946
- Update 3rd Party Licenses by @github-actions in #952
- Change to html5 by @Ludy87 in #958
- Bump org.commonmark:commonmark from 0.21.0 to 0.22.0 by @dependabot in #957
- Bump org.projectlombok:lombok from 1.18.28 to 1.18.32 by @dependabot in #955
- Bump org.springframework.boot:spring-boot-starter-data-jpa from 3.2.3 to 3.2.4 by @dependabot in #953
- Bump org.springframework.boot:spring-boot-starter-security from 3.2.3 to 3.2.4 by @dependabot in #956
- Bump org.springframework.boot:spring-boot-starter-thymeleaf from 3.2.3 to 3.2.4 by @dependabot in #954
- Update 3rd Party Licenses by @github-actions in #960
- Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.2.0 to 2.4.0 by @dependabot in #964
- Bump org.springframework.boot from 3.2.3 to 3.2.4 by @dependabot in #962
- Bump org.springframework.boot:spring-boot-starter-test from 3.2.3 to 3.2.4 by @dependabot in #961
- Bump org.apache.pdfbox:pdfbox from 3.0.1 to 3.0.2 by @dependabot in #963
- Update 3rd Party Licenses by @github-actions in #965
- Update 3rd Party Licenses by @github-actions in #966
Full Changelog: v0.22.3...v0.22.4
v0.22.3 Pipeline out of alpha
Security
- Usernames now must not contain special characters
- Various dependency bumps
Enhancements
- Pipeline moved to beta from alpha! Still will have bugs, lets see..
- Pipeline can now save pipeline config to browser (And you can save browser to account)
- Better logging for CLI apps since people dont check docker logs! #885
- Better memory usage of certain PDFBox operations
Bug fixes
- Auto-rename had white spaces at end, now resolved #901
- When running in a secured environment dockerFile will now default to container user when unable to create custom user
- Compress PDF fixes
What's Changed
- chore: fix some typos by @pavedroad in #900
- Number of fixes and making pipline LIVE ! by @Frooodle in #907
- Enforcing Username Uniqueness by @Ludy87 in #906
- dep bumps and nonroot bypass by @Frooodle in #910
- Update messages_de_DE.properties by @listiges-kaenguru in #903
- 🔨 add Developer tools/scripts by @Ludy87 in #828
- Update licenses-update.yml by @Frooodle in #911
- Update build.gradle by @Frooodle in #912
- Frooodle patch 2 by @Frooodle in #913
- Update 3rd Party Licenses by @github-actions in #914
- Bump com.google.zxing:core from 3.5.2 to 3.5.3 by @dependabot in #779
- Update 3rd Party Licenses by @github-actions in #919
- Fix typo in example yaml file by @tongkl1 in #922
- lang, save to browser by @Frooodle in #923
New Contributors
- @pavedroad made their first contribution in #900
- @listiges-kaenguru made their first contribution in #903
- @github-actions made their first contribution in #914
- @tongkl1 made their first contribution in #922
Full Changelog: v0.22.2...v0.22.3
v0.22.2 Split pages fixes
A quick fix to page selection for various operations
What's Changed
Full Changelog: v0.22.1...v0.22.2
v0.22.1 Fixes for non root user
Fixes for non root user issues :)
What's Changed
- added missing translation strings by @Ludy87 in #888
- Fix TypeError by rotation by @Ludy87 in #890
- fixes for user permissions by @Frooodle in #892
- Update messages_it_IT.properties by @albanobattistella in #891
Full Changelog: v0.22.0...v0.22.1