Skip to content

Releases: funmaker/Hybooru

1.9.0 - Flash and blurhash

09 Oct 21:46

Choose a tag to compare

  • Added Flash support via Ruffle (#34)
  • Added blurhash support
  • Added Hydrus version check
  • Added support to override admin password using HYDRUS_ADMIN_PASSWORD environmental variable (#35)
  • Added setting to control thumbnail fading
  • Added config option to control thumbnail scaling
  • Fixed thumbnail fading

1.8.0 - Notes, Overlays and Random

27 Sep 23:58

Choose a tag to compare

  • Added support for notes (#31)
  • Added Random button to draw a random image from the search pool (#24)
  • Added support for full queries in motd (#3)
  • Added searching sha256/md5 hashes
  • Added tag siblings and parents on tags search page and api. Tag siblings will no longer appear as "primary" results,
    but only as associated records. They can still be searched but will return the preferred sibling instead.
  • Added full flag for /api/tags endpoint, allowing to query tags siblings and parents as well.
  • Updated Docker Node target to v18.12.0
  • Fixed Internal Server Error on invalid post id
  • Fixed Motd only working with images
  • Fixed tags not being negated when pressed - tag button with JS enabled
  • Fixed handling of recently added content types from Hydrus (#33)
  • Deprecated hash field in Post and PostSummary

1.7.1 - Tag siblings conflict fix

29 Dec 17:17

Choose a tag to compare

  • Fixed import crashing on multi-service tag sibling conflict (#23)

1.7.0 - Version Checking

20 Dec 00:04

Choose a tag to compare

  • Added version check
  • Added docs for /api/regendb
  • Removed CSRF tokens
  • Fixed import crashing on tag collisions

1.6.0 - File Domains Support

11 Dec 18:25

Choose a tag to compare

  • Added support for choosing file services (#18)
  • Added support for filtering services by ids
  • Added tags.printLoops config option to print tag relationships loops
  • Added tags.searchSummary config option to control how many tags appear on side menu when searching posts
  • Added posts config category and moved all posts related config options there
  • Added support for Node v19 (#19)
  • Deprecated old config options
  • Fixed import getting suck in case of loops in parent tag relationships
  • Fixed siblings tag relationships not getting normalized in case of a sibling relationship loop (Fixes #17)
  • Fixed inaccuracies in API.md
  • Fixed web crawlers following tag links and indexing random search terms

1.5.0 - Multi Tag Services Support

22 May 15:10

Choose a tag to compare

  • Added support for importing from multiple tag services/repositories
  • package-lock.json is now included in production builds

1.4.8 - Security Update

11 Mar 18:02

Choose a tag to compare

v1.4.8

1.4.8 - Security update

1.4.7 - Webpack compatibility

20 Dec 12:37

Choose a tag to compare

1.4.6 - Style improvements

16 Dec 23:07

Choose a tag to compare

  • Fixed compatibility problems with newer node/npm
  • Improved full-height post page style

v1.4.5 - GitHub Actions

23 Sep 18:31

Choose a tag to compare

  • Added GitHub actions to automate GitHub Releases and Docker container
  • Docker container is now available at ghcr.io/funmaker/hybooru:latest
  • No code changes