Skip to content

Commit

Permalink
1.7.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
funmaker committed Dec 20, 2022
1 parent 798507f commit a9eae38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
- Research if VACUUMing has any value
- search md5/sha


# Unreleased


# v1.7.0

- Added version check
- Added docs for `/api/regendb`
- Removed CSRF tokens
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ Hybooru's config is stored in `configs.json` file in the project's root director
| rating.enabled | boolean | `true` | Enables or disables rating import. |
| rating.stars | number | `5` | Number of stars used in rating. |
| rating.serviceName | string or null | `null` | Name of the numerical rating service name. Set to null to pick any service. |
| versionCheck | object or null | _see below_ | Options related to version checking. Set null to disable. |
| versionCheck.enabled | boolean | `true` | Enables or disables version checking. |
| versionCheck.owner | string | `funmaker` | GitHub handle of the repo owner. Do not change unless you know what you are doing. |
| versionCheck.repo | string | `hybooru` | GitHub handle of the repo name. Do not change unless you know what you are doing. |
| versionCheck.cacheLifeMs | number | `3600000` (1 hour) | Lifetime of versions cache. GitHub API is rate-limited, fo not change unless you know what you are doing. |

## Development

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.7.0-dev",
"version": "1.7.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
Expand Down

0 comments on commit a9eae38

Please sign in to comment.