Releases: funmaker/Hybooru
Releases · funmaker/Hybooru
1.9.0 - Flash and blurhash
1.8.0 - Notes, Overlays and Random
- Added support for notes (#31)
- Added
Randombutton 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
fullflag for/api/tagsendpoint, 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
hashfield inPostandPostSummary
1.7.1 - Tag siblings conflict fix
- Fixed import crashing on multi-service tag sibling conflict (#23)
1.7.0 - Version Checking
- Added version check
- Added docs for
/api/regendb - Removed CSRF tokens
- Fixed import crashing on tag collisions
1.6.0 - File Domains Support
- Added support for choosing file services (#18)
- Added support for filtering services by ids
- Added
tags.printLoopsconfig option to print tag relationships loops - Added
tags.searchSummaryconfig option to control how many tags appear on side menu when searching posts - Added
postsconfig 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
- Added support for importing from multiple tag services/repositories
- package-lock.json is now included in production builds
1.4.8 - Security Update
v1.4.8 1.4.8 - Security update
1.4.7 - Webpack compatibility
1.4.6 - Style improvements
- Fixed compatibility problems with newer node/npm
- Improved full-height post page style
v1.4.5 - GitHub Actions
- Added GitHub actions to automate GitHub Releases and Docker container
- Docker container is now available at
ghcr.io/funmaker/hybooru:latest - No code changes