Commit Graph

785 Commits

Author SHA1 Message Date
Alam
d17969a50d Merge pull request #642 from alam00000/dependabot/npm_and_yarn/vite-7.3.2
build(deps-dev): bump vite from 7.3.1 to 7.3.2
2026-04-07 13:13:28 +05:30
Alam
ac20897e2a Merge pull request #641 from Stephan-P/patch-1
Update common.json - Dutch language
2026-04-07 13:13:05 +05:30
dependabot[bot]
c745d55d32 build(deps-dev): bump vite from 7.3.1 to 7.3.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 22:12:25 +00:00
Stephan Paternotte
2ff4272133 Update common.json - Dutch language
Corrections of automated translations
2026-04-06 22:13:10 +02:00
alam00000
1ffe63f9ed feat: include simple mode distribution in GitHub release artifacts 2026-04-05 14:03:44 +05:30
alam00000
c80b5e24c6 Release v2.8.2 2026-04-05 13:50:09 +05:30
alam00000
a8c49e1cc4 fix: update lodash-es to version 4.18.1 in package.json and package-lock.json 2026-04-05 13:49:51 +05:30
alam00000
bfe4e5b663 feat: make Docker container port configurable via PORT env var
fix: preserve original filename when downloading processed files
2026-04-05 13:44:16 +05:30
alam00000
2f0d48c01b refactor: add simple mode to releases 2026-04-05 13:01:45 +05:30
Alam
816179edef Merge pull request #636 from alam00000/dependabot/npm_and_yarn/lodash-4.18.1
build(deps): bump lodash from 4.17.23 to 4.18.1
2026-04-04 13:35:45 +05:30
dependabot[bot]
b1a9715c52 build(deps): bump lodash from 4.17.23 to 4.18.1
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-04 07:55:19 +00:00
Alam
23602bc8db Merge pull request #617 from Skillkiller/fix-version-inline
Embed static app version in HTML via Vite at build time
2026-04-04 13:24:07 +05:30
Alam
00aef19114 Merge pull request #625 from Stephan-P/patch-1
Update tools.json - Corrections to Dutch translation
2026-04-04 13:23:47 +05:30
alam00000
38c42fd197 fix: auto orientation in Fix Page Size now matches source page layout and add tests 2026-04-04 13:16:27 +05:30
alam00000
4efab56e48 fix: handle multi-channel TIFF formats and add compression options
Add PDF quality selector (high/medium/low) with JPEG compression.
2026-04-04 13:09:22 +05:30
alam00000
12677f1647 refactor: copy original pages in OCR instead of embedding rasterized PNGs 2026-04-04 12:51:55 +05:30
alam00000
ffddca2a7d fix: reverted nginx base image to use unprivileged version 2026-04-04 12:47:13 +05:30
Sebastian Espei
6920c999c8 Merge branch 'fix-version-inline' of github.com:Skillkiller/bentopdf into fix-version-inline 2026-04-03 18:34:14 +02:00
Sebastian Espei
fa8bd1c525 refactor: remove version scripts from overlay html page 2026-04-03 18:33:59 +02:00
Sebastian Espei
afa18931c6 Merge branch 'alam00000:main' into fix-version-inline 2026-04-03 18:24:39 +02:00
github-actions[bot]
5fb6b416f3 @quhxl has signed the CLA in alam00000/bentopdf#631 2026-04-03 13:34:27 +00:00
Stephan Paternotte
5b2d764a10 Update tools.json - Dutch language updates
A few more updates to the Dutch translation
2026-04-03 10:23:08 +02:00
Sebastian Espei
bd8ebfebcb Merge branch 'main' into fix-version-inline 2026-04-03 00:06:39 +02:00
alam00000
ed6e6c01be fix: resolve nginx permission errors when running as non-root user 2026-04-02 22:58:15 +05:30
Stephan Paternotte
635f031e2c Update tools.json - Corrections to Dutch translation of Overlay related additions 2026-04-01 18:34:12 +02:00
alam00000
d3d8eeb4ae Release v2.8.1 2026-04-01 19:39:49 +05:30
alam00000
e60dcc5ad6 fix: create nginx cache directory 2026-04-01 19:33:50 +05:30
alam00000
7d66f3d4e5 Release v2.8.0 2026-04-01 18:20:29 +05:30
alam00000
ecfa571215 feat: add PDF overlay and underlay functionality 2026-04-01 18:11:36 +05:30
alam00000
046a421591 fix: update nginx image version to 1.28.3-alpine-slim in Dockerfiles 2026-04-01 14:08:28 +05:30
Sebastian Espei
1cbb8e487b Merge branch 'main' into fix-version-inline 2026-03-31 20:51:18 +02:00
alam00000
bd654a8bb6 feat: add FOSS Hack 2026 demo link to README 2026-03-31 22:12:05 +05:30
alam00000
9d0b68e18c Refactor and enhance type safety across various modules
- Updated function parameters and return types in `page-preview.ts`, `pdf-decrypt.ts`, and `pymupdf-loader.ts` for improved type safety.
- Introduced type definitions for `CpdfInstance`, `PyMuPDFInstance`, and other related types to ensure better type checking.
- Enhanced error handling in `sanitize.ts` by creating a utility function for error messages.
- Removed unnecessary type assertions and improved type inference in `editor.ts`, `serialization.ts`, and `tools.test.ts`.
- Added type definitions for markdown-it plugins to improve compatibility and type safety.
- Enforced stricter TypeScript settings by enabling `noImplicitAny` in `tsconfig.json`.
- Cleaned up test files by refining type assertions and ensuring consistency in type usage.
2026-03-31 17:59:49 +05:30
alam00000
a1fc2fc3c6 fix: update nginx image version to stable-alpine-slim 2026-03-31 14:34:21 +05:30
alam00000
fefc433e0b fix: update nginx image version and add ignoreEncryption flag in pdf decrypt tests 2026-03-31 11:51:25 +05:30
alam00000
d1bac8675b fix: disable caching for Trivy vulnerability scanner in workflow 2026-03-31 00:56:04 +05:30
Alam
2d64ce330a Merge pull request #615 from Stephan-P/patch-1
Update common.json - Dutch language updated
2026-03-31 00:46:20 +05:30
alam00000
4a0a985ed6 bump flatted from 3.3.3 to 3.4.2 2026-03-31 00:44:49 +05:30
alam00000
54ed64d326 feat: update commercial license price to $79 2026-03-30 23:31:04 +05:30
Sebastian Espei
4eb4efffa2 fix: update git add command to only include package.json 2026-03-30 16:02:57 +02:00
Sebastian Espei
2e8cd3fafd refactor: remove old update-version process from release process 2026-03-30 15:29:17 +02:00
alam00000
c4f389055a feat: update node-forge to version 1.4.0 in package.json and package-lock.json 2026-03-30 11:31:28 +05:30
Sebastian Espei
882f135abc fix: remove unused APP_VERSION import 2026-03-30 02:04:39 +02:00
Sebastian Espei
e22229475a refactor: remove version scripts from html pages 2026-03-30 01:56:06 +02:00
Sebastian Espei
7e7409de08 fix: remove unused APP_VERSION import from simple-mode-footer 2026-03-30 01:47:29 +02:00
Sebastian Espei
1d747ffcef fix: add version display internationalization support from footer.html 2026-03-30 01:38:55 +02:00
Sebastian Espei
b19c68c284 feat: update footer embed app version during build 2026-03-30 01:36:34 +02:00
Sebastian Espei
3673099646 feat: add app version to handlebars configuration 2026-03-30 01:35:12 +02:00
Sebastian Espei
2bdacb7507 refactor: remove version update script and related version handling code 2026-03-30 01:34:54 +02:00
alam00000
a617279c2d feat: add support for disabling specific features in the PDF Editor 2026-03-29 23:02:58 +05:30