Releases: LetrixZ/faccina
Releases · LetrixZ/faccina
v1.3.1
v1.3.0
v1.2.2
v1.2.0
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v1.1.1
- Prepare public API endpoints.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- 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
toPUBLIC_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)