Releases: mateusz-matela/djvu-html5
djvu-html5 v0.3.2
- using newest GWT version to fix problems with running inside an iframe in latest chromium based browsers
djvu-html5 v0.3.1
- fixed issue with scrolling blocked for a fraction of a second after scrolling to another page
- fixed issue with opening the selected page with the URL param
p
which sometimes resulted in showing an earlier page
djvu-html v0.3.0
- improved/fixed behavior when changing the current page due to external scrolling
- removing the "beta" marker, the new worker mechanism seems to be working without problems
djvu-html v0.3.0-beta1
This release introduces some big changes, so I'm again marking it as beta due to some risk of new problems, but if you check a few sample documents after the update and they work fine, it should be pretty safe to use this version. And the improvements are definitely worth it.
The changes include:
- Introduction of the web workers technology means that DjVu parsing and rendering is performed in a separate thread. It's still just one worker thread, so it won't take less time to show the first page, but it should mostly eliminate UI stutter and make the experience much more smooth. Just in case, the web worker can be disabled in options.
- Optimized text layer layout makes it much faster to move around in documents with over 100 pages filled with text.
- Less jumpy scrolling with mouse wheel and keyboard arrows due to using the browser's native scrolling.
- Fixed some of rendering glitches with custom sizes in Firefox.
- Fixed a few issues with showing/hiding navigation buttons and scrollbars.
Note: during the update, make sure to not only replace contents of the djvu_html5
folder, but to also copy the new djvu_worker
folder.
djvu-html v0.2.3
- added hover and click effects to toolbars
- fixed crash when text layer is disabled in settings
- fixed blank background not loading when images are in different location relative to main html (e.g. in dLibra)
djvu-html v0.2.2
- fixed error on documents with non-UTF8 annotations
- added hover effect to toolbar buttons
djvu-html v0.2.1
- fixed error on pages without graphics layers
- fixed toolbar showing/hiding on events over text layer
- disabling toolbar buttons when they have no effect
djvu-html v0.2.0-beta1
This is the first release to feature full support for DjVu documents with text layer. Text can be selected, copied and searched through using the web browser's native mechanisms. Due to a lot of changes, this release may have some issues, but I still encourage everyone to give it a try - I won't be able to find and fix all the problems without your help :)
Other changes include:
- new options to disable text layer support or the feature of updating the page number parameter in address bar
- improvements in downloading pages in background
- minor bugfixes
djvu-html5 v0.1.4
- fixed a page selection bug when using toolbar buttons after changing page with keyboard or mousewheel
- added URL parameter (p) to allow linking to specific pages
djvu-html5 v0.1.3
- added support for JPEG encoded layers