Update CHANGES and bump version to 1.20.0 1.20.0-rc1
authorTor Andersson <[email protected]>
Wed, 11 May 2022 11:11:39 +0000 (13:11 +0200)
committerTor Andersson <[email protected]>
Wed, 11 May 2022 12:55:29 +0000 (14:55 +0200)
CHANGES
README
include/mupdf/fitz/version.h

diff --git a/CHANGES b/CHANGES
index 2893d299439064321cf277c786544548e8b5c413..ed40c03e9829bc28c6aee95e64616e733bbddf2f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,36 @@
+List of changes in MuPDF 1.20.0
+
+       Experimental C# bindings.
+       Cross compilation should no longer need a host compiler.
+       Major additions to JNI bindings.
+
+       New API to edit outline
+       New API to resolve and create links
+       New API to toggle individual layers in PDF
+               Layer panel in mupdf-gl
+               Layer option in mutool draw
+       New API to add a Javascript console
+               Console panel in mupdf-gl
+
+       Text search API extended to be able to distinguish between separate search hits.
+
+       Command line tool improvements:
+               all: Negative page numbers to index from the last page
+               mutool draw: Add option to render document without text
+               mutool draw and convert: Support DPI option in text and HTML output
+
+       New hybrid HTML output format using "scripts/pdftohtml" script:
+               Graphics in a background image
+               Text on top
+
+       Improved WASM viewer demo
+               Support high DPI screens
+               Progressive loading
+
+       Update to zlib 1.2.12 for security fix.
+
+       Too many bug fixes to list.
+
 List of changes in MuPDF 1.19.0
 
        Removed support for Luratech JBIG2 and JPEG2000 decoders.
diff --git a/README b/README
index db5b71f13bb669a70402536708cb55794bdae4d6..ae605d2c7cc66182f3e869b9182e5111ff54fd56 100644 (file)
--- a/README
+++ b/README
@@ -9,7 +9,7 @@ Build instructions can be found in docs/building.html.
 
 LICENSE
 
-MuPDF is Copyright (c) 2006-2020 Artifex Software, Inc.
+MuPDF is Copyright (c) 2006-2022 Artifex Software, Inc.
 
 This program is free software: you can redistribute it and/or modify it under
 the terms of the GNU Affero General Public License as published by the Free
index 2d3f6b81d184292a904095abe52a99f268261a8b..cf0814d5b7ea278a33ee292ebf80b9298940298b 100644 (file)
@@ -23,9 +23,9 @@
 #ifndef MUPDF_FITZ_VERSION_H
 #define MUPDF_FITZ_VERSION_H
 #ifndef FZ_VERSION
-#define FZ_VERSION "1.19.0"
+#define FZ_VERSION "1.20.0"
 #define FZ_VERSION_MAJOR 1
-#define FZ_VERSION_MINOR 19
+#define FZ_VERSION_MINOR 20
 #define FZ_VERSION_PATCH 0
 #endif
 #endif