[libgepub] New version 0.7.0



commit 4dd9e801cd8dbb33e62ce998df45e10fd6d215fe
Author: Daniel GarcĂ­a Moreno <dani danigm net>
Date:   Tue Aug 30 10:59:21 2022 +0200

    New version 0.7.0

 NEWS        | 18 ++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index b6c749e..f9ca0c6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 0.7.0
+=============
+
+ - Make gepub-widget configurable with "-Dwidget=false"
+ - Use libsoup 3.0
+ - Fix memory leak
+ - Remove absolute external resources from gepub
+ - widget: Disable a number of "Web" features
+ - widget: Fix ePubs not rendering after the first one
+ - Stop chapter number updates breaking navigation to anchor links
+ - Update the chapter number when the page changes
+ - Work with file paths, not URI substrings, in custom URI scheme
+ - Do not rewrite page-relative anchor links
+ - Use new JavaScriptCore GLib API instead of DOM API
+ - Use compiler.has_link_argument() for linker flags
+ - Unscape paths before get from the archive
+ - Add TOC parse to GepubDoc
+
 Version 0.6.0
 =============
 
diff --git a/meson.build b/meson.build
index 221c29e..209e887 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project(
   'libgepub', 'c',
-  version: '0.6.0',
+  version: '0.7.0',
   license: 'LGPL2+',
   default_options: 'buildtype=debugoptimized',
   meson_version: '>= 0.46.0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]