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.