Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 1.6 KB

#0.6.0-alpha

##Features Add

  • InfoScanner for scanning missing information (name, name_cn, duration) and auto fill those information from bangumi.tv, note that the name_cn is not always filled.

##Bug fix

  • rollback session when db connection lost

NOTE: this release require use to update their config.yml.

#0.4.0-alpha

##Features Add

  • Add a CLI command to download bangumi cover image

##Breaking Changes

  • Now, all client bangumi image will use bangumi.cover to get the cover image. if your see a broken image, using tools.py --cover to download missing bangumi cover.

#0.3.0-alpha

##Features Add

  • New API:

    • on_air which list all bangumi currently on air,
    • bangumi_detail which get an bangumi detail, this api is the same api of admin bangumi detail but without admin permission
    • list_bangumi which is almost the same with admin api list bangumi
  • Docker support

##Other changes

  • default auto generated thumbnail is set to 00:00:01.000 frame

#0.2.0-alpha

##Features Add

  • Home api for end user
  • Episodes api for managing episodes
  • Alembic SQLAlchemy migrate tool for migrate database
  • Vagrant support for a quickly deployment with Vagrant
  • Episode thumbnail generation
  • Bangumi cover now will downloaded to local server

##Breaking Changes

  • get bangumi api now return all episodes of this bangumi. access it with episodes field
  • init db using sql script is not recommended, using tools.py to init db.
  • ffmpeg is now a dependency to generate thumbnail for episode
  • server.py now only used in development, when deploying in production, use twistd -n web --port 5000 --wsgi appd.app