Skip to content

Releases: LetrixZ/faccina

v1.3.1

21 Jul 06:17
Compare
Choose a tag to compare
  • Add random sorting for the search.
  • Add command aliases for Docker setup.
  • Fix /api/taxonomy endpoint not returning JSON.

v1.3.0

20 Jul 20:58
Compare
Choose a tag to compare
  • Add RTL layout option in the reader.
  • Add a prune command. Checks every indexed archive and deletes those whose symlink doesn't point to an existing file.
  • Add /api/taxonomy endpoint. This returns all taxonomy tags available.

v1.2.2

20 Jul 06:26
Compare
Choose a tag to compare
  • Add tag blacklisting in the settings page (gear icon).

v1.2.0

14 Jul 22:58
Compare
Choose a tag to compare
  • Encode thumbnails on user request.
  • Calculate image dimensions on use request.
  • Improve image scaling options on reader.
  • Don't use image filenames from metadata.

v1.1.5

13 Jul 14:12
Compare
Choose a tag to compare
  • For Koharu, parse the filename to get the title. Only works if metadata.parse_filename_title is enabled.

v1.1.4

13 Jul 05:47
Compare
Choose a tag to compare
  • Add fill height and min width options for the reader.
  • Move reader preferences to client-side to avoid cache conflicts.
  • Show page counter in the library page.

v1.1.3

11 Jul 02:50
Compare
Choose a tag to compare
  • Add Koharu metadata format support.

v1.1.2

30 Jun 04:46
Compare
Choose a tag to compare
  • Fix negated query tag. Example: -tag:'love hotel'

v1.1.1

24 Jun 05:19
Compare
Choose a tag to compare
  • Prepare public API endpoints.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

23 Jun 23:58
Compare
Choose a tag to compare
  • Add HenTag scraper. More info here.
  • Indexing reworked. Now you can reindex an archive and change the related data through metadata changes.
  • Now calculating image dimensions and generating thumbnails is off by default when indexing.
  • Add metadata parsers for Anchira, HentaiNexus, CCDC06, HenTag, Eze, GalleryDL and Koromo styled info.
  • Read external metadata besides the archive file.
  • Display gallery sources.
  • Add indexing for torrents.
  • Add events and publisher fields.
  • Add namespaces for tags.
  • Auto generate thumbnails for archives on demand.
  • Auto calculate image dimensions when requesting reader page.
  • Move image endpoints.
  • Use image filename for the reader instead of generated page number name.
  • Add public API to the site.
  • Allow more image formats for creating thumbnails for archives. AVIF, WebP, JPEG and PNG are supported now.
  • Add image scaling options to the reader.
    • Fit height: makes the image fill the entire height of the page.
    • Max width: allows you to set a maximum width that the image can fill.
    • Image width: makes the image fill it's entire width.
  • Changed CDN_URL to PUBLIC_CDN_URL for security reasons.

And probably more stuff that I forgot.

Full Changelog: v1.0.0...v1.1.0

Important note

Hash is assumed to be lowercase, so reindexing old archives will cause conflicts and the old gallery will be replaced. To avoid this, update all archive hashes to be lowercase.
UPDATE archives SET hash = lower(hash)