Merge branch 'master' into inode-bug-fix

This commit is contained in:
Jason Axley 2025-12-03 11:43:54 -08:00 committed by GitHub
commit d6fed92b11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
87 changed files with 4539 additions and 751 deletions

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "2.29.0",
"version": "2.31.0",
"buildNumber": 1,
"description": "Self-hosted audiobook and podcast server",
"main": "index.js",
@ -11,6 +11,7 @@
"client": "cd client && npm ci && npm run generate",
"prod": "npm run client && npm ci && node index.js",
"build-win": "npm run client && pkg -t node20-win-x64 -o ./dist/win/audiobookshelf -C GZip .",
"build-win-no-compress": "npm run client && pkg -t node20-win-x64 -o ./dist/win/audiobookshelf .",
"build-linux": "build/linuxpackager",
"docker": "docker buildx build --platform linux/amd64,linux/arm64 --push . -t advplyr/audiobookshelf",
"docker-amd64-local": "docker buildx build --platform linux/amd64 --load . -t advplyr/audiobookshelf-amd64-local",