Skip to content

Commit

Permalink
1.9.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
funmaker committed Oct 9, 2023
1 parent 811c037 commit c48b4bb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

# Unreleased


# v1.9.0

- Added Flash support via Ruffle (https://github.com/funmaker/Hybooru/issues/34)
- Added blurhash support
- Added Hydrus version check
Expand Down
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 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.9.0-dev",
"version": "1.9.0",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
Expand Down Expand Up @@ -84,6 +84,7 @@
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"babel-loader": "^8.2.2",
"blurhash": "^1.1.1",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^7.23.0",
Expand Down

0 comments on commit c48b4bb

Please sign in to comment.