Skip to content

v26.8.3

Choose a tag to compare

@yangyang8002 yangyang8002 released this 06 Aug 00:18
· 20 commits to master since this release

v26.8.3

Published packages:

  • npm: artplayer-web-api@26.8.3 (global command / npx support via bin)
  • Docker Hub: yangyang8002/artplayer-web-api:26.8.3 + latest

Changes

  • Add bin entry and shebang so npx artplayer-web-api / global install works
  • Remove UTF-8 BOM from server.js (breaks Node when combined with shebang)
  • Add npm publish config (files/engines/repository) and .npmignore, .dockerignore
  • Docs: npm & Docker Hub install guides in README (CN/EN) and DOCKER.md
  • CI: npm publish workflow (npmjs + NPM_TOKEN), Docker Hub push workflow (DOCKERHUB_TOKEN)