Skip to content

Releases: robcast/digilib

Release 2.9.1

21 Aug 15:33

Choose a tag to compare

Mostly bugfixes and small changes, e.g.

  • experimental PDFCache PDF-generation Servlet works again
  • config files with relative path use Java working directory as base (see #35)
  • jQuery version update
  • IIIF redirect to info.json uses iiif-image-base-url

Release 2.9.0

05 Feb 16:48

Choose a tag to compare

New Maven project structure with separate web client overlays:

  • uses new module frontend-jquery for current frontend instead of webapp
  • run as mvn jetty:run-exploded --projects frontend-jquery (see updated README and documentation)
  • use the bare webapp module if you don't need the digilib web client
  • customize the frontend by creating your own Maven overlay: https://github.com/robcast/digilib-frontend-template

Release 2.8.0

01 Feb 14:07

Choose a tag to compare

Better selection of images in multiple resolutions and formats:

  • supports tiled images (tested with tiled-TIFF) and advertises tiles in IIIF info
  • supports both tiled e.g. TIFF and sendable e.g. JPG images at the same resolution; using tiled for partial image access and sendable for full image access (config option "input-preselection-allowed", default true)
  • option to specify Java classes for writing and reading images (config option "image-reader-classes", "image-writer-classes", default automatic)

Simple out-of-memory handling (don't expect too much ;-)

New DocuDirentFactory to make it easier for developers to create a cache for mixed on-line and on-disk images.

Release 2.7.0

26 Jul 16:33

Choose a tag to compare

  • easier configuration for running digilib behind a proxy: iiif-image-base-url and iiif-manifest-base-url work also for info.json requests and can be set in Docker environment (see config and docker documentation)
  • new CDSTAR backend option (see config documentation)

Release 2.6.0

03 Mar 16:17

Choose a tag to compare

  • Manifester servlet for IIIF-Presentation API manifests enabled by default.
  • Better synchronisation for file access under high load.
  • Servlets use annotations instead of explicit web.xml.

release-2.5.6.10

20 Feb 14:07

Choose a tag to compare

Release 2.5.6 with Docker container!

release-2.5.6.9

20 Feb 13:51

Choose a tag to compare

release-2.5.6.9 Pre-release
Pre-release
Same as version 2.5.6 but with Docker and travis-ci deployment.

release-2.5.6.7

20 Feb 12:52

Choose a tag to compare

release-2.5.6.7 Pre-release
Pre-release
Same as version 2.5.6 but with Docker and travis-ci deployment.

release-2.5.6.5

18 Feb 19:34

Choose a tag to compare

release-2.5.6.5 Pre-release
Pre-release
New version 2.5.6. with Docker and travis-ci deployment.

digilib version 2.5.6

26 Mar 17:41

Choose a tag to compare

Updates to the Manifester servlet to include complete or partial manifests from disk.
The optional Texter servlet can send JSON now.
Fixes to the optional PDFCache servlet.

The WAR file digilib-webapp-2.5.5-srv3p.war is built with the Manifester plugin enabled.