Ubooquity 3.1.0

18 august 2025    Release


Ubooquity 3.1.0 is available, this is the first stable version of Ubooquity v3 !

Download Ubooquity

The most important features (Java 17 requirement, theme system, database changes, reading progress...) have been part of version 3.0.0, so you can find related information in the version 3.0.0 BETA announcement post.

Here is what changed since version 3.0.0.

Features

  • made duplicate logging optional (as it is very CPU intensive)
     
  • added optional auto database backup upon collection scan 
To activate this automatic backup, add the "databaseBackupFolder" parameter in your preference file (preferences-2.json), after having stopped your Ubooquity instance.

Example:  "databaseBackupFolder" : "D:/Tom/ub-backup-folder"

Each time a scan is launched, Ubooquity will backup the database file, creating the file ubooquity-db-backup-1.zip. If the backup file already exists when the scan is launched, it is first renamed to ubooquity-db-backup-2.zip, so you have the last two version of your database backed up.

Bug fixes and improvements

  • fixed sorting issue
  • fixed OPDS issue
  • fixed page reader bug that prevented closing when reading book from the 'latest' section
  • fixed JBig2 issue and upgraded PDFBox to version 3
  • improved session cookie security
  • fixed wrong parent URL in library
  • fixed a bug preventing the sharing of folder having similar partial names
  • fixed wrong publication date field taken from ComicInfo.xml (needs a database rebuild for the data to be fixed)
  • fixed cbz files downloaded as cbz.zip files on Android

A small update for Ubooquity v2 (new 2.1.5 version)

13 october 2024    Release


A new minor version of Ubooquity v2 was published to further improve the security of cookies for user and admin sessions.
It is available on the download page.


Vulnerability in Ubooquity 2.1.2. Please update to 2.1.4. Ubooquity 3 is safe.

15 september 2024    General, Release


I have been informed today of a severe vulnerability in the last available version of Ubooquity 2 (version 2.1.2).

A fixed version is available on the usual download page, version 2.1.4.

Please update as soon as possible.

Ubooquity 3 is not impacted by this vulnerability and can be used safely.


Ubooquity 2.1.2

11 october 2018    Release


Ubooquity 2.1.2 is available.

To upgrade, just stop Ubooquity and replace the Ubooquity.jar file.

 

Download Ubooquity

Change log

Bug fixes:

  • fixed 'writers' replaced by 'publication date' in comics metadata
  • fixed comic metadata reading bug

New features:

  • new option to bypass Calibre individual book folders (try it if you share a Calibre library)

Miscellaneous:

  • "__MACOSX" folder in archives are now ignored (they used to prevent cover display)
  • OPDS pages now have unique ids
  • improved security
  • updated internal RAR library (RAR 5 files are still not supported though)

Ubooquity 2.1.1, minor release

22 september 2017    Release


Ubooquity 2.1.1 is available.

This is a minor release: a few bug fixes and a few very specific features.
To upgrade, just stop Ubooquity and replace the Ubooquity.jar file.

 

Download Ubooquity

Change log

Bug fixes:

  • fixed a bug preventing bookmark saving on Ubooquity server for PDF files shared in the "books" section
  • fixed log display issue on administration page
  • fixed wrong MIME type for some "folder info" resources

New features:

  • prevent Ubooquity from responding to HTTP CONNECT requests
  • add FictionBook (FB2) ebook format support
  • add Comic Book Info metadata support for CBZ files (with a small variation compared to the specs: Ubooquity expects boolean instead of "YES/NO" in the credits.primary field)