Skip to content

Commit

Permalink
1.12.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
funmaker committed Aug 23, 2024
1 parent bfdde42 commit 46a9880
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

# Unreleased


# v1.12.0

- Updated for Hydrus v586 (https://github.com/funmaker/Hybooru/issues/45)
- Added rating.service config that can accept either id number or string name of the rating service
- Deprecated rating.serviceName in favor of rating.service
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ possible)**
- OpenGraph and OpenSearch
- Supports browsers without JS

Minimum Hydrus Version: **v559**
Minimum Hydrus Version: **v586**

Keep in mind this project is not a standalone, fully-fledged booru, but rather a read-only interface to your Hydrus database.
It does not provide any way to manage your posts or tags. The only way to add/modify your data is to do these
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hybooru",
"description": "Hydrus-based booru-styled imageboard in React",
"version": "1.12.0-dev",
"version": "1.12.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
Expand Down

0 comments on commit 46a9880

Please sign in to comment.