Releases: Stirling-Tools/Stirling-PDF
0.26.1 Various minor enhancements + survey
New Survey introduced this version, which will not pop up again after hitting don't show or after opening the survey just once
We would appreciate it if you could give us some feedback on how we are doing!
https://stirlingpdf.info/s/clwzgtfw7000gltkmwz1n212m
Enhancements
- Language updates as always! thankyou all!
- change to Pdf.js-Legacy to support older chrome versions @Ludy87
- Odd-Even operation mode for organise feature (thanks @Skillkiller )
Bug fixes
- contextPath issue fixes for root uri changes like /pdf etc @Ludy87
- PDF to image producing incorrect single image results if pages are different oriantations/sizes (thanks @Skillkiller )
What's Changed
- Update messages_ar_AR.properties by @wahab95 in #1430
- change to Pdf.js-Legacy Version 4.3.136 by @Ludy87 in #1444
- Update messages_zh_TW.properties: Translate English sentence to Chinese by @WorldOfWheat in #1438
- Bugfix: missing contextPath by @Ludy87 in #1434
- 📝 Update README: Translation Progress Table by @github-actions in #1431
- survey by @Frooodle in #1446
- 📝 Update README: Translation Progress Table by @github-actions in #1447
- Add Odd-Even Merge operation mode by @Skillkiller in #1445
- When converting PDF to Word, add parameters to speed up soffice startup by @HHHHHMMMM in #1450
- Add missing of Ukrainian translation to the resource file by @anroypaul in #1448
- Update messages_it_IT.properties by @albanobattistella in #1454
- Update messages_ja_JP.properties by @tkymmm in #1457
- [ImgBot] Optimize images by @imgbot in #1455
- Fixed a spelling mistake in French by @bistory in #1459
- PDF-to-Image different page formats fix by @Skillkiller in #1460
- 💾 Update Version by @github-actions in #1461
New Contributors
- @WorldOfWheat made their first contribution in #1438
- @Skillkiller made their first contribution in #1445
- @HHHHHMMMM made their first contribution in #1450
- @anroypaul made their first contribution in #1448
- @bistory made their first contribution in #1459
Full Changelog: v0.26.0...v0.26.1
0.26.0 Pipelines fixes, bug fixes and various admin page improvements
Enhancements
- Language updates as always! thanks all
- Redesigned Admin page for addUsers (thanks @Ludy87 ! )
- Better user creation and password verification overall by @Ludy87
- Pipeline now correctly handles JSON lists (like for OCR) Change could be breaking
- PDF.js from 4.3.118 to 4.3.136 by @Ludy87
Bugs fixes
- Version update check not working " too many requests" (thanks @Ludy87)
- fixes API query, replaces password comparisons, fixes duplicate ids by @Ludy87
- Fixes for context path changes / to /pdf etc
- Digital signatures are now removed when doing merges (Thanks @Ludy87)
Auto generated for anything i missed! :
What's Changed
- Add: Bypass for too many requests to the github api by @Ludy87 in #1404
- fr messages: more translations by @SorCelien in #1405
- New fr_FR ignore by @SorCelien in #1406
- add: redesign addUsers.html by @Ludy87 in #1407
- 📝 Update README: Translation Progress Table by @github-actions in #1410
- Update messages_it_IT.properties by @albanobattistella in #1413
- 📝 Update README: Translation Progress Table by @github-actions in #1414
- Bugfix: fixes API query, replaces password comparisons, fixes duplicate ids by @Ludy87 in #1415
- [ImgBot] Optimize images by @imgbot in #1412
- Images and login context by @Frooodle in #1417
- 📝 Update README: Translation Progress Table by @github-actions in #1416
- add password validator by @Ludy87 in #1418
- Bump PDF.js from 4.3.118 to 4.3.136 by @Ludy87 in #1420
- Add template for bug issues by @Ludy87 in #1419
- Feature request template by @Frooodle in #1422
- Pipeline fixes for json lists + delete func by @Frooodle in #1425
- Update messages_it_IT.properties by @albanobattistella in #1423
- Add: Option to remove the digital signature when merging by @Ludy87 in #1424
- 📝 Update README: Translation Progress Table by @github-actions in #1426
- 📝 Update README: Translation Progress Table by @github-actions in #1427
- Bump commons-io:commons-io from 2.15.1 to 2.16.1 by @dependabot in #1055
- Update 3rd Party Licenses by @github-actions in #1428
- Bump gradle from 7.6-jdk17 to 8.0-jdk17 by @dependabot in #1371
- 💾 Update Version by @github-actions in #1429
New Contributors
- @SorCelien made their first contribution in #1405
- @imgbot made their first contribution in #1412
Full Changelog: v0.25.3...v0.26.0
0.25.3 fix for version number not showing
fix for version number not showing
What's Changed
- (Sonar) Fixed finding: "
@Override
should be used on overriding and implementing methods" by @pixeebot in #1396 - (Sonar) Fixed finding: "Utility classes should not have public constructors" by @pixeebot in #1397
- 💾 Update Version by @github-actions in #1399
- Enhance Test Coverage for SPDF/Utils Classes by @jimdouk in #1385
Full Changelog: v0.25.2...v0.25.3
0.25.2 Lots of bug fixes! Norwegian and Oauth changes
Enhancements
- Norwegian translation by @arsvendg
- OAuth changes to not require hardcoded values (#1390 for more info Thanks @Ludy87 )
Bug fixes
- Fix for Flattern not working correctly
- disabled settings.yml updating while we resolve it resetting configs....
- custom path like /pdf now works correctly for admin page
- customHTML error resolved
- markdown to pdf fix
What's Changed
- Sonar by @Frooodle in #1362
- Norwegian translation by @arsvendg in #1373
- Small adjustmens to language file by @arsvendg in #1376
- tweaks and fix for #1381 by @Frooodle in #1382
- Minor corrections in the languages by @Ludy87 in #1389
- Enhance OAuth2 Client Registration with Dynamic Provider Details by @Ludy87 in #1390
- remove settings files update for now by @Frooodle in #1388
- 💾 Update Version by @github-actions in #1391
- resolve admin config with custom path by @Frooodle in #1393
- Resolve customHTML error by @Frooodle in #1394
New Contributors
Full Changelog: v0.25.1...v0.25.2
0.25.1 Remove digitial signatures Feature, bug fixes and Croatian
Enahncement
- Language fixes as always! thanks all
- Feature to remove digitial signatures (Thanks @Ludy87 )
- Croatian language support! (Thanks @onyxfin )
- New 'Fat' docker for people wanting a complete offline docker with all features
Bug fixes
- bug which means folder scanning would pick up files which are still being copied into folder (thanks @kkdlau)
- UTF-8 encoding issues (thanks @NicolasFR )
- Draw tool in view-pdf fixes (Thanks @Ludy87 )
- config issue causing startup issues for Windows (thanks @Ludy87 )
What's Changed
- #1214 Only take pdf that are good for processing by @kkdlau in #1282
- Update messages_bg_BG.properties by @nimdassdev in #1321
- Update messages_it_IT.properties by @albanobattistella in #1322
- feat: Force UTF-8 encoding of input characters by @NicolasFR in #1326
- fix: type correction around google OAUTH2 provider by @pcanham in #1331
- Fix: Can't select the Draw tool in View #1328 by @Ludy87 in #1333
- add properties Docker by @Ludy87 in #1334
- 📝 Update README: Translation Progress Table by @github-actions in #1336
- add remove digital signature by @Ludy87 in #1346
- Croatian language Translation. by @onyxfin in #1345
- 📝 Update README: Translation Progress Table by @github-actions in #1347
- Update view-pdf.html by @andrewdolphin in #1344
- Fix: Initialization Issue and Enhance Configuration Management for Co… by @Ludy87 in #1352
- Fix Error When Submitting Crop Tool Without Making a Selection by @foivospro in #1354
- fat docker by @Frooodle in #1355
- automate fat docker by @Frooodle in #1356
- new workaround for remove digital signature by @Ludy87 in #1360
- Update messages_it_IT.properties by @albanobattistella in #1359
New Contributors
Full Changelog: v0.25.0...v0.25.1
0.25.0 PDF.js update, HTTP2 support
Enhancements
- Various OAuth2 changes (Thanks @Ludy87 )
- Various translations, Thanks all as always
- Home page UI tweaks (flatter boxes) (thanks 'dev-cb' in cloudron forum) Will need another cache clear
- PDF.js updated from 3.11 to 4.3 for security and feature changes (Thanks @Ludy87 again )
- Backend server type changed from Tomcat to Jetty, Way faster loading, but 10% more ram... let me know if this is a good change (Also means HTTP2.0 support and some other nice features) This might cause some weird servers issues.. something to keep eye on
- Gradle version updated to 8.7
Bugs
- Bug causing certain tmp files to remain longer than expected
What's Changed
- 💾 Update Version by @github-actions in #1281
- add multi OAuth2 Provider by @Ludy87 in #1284
- fix fr translation of "Sign" by @miniupnp in #1283
- Fix: remove dublicate en_GB, missing translation German by @Ludy87 in #1285
- 📝 Update README: Translation Progress Table by @github-actions in #1286
- add: multi OAuth2 option README.md, small cosmetic repairs by @Ludy87 in #1287
- Update messages_it_IT.properties by @albanobattistella in #1295
- chore: add some Chinese text translation by @wai4y in #1293
- 📝 Update README: Translation Progress Table by @github-actions in #1296
- Cucumber testcases by @Frooodle in #1297
- update gradle wrapper version by @wahab95 in #1292
- Fix fr messages by @miniupnp in #1303
- fix: change "crop image" to "crop pdf" by @sbplat in #1302
- Bump PDF.js from 3.11.174 to 4.3.118 by @Ludy87 in #1300
- 📝 Update README: Translation Progress Table by @github-actions in #1304
- Tomcat to Jetty and other changes by @Frooodle in #1307
- fix fr messages: fix a typo "Redimensionner" by @miniupnp in #1305
- Update 3rd Party Licenses by @github-actions in #1308
- gha by @Frooodle in #1309
- add invalid Id Token message by @Ludy87 in #1311
- 📝 Update README: Translation Progress Table by @github-actions in #1317
- UI changes credit 'dev-cb' in cloudron forum by @Frooodle in #1318
- 💾 Update Version by @github-actions in #1319
New Contributors
- @miniupnp made their first contribution in #1283
- @wai4y made their first contribution in #1293
- @wahab95 made their first contribution in #1292
Full Changelog: v0.24.6...v0.25.0
0.24.6 Alpine docker update
Hoping slower updates going forwards with extra features :)
Docker update to update alpine for security issues etc
Reversion of Merge files fix to avoid file selection issues in other prompts
What's Changed
- Revert "User Friendly Merge File Selection" by @Frooodle in #1280
- update alpine to v3.20.0 by @Zoey2936 in #1276
Full Changelog: v0.24.5...v0.24.6
0.24.5 reverse proxy fix and czech added
Czech language added
Reverse proxy fix for non security mode
User Friendly Merge File Selection (needs a translation but reverse proxy release is more urgent)
What's Changed
- Add missing Turkish translation by @limonkufu in #1255
- Czech translations by @Houba28 in #1263
- Amended typo: trailing space by @zallaevan in #1256
- User Friendly Merge File Selection by @t71rs in #1204
- Updated ReadMe Screenshot by @t71rs in #1272
- Add in oauth scope environment variable to docker-compose example by @pcanham in #1265
- cleanup html for reverse proxy by @Frooodle in #1274
- 💾 Update Version by @github-actions in #1275
New Contributors
- @limonkufu made their first contribution in #1255
- @Houba28 made their first contribution in #1263
- @zallaevan made their first contribution in #1256
- @pcanham made their first contribution in #1265
Full Changelog: v0.24.4...v0.24.5
0.24.4 Fix issue with settings.yml and icons
Bug fixes for settings.yml being reset
Bug fix for book icons not displaying correctly
(For people that follow every update sorry for the spam)
What's Changed
Full Changelog: v0.24.3...v0.24.4
v0.24.3 french translation and cache fix
French translations
Cache fix for Homepage
What's Changed
- 📝 Update README: Translation Progress Table by @github-actions in #1237
- 🐛 FIX: Update French Traduction by @leknoppix in #1240
New Contributors
- @leknoppix made their first contribution in #1240
Full Changelog: v0.24.2...v0.24.3