Skip to content

Releases: mftb0/cbxv

v0.6.0

29 Jan 05:30

Choose a tag to compare

Added Reading Direction to Layout persistence
Added Page Export Button
Minor clean-up and refactoring
Take cairo.context and gtk.DrawingArea out of ui spreads
Got rid of unneeded variable
Remove useless conditional in scale

v0.5.4

03 Sep 07:56

Choose a tag to compare

Updated dependencies to address security advisories

v0.5.3

17 Feb 04:05

Choose a tag to compare

Fixed bit-twizzling bug in new window-state-event, which could in at least one edge case, cause the full-screen indicator to get out of sync again

v0.5.2

16 Feb 08:11

Choose a tag to compare

Hide mouse cursor during periods of inactivity, while in fullscreen.
Fixed fullscreen state sometimes getting out-of-sync.
Fixed ui (header and nav) refusing to resize when no book was open.
Updated gotk3 dependency to get the latest improvements.

v0.5.1

13 Dec 02:13

Choose a tag to compare

Updated dependencies to handle some alerts from GitHub's Dependabot

v0.5.0

18 Aug 13:28

Choose a tag to compare

Improvements to page turning

Reverted to an earlier page turning strategy, but with a new optimization.
Turning a page, a single time, should feel effortless and smooth. Most of all it
should not distract from reading.

Added refreshSpreads command
Reduced time wasted in printLoaded()
Ensure never trying to render a partially loaded spread
Added trace routines to better time function execution

v0.4.9

17 Jul 08:22

Choose a tag to compare

Refactored quit, fixed goroutine leak

v0.4.8

10 Jul 04:16

Choose a tag to compare

Refinement of page loading

Pages are loaded slightly less often when turning pages, but in slightly larger increments

v0.4.7

08 Jun 04:15

Choose a tag to compare

Minor refactoring to get gtk out of model and isolated in util
Even more minor rendering enhancement

v0.4.6

13 May 23:33

Choose a tag to compare

Built against new gotk3 v0.6.2 which has a lot of improvements and bug fixes