Commit Graph

529 Commits

Author SHA1 Message Date
Antonin Stefanutti
3aa2a481d3
3.13.0 2024-07-05 15:26:40 +02:00
Antonin Stefanutti
bcc932c0a5
Use absolute path to Chromium binary in container entrypoint 2024-07-05 15:20:05 +02:00
Antonin Stefanutti
489f9016dc
Upgrade GH actions in container image workflow 2024-07-05 15:07:42 +02:00
Antonin Stefanutti
2c8230067f Print CLI usage when unknown options are passed 2024-07-05 14:50:57 +02:00
Antonin Stefanutti
cad6569471 Current reveal plugin options are flags 2024-07-05 08:53:18 +02:00
Antonin Stefanutti
345b745563 Upgrade Chromium to version 126.0.6478.126 2024-07-05 08:46:14 +02:00
Nico Jansen
574c643b1a
fix(deps): update dependencies (#335)
* fix(deps): update dependencies

* Update workflow

* test: update snapshot PDFs

* fix(fonts): wait for fonts to be fully loaded

* Revert "fix(fonts): wait for fonts to be fully loaded"

This reverts commit 3281d79d8c.

* update deps even more

* test: update snapshot PDFs

---------

Co-authored-by: Decktape bot <decktape-bot@users.noreply.github.com>
2024-07-03 09:09:32 +02:00
Nico Jansen
9e74fef7e8
fix(revealjs): disable animations (#333)
* fix(revealjs): disable animations

* Review comments
2024-06-19 19:00:13 +02:00
gangolf
83771f9a65 add possibility to export progress bar with URL option 2024-05-28 16:54:27 +02:00
Antonin Stefanutti
6735cec96d
3.12.0 2024-03-02 16:37:08 +01:00
Antonin Stefanutti
636d252773 Upgrade Alpine to v3.19.1 and Node to v20.11 2024-03-02 16:26:41 +01:00
Antonin Stefanutti
54aa7b8a0a Fix on console event logging 2024-03-02 15:52:56 +01:00
Antonin Stefanutti
9d2a4ae20e Upgrade Puppeteer to version 22.3.0 and Chromium to version 122.0.6261.94 2024-02-29 18:59:21 +01:00
Janne Saukkio
372c805e10 Asynchronously wait for the browser to close before exiting the process 2024-02-29 18:25:10 +01:00
Antonin Stefanutti
65153a22f5
3.11.0 2023-12-23 16:13:47 +01:00
Decktape bot
c98029a5ea test: update snapshot PDFs 2023-12-23 16:02:19 +01:00
Antonin Stefanutti
aecdd8d9d7 Upgrade Puppeteer to version 21.6.1 and Chromium to version 120.0.6099.129 2023-12-23 16:02:19 +01:00
Antonin Stefanutti
44d4141a9e Avoid printing empty browser messages 2023-12-23 16:02:19 +01:00
Antonin Stefanutti
c3cdbabd0a Fix exception in console.log handler 2023-11-04 18:00:20 +01:00
Antonin Stefanutti
df96abbe10 Do not remove identical image references 2023-11-04 17:05:17 +01:00
Antonin Stefanutti
3758c4e9f5 Remove CSS work-around from Remark plugin 2023-11-04 13:33:17 +01:00
Decktape bot
fffb4fd90d test: update snapshot PDFs 2023-11-04 13:05:42 +01:00
Antonin Stefanutti
f8a90c53ac Upgrade Puppeteer to version 21.4.1 and Chromium to version 118.0.5993.117 2023-11-04 13:05:42 +01:00
Antonin Stefanutti
418086f19b
3.10.0 2023-08-04 17:32:08 +02:00
Antonin Stefanutti
ba2dd27862 Upgrade Chromium to version 115.0.5790.170 2023-08-04 17:12:59 +02:00
Antonin Stefanutti
8c3057140a Fix next slide detection in generic plugin 2023-08-03 16:41:42 +02:00
Antonin Stefanutti
5d83d4345e Support multiple navigation keys in the generic plugin 2023-08-03 16:41:42 +02:00
Antonin Stefanutti
9ec0b4f33b Upgrade Puppeteer to version 20.9.0 and Chromium to version 115.0.5790.110 2023-07-28 17:48:10 +02:00
Antonin Stefanutti
93b258ba35
3.9.0 2023-06-23 13:02:18 +02:00
Antonin Stefanutti
df25c12d1d
Update required Node version 2023-06-23 13:02:01 +02:00
Antonin Stefanutti
030fe5f4ac
Add troubleshooting for insecure content 2023-06-23 13:01:23 +02:00
Antonin Stefanutti
8f2c9d9dd9 Fix font compression with missing OS/2 table 2023-06-23 12:50:38 +02:00
Antonin Stefanutti
5dc6bd8fcd Upgrade Puppeteer to version 20.7.3 and Chromium to version 114.0.5735.133 2023-06-23 09:45:51 +02:00
Decktape bot
67bfad280e test: update snapshot PDFs 2023-06-23 09:04:22 +02:00
Antonin Stefanutti
3fc6796838 Upgrade fonteditor-core to version 2.1.11 2023-06-23 09:04:22 +02:00
Antonin Stefanutti
4980bf6c78 Revert "Migrate to opentype.js"
This reverts commit ebbaa74e9f.
2023-06-23 09:04:22 +02:00
Antonin Stefanutti
faa847da01
3.8.0 2023-05-23 11:48:10 +02:00
Antonin Stefanutti
95c5345653 Update usage help 2023-05-23 11:42:20 +02:00
Decktape bot
decfb3e4d3 test: update snapshot PDFs 2023-05-23 11:21:15 +02:00
Antonin Stefanutti
ac4c3c41be Upgrade Puppeteer to version 20.3.0 and Chromium to version 113.0.5672.126 2023-05-23 11:21:15 +02:00
David DeMoss
21a8d2687b
Feature http headers (#276)
Implement feature flag to pass headers to Puppeteer via "headers" option.

Also, add feature flag to set headless mode via "headless" option.

Update headless behavior to sync with puppeteer API change. See: https://developer.chrome.com/articles/new-headless/#new-headless-in-puppeteer
2023-05-22 18:40:03 +02:00
Decktape bot
382b7e4f14 test: update snapshot PDFs 2023-05-05 17:15:13 +02:00
Antonin Stefanutti
479587aa61 Use new Chrome headless mode 2023-05-05 17:15:13 +02:00
Decktape bot
a4bfa202bf test: update snapshot PDFs 2023-05-05 16:53:16 +02:00
Antonin Stefanutti
ebbaa74e9f Migrate to opentype.js 2023-05-05 16:53:16 +02:00
Antonin Stefanutti
fc465c4a50 Skip compression for ill-formed fonts 2023-05-05 15:51:21 +02:00
Antonin Stefanutti
e21e7a012b Upgrade Puppeteer to version 20.1.0 2023-05-05 12:39:38 +02:00
Antonin Stefanutti
5f1ee8822b
3.7.0 2023-03-08 17:48:29 +01:00
Antonin Stefanutti
4e67328861 Upgrade Puppeteer to version 19.7.3 2023-03-08 17:39:37 +01:00
Antonin Stefanutti
681d5daa7e chore: Upgrade Alpine Chromium package to version 111.0.5563.64-r0 2023-03-08 17:00:24 +01:00