From 46a9880822a7e359b0a55a13b08eae716bddd487 Mon Sep 17 00:00:00 2001 From: Fun Maker Date: Sat, 24 Aug 2024 00:37:11 +0200 Subject: [PATCH] 1.12.0 Release --- CHANGELOG.md | 3 +++ README.md | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 605c7d2..2d674ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 2a75aa7..507c00e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 8ea3df0..a3ceae7 100644 --- a/package.json +++ b/package.json @@ -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"