View Single Post
Old 04-08-2018, 12:44 PM   #154
baskerville
Evangelist
baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.baskerville ought to be getting tired of karma fortunes by now.
 
baskerville's Avatar
 
Posts: 446
Karma: 305160
Join Date: Aug 2015
Device: Kobo Glo HD, Kobo Aura ONE
I've released 0.3.9.

The way cropping margins are stored has changed, you'll need to remove the corresponding property in your .metadata.json:

Code:
jq '[.[]|del(.reader.croppingMargins)]' < .metadata.json > .metadata-new.json
mv .metadata.json .metadata-old.json
mv .metadata-new.json .metadata.json
The mupdf bug mentioned in a previous post regarding the end of the chapters being randomly swallowed was recently fixed.

New features:
  • A long press on the margin cropper icon should now bring up a menu.
  • Books can be removed, categories can be added and removed. You can either long press a book, or tap the (lower left) matches label. The Undo entry is in the matches label's menu.
  • The frontlight edges interaction can be enabled through the reader.frontlightEdges setting.
  • Within the reader, the search direction can be set via the menu brought by long pressing the search icon.
baskerville is offline   Reply With Quote