8000 Tags · arachnys/athenapdf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Tags: arachnys/athenapdf

Tags

Verified

This commit was signed with the committer’s verified signature. The key has expired.
MrSaints Ian L.

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
MrSaints Ian L.
Fix `weaver` local conversion treating HTML files as plaintext

Due to a recent upgrade (f59e999), Chromium (via Electron) is not
automatically detecting HTML files by the contents. Instead, the
extension of the file must be set for it to be treated as (M)HTML.
Thus, this commit sets the default file extension to `html` unless
otherwise specified using the `ext` argument (see b1a16ac). This
is so that files will not be treated as plaintext, and so we will
not end up converting HTML to a PDF showing the raw HTML, but rather
the rendered HTML.

For debugging purposes, the name of the temporary file now includes
`athena` for easy identification in the temporary directory.

Verified

This commit was signed with the committer’s verified signature. The key has expired.
MrSaints Ian L.

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
MrSaints Ian L.
Fix Travis CI not being able to push Docker images

`-e` flag has been deprecated.

v2.10.0

Toggle v2.10.0's commit message
Merge pull request #130 from arachnys/v2.10.0

Upgrade Electron to v1.7.5

v2.9.2

Toggle v2.9.2's commit message
v2.9.2 - upgrade Electron, and fix Docker build

- Upgrade to Electron 1.6.11
- Fix broken build due to missing `libasound2`
- Bump version
0