Skip to content

Releases: mateusz-matela/djvu-html5

djvu-html5 v0.3.2

27 Aug 10:42
8fe0180
Compare
Choose a tag to compare
  • using newest GWT version to fix problems with running inside an iframe in latest chromium based browsers

djvu-html5 v0.3.1

12 Oct 13:46
Compare
Choose a tag to compare
  • 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

19 Jul 10:11
Compare
Choose a tag to compare
  • 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

25 Oct 23:28
Compare
Choose a tag to compare
Pre-release

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:

  1. 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.
  2. Optimized text layer layout makes it much faster to move around in documents with over 100 pages filled with text.
  3. Less jumpy scrolling with mouse wheel and keyboard arrows due to using the browser's native scrolling.
  4. Fixed some of rendering glitches with custom sizes in Firefox.
  5. 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

11 Jun 12:37
Compare
Choose a tag to compare
  • 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

22 Apr 18:03
Compare
Choose a tag to compare
  • fixed error on documents with non-UTF8 annotations
  • added hover effect to toolbar buttons

djvu-html v0.2.1

20 Apr 20:09
Compare
Choose a tag to compare
  • 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

19 Nov 12:56
Compare
Choose a tag to compare
Pre-release

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

15 Oct 11:40
Compare
Choose a tag to compare
  • 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

28 May 17:52
Compare
Choose a tag to compare
  • added support for JPEG encoded layers