Skip to content

Releases: ViiSiX/ImageButler

0.0.4

13 Dec 09:25

Choose a tag to compare

0.0.4 (Dec 13th, 2017)

  • Hot fix #26 and #28
  • Added option to config max image file size

0.0.3

10 Dec 11:44
037a28d

Choose a tag to compare

0.0.3 (Dec 10th, 2017)

  • Integrating with tox and travis
  • Add unit tests for imagebutler.utils module
  • API for add, modify, delete image (0.0.3rc3)
  • API for listing all the user's images (0.0.3rc3)
  • Add thumbnail column to Image table (0.0.3rc3)

0.0.3rc0

24 Nov 04:04
0590057

Choose a tag to compare

  • Added test skeleton
  • Add API for delete Image #5
  • Add POST method API that allows changing Image's description #4
  • Add API for getting all images #2
  • Change method for upload new image at /api/v0/image from POST to PUT #11

0.0.2

12 Nov 19:22
8ff8cb7

Choose a tag to compare

History

0.0.2 (Nov 13th, 2017)

  • Support for problem with MySQL/MariaDB and utf8_bin collation
  • Update API for adding image description
  • Update document
  • Add Flask-Cors
  • Include init.d script for Debian

0.0.1 (Nov 11th, 2017)

  • 0.0.1b1: Update document to display in pypi
  • 0.0.1b0: Include document to the package
  • Create, select, update user via command
  • REST API to upload files
  • Serving image via URLs