|
1 | | -# Changelog |
2 | 1 |
|
3 | | -## 0.3.0 |
| 2 | + 1.0.0 / 2020-04-01 |
| 3 | +============= |
| 4 | + * Clean up and refactor code |
4 | 5 |
|
5 | | -- Added simple commands - `cld upload` instead of `cld uploader upload` |
6 | | -- Cloudinary config `--from_url` option |
| 6 | +0.4.2 / 2020-03-23 |
| 7 | +============= |
| 8 | + |
| 9 | +New functionality and features |
| 10 | +------------------------------ |
| 11 | + |
| 12 | + * Add folder: prefix to Search API query in sync |
| 13 | + * Add Python installation information |
| 14 | + * Disable Windows color formatting |
| 15 | + |
| 16 | +Other Changes |
| 17 | +------------- |
| 18 | + |
| 19 | + * Update help and README |
| 20 | + * Fix sync pull |
| 21 | + * Fix populating templates with config |
| 22 | + * Remove specific dependency versions in requirements.txt |
| 23 | + * Remove some details and add links to the CLI documentation. |
| 24 | + * Update configuration via `os.environ.update` and `cloudinary.reset_config` |
| 25 | + * Improve PEP 8 compliance |
| 26 | + * Hotfix for pycloudinary 1.18.1 incompatibility |
| 27 | + * Update README and usage of various commands |
| 28 | + |
| 29 | +0.3.0 / 2019-09-09 |
| 30 | +=================== |
| 31 | + |
| 32 | +New functionality and features |
| 33 | +------------------------------ |
| 34 | + |
| 35 | + * Add simple commands - `cld upload` instead of `cld uploader upload` |
| 36 | + * Improve PEP8 compliance |
| 37 | + * Fix csv generation |
| 38 | + * Add `--from_url` option for config |
| 39 | + * Add simple commands |
| 40 | + * Clean up file structure - move non-core modules to a new folder |
| 41 | + * Add csv report functionality for Search API |
| 42 | + * Add support of multi-threading |
| 43 | + * Add `--save` for saving outputs |
| 44 | + * Add `sync` command |
| 45 | + * Add `migrate`, `auto-paginate` for admin api |
| 46 | + * Fix `-A` for search API |
| 47 | + * Add additional configuration feature |
| 48 | + * Add `auto-paginate` + `filter fields` option for Admin API |
| 49 | + * Migrate ls method into search |
| 50 | + * Add additional functionality |
| 51 | + * Add formatting |
| 52 | + * Add doc flags |
| 53 | + * Add filter fields |
| 54 | + * Add custom templates |
| 55 | + * Add User Agent |
| 56 | + * Add video player |
| 57 | + * Update template directory |
| 58 | + * Initial commit |
| 59 | + |
| 60 | + |
| 61 | +Other Changes |
| 62 | +------------- |
| 63 | + |
| 64 | + * Include pycloudinary version in user agent |
| 65 | + * Rename media library widget |
0 commit comments