From cde0ed5058990a30349bd804b03107c0b5a8bd28 Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Sat, 19 Oct 2019 14:26:40 -0400 Subject: [PATCH] Updated koboutils to fix N3_LIBRARY_FULL generation for covergen --- covergen/README.md | 2 +- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/covergen/README.md b/covergen/README.md index 3ca34a4..de06136 100644 --- a/covergen/README.md +++ b/covergen/README.md @@ -3,7 +3,7 @@ Standalone tool to generate Kobo cover thumbnails. Useful for pre-generating thu Covergen is quite lenient about detecting cover images. The following methods are supported: meta[name=cover] with the path as the content, meta[name=cover] with a manifest id reference as the content, and manifest>item[properties=cover-image] with the image path as the href. Each detected path can be relative to the epub root or to the package document. -The N3_FULL, N3_LIBRARY_LIST, and N3_LIBRARY_GRID images are generated using the same resizing algorithm as nickel. +The N3_LIBRARY_FULL, N3_LIBRARY_LIST, and N3_LIBRARY_GRID images are generated using the same resizing algorithm as nickel. A reboot may be necessary for changes to appear. diff --git a/go.mod b/go.mod index 7ec3952..4335573 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/bamiaux/rez v0.0.0-20170731184118-29f4463c688b github.com/beevik/etree v1.1.0 github.com/davecgh/go-spew v1.1.1 // indirect - github.com/geek1011/koboutils v1.1.1-0.20191019152928-2e8ab3a63a67 + github.com/geek1011/koboutils v1.1.1-0.20191019182239-e2eedacc52bb github.com/mattn/go-isatty v0.0.4 github.com/mattn/go-sqlite3 v1.9.0 github.com/mattn/go-zglob v0.0.1 diff --git a/go.sum b/go.sum index a934e4e..9d100e4 100644 --- a/go.sum +++ b/go.sum @@ -8,8 +8,8 @@ github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/geek1011/koboutils v1.1.1-0.20191019152928-2e8ab3a63a67 h1:pSErpky1DWrQqb02oixqy7RMEX2fzXAELTl0JPmUX74= -github.com/geek1011/koboutils v1.1.1-0.20191019152928-2e8ab3a63a67/go.mod h1:iOYUH1MPLAZTmxRLu1Pw1HGeDdBQs1bYnHLPLvjLULU= +github.com/geek1011/koboutils v1.1.1-0.20191019182239-e2eedacc52bb h1:ziGeeMqlkO68G1wF1WyGvWJ8m7i37rhdytVgvdaO5T4= +github.com/geek1011/koboutils v1.1.1-0.20191019182239-e2eedacc52bb/go.mod h1:iOYUH1MPLAZTmxRLu1Pw1HGeDdBQs1bYnHLPLvjLULU= github.com/mattn/go-isatty v0.0.4 h1:bnP0vzxcAdeI1zdubAl5PjU6zsERjGZb7raWodagDYs= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-sqlite3 v1.9.0 h1:pDRiWfl+++eC2FEFRy6jXmQlvp4Yh3z1MJKg4UeYM/4=