-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/devel'
- Loading branch information
Showing
38 changed files
with
530 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
build/ | ||
cef/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,38 @@ | ||
Changelog | ||
=== | ||
### 0.3.0 (2017-06-18) | ||
* Building with CEF 3.3071.1640.g1ebbf3c / Chromium 59.0.3071.82 (Windows, Linux & OS X, 64bit) | ||
* Now possible to build on Mac OS X. Tested on 10.11.6 with XCode ver. 8.2.0. Experimental | ||
* Bug fixes. Code cleanup and better formatting | ||
|
||
### 0.2.1 (2016-12-20) | ||
* Allow only specified schemes when in server mode (ie. block file:// access) | ||
* Added option to enable JavaScript --javascript | ||
* Added --file option to load file from command line | ||
* Disabled standard input (use --file instead) | ||
* Added --background option to print html backgrounds | ||
* Bulding with CEF 3.2883.1540.gedbfb20 / Chromium 55.0.2883.59 version (Windows & Linux, 64bit) | ||
* Bulding with CEF 3.2883.1540.gedbfb20 / Chromium 55.0.2883.59 (Windows & Linux, 64bit) | ||
* Allow only specified schemes when in server mode (ie. block `file://` access) | ||
* Added option to enable JavaScript `--javascript` | ||
* Added `--file` option to load file from command line | ||
* Disabled standard input (use `--file` instead) | ||
* Added `--background` option to print html backgrounds | ||
|
||
=== | ||
### 0.2.0 (2016-11-29) | ||
* Added HTTP server mode (use with --server flag) | ||
* Added configurable --host and --port when running in server mode | ||
* Bulding with CEF 3.2883.1539.gd7f087e / Chromium 55.0.2883.59 (Windows & Linux, 64bit) | ||
* Added HTTP server mode (use with `--server` flag) | ||
* Added configurable `--host` and `--port` options when running in server mode | ||
* Various fixes and improvements | ||
* Bulding with CEF 3.2883.1539.gd7f087e / Chromium 55.0.2883.59 version (Windows & Linux, 64bit) | ||
|
||
=== | ||
### 0.1.6 (2016-09-21) | ||
* Fix: small improvements to allow building on Linux (tested on Debian 8.5.0 x64) | ||
* Small changes to build using CEF 3.2743.1449.g90ba67d build | ||
* Small improvements to allow building on Linux (tested on Debian 8.5.0 x64) | ||
|
||
=== | ||
### 0.1.5 (2016-09-15) | ||
* Add: option to set page margin --margin | ||
* Add: option to list available page sizes --list-sizes | ||
* Change: url is now specified with --url option | ||
* Added option to set page margin `--margin` | ||
* Added option to list available page sizes `--list-sizes` | ||
* Changed url to be specified with `--url` option | ||
* Heavy code refractoring | ||
|
||
### 0.1.1 (2016-08-06) | ||
* Add: some paper sizes: US, ANSI and photo | ||
* Add: help message | ||
* Fix: url load error handling | ||
* Added some more paper sizes: US, ANSI and photo | ||
* Added help message | ||
* Fixed url load error handling | ||
|
||
### 0.1.0 (2016-08-03) | ||
* Initial release. Working version :) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>${PRODUCT_NAME}</string> | ||
<key>CFBundleExecutable</key> | ||
<string>${PRODUCT_NAME}</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>org.cef.cef-pdf.helper</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>${PRODUCT_NAME}</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.0.0</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.9.0</string> | ||
<key>LSUIElement</key> | ||
<string>1</string> | ||
<key>NSSupportsAutomaticGraphicsSwitching</key> | ||
<true/> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>© 2017, cef-pdf</string> | ||
</dict> | ||
</plist> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>English</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>${PRODUCT_NAME}</string> | ||
<key>CFBundleExecutable</key> | ||
<string>${PRODUCT_NAME}</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>org.cef.cefsimple.helper</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>${PRODUCT_NAME}</string> | ||
<key>CFBundlePackageType</key> | ||
<string>APPL</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>1.0.0</string> | ||
<key>LSFileQuarantineEnabled</key> | ||
<true/> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>10.9.0</string> | ||
<key>LSUIElement</key> | ||
<string>1</string> | ||
<key>NSSupportsAutomaticGraphicsSwitching</key> | ||
<true/> | ||
<key>NSHumanReadableCopyright</key> | ||
<string>© 2017, cef-pdf</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.