Skip to content

Commit

Permalink
1.6.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
funmaker committed Dec 11, 2022
1 parent f162b91 commit 44d78bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
tags:
- 'v*'
workflow_dispatch: []

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
tags:
- 'v*'
workflow_dispatch: []

jobs:
build:
Expand Down
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.6.0

- Added support for choosing file services (https://github.com/funmaker/Hybooru/issues/18)
- Added support for filtering services by ids
- Added `tags.printLoops` config option to print tag relationships loops
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.6.0-dev",
"version": "1.6.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
Expand Down

0 comments on commit 44d78bf

Please sign in to comment.