0.17.0
 - fix: disallow bulk menu for making datasets private (#23)
 - enh: don't show package editing options to users who don't
   have access (#22)
 - ref: removed templates related to data upload via the web
   interface which has been disabled in 0.16.0 (commit bd5461e)
0.16.4
 - fix: typo in run_jobs_dcor_schemas CLI cause OSError
0.16.3
 - fix: handle errors during run_jobs_dcor_schemas CLI operations
0.16.2
 - fix: displaying dataset failed when user not logged-in
0.16.1
 - tests: add authfunction test for collaborators (#10)
 - enh: only allow datasets with at least one valid .rtdc file (#5)
 - tests: use create_with_upload fixture for resource creation
0.16.0
 - fix: disable browser-based uploads (#20)
 - ref: use the original auth function for package_create to
   make things more transparent (even though now the error
   messages are the default ones again)
0.15.13
 - enh: do not allow signing up from gmail addresses (#14)
0.15.12
 - fix: add redis connection
0.15.11
 - fix: prevent enqueueing of same background job twice
0.15.10
 - ref: decomplicate after_create (b/c package_revise now kind of works)
 - tests: remove dcor_depot dependency
0.15.9
 - ref: Implement workaround to support package_revise (see #19)
0.15.8
 - fix: regression where resource supplement data could not be
   written to resource metadata
0.15.7
 - fix: seal auth functions for usage with package_revise
0.15.6
 - fix: prevent removal or addition of resources to active datasets
   via package_revise
0.15.5
 - setup: bump rq to actual supported version
0.15.4
 - enh: add --modified-days argument to CLI run-jobs-dcor-schemas
0.15.3
 - setup: bump rq to >=1.8.0, because we need multiple job dependencies
0.15.2
 - fix: run all background jobs sequentially to avoid race conditions
   with package_revise
 - ref: change background job IDs to "{package_id}_{position}_{task}}"
0.15.1
 - enh: allow resources with .poly and .sof suffix
0.15.0
 - feat: add new "run-jobs-dcor-schemas" CLI command that runs all
   background jobs on all dataset resources
 - enh: increase timeout values for jobs (things might be slower
   if `/data` is a network share)
 - setup: bump dcor_shared from 0.2.9 to 0.2.10
0.14.7
 - setup: bump dclab to 0.35.1
0.14.6
 - fix: remove redunant entry for "chip: comment" in the "experiment"
   section of the supplementary resource metadata schema
0.14.5
 - tests: increase coverage for empty uploads
 - build: bump dcor_shared from 0.2.8 to 0.2.9 (handle small files)
0.14.4
 - fix: allow uploading .ini files to DCOR
0.14.3
 - fix: raise tk.Invalid when the state of a package is set to "active"
   and it does not have any resources
0.14.2
 - enh: add individual resource supplement section for chip information
0.14.1
 - fix: ckanext.dcor_schemas.allow_public_datasets was not parsed
   correctly (string == True instead of boolean)
 - ci: fix codecov
0.14.0
 - feat: add new configuration option to disable public datasets
   "ckanext.dcor_schemas.allow_public_datasets"
0.13.0
 - feat: allow to optionally set a custom licenses_group_url
   in ckan.ini without breaking things
 - fix: setting custom json_resource_schema_dir did not work
 - setup: setup.py test is deprecated
0.12.4
 - tests: implement testing pipeline using vagrant and GH Actions
0.12.3
 - fix: regression where some dataset edit pages could not be accessed
 - fix: "private" key was not parsed correctly in auth.py when updating
   a dataset
 - tests: increase coverage
 - setup: bump dcor_shared from 0.2.0 to 0.2.8
0.12.2
 - fix: regression where a new dataset could not be created via the
   web interface
 - tests: increase coverage
0.12.1
 - fix: browsing to "/dataset" resulted in 500 Internal Error
0.12.0
 - enh: allow users to keep a draft dataset and remove the option
   to upload additional datasets to active datasets within 3h
 - fix: users could create resources in datasets of other users
 - ref: made it more clear what is auth and what is validate
 - tests: increase coverage
0.11.2
 - build: use install_requires instead of requirements.txt
0.11.1
 - ci: migrate to GH Actions
0.11.0
 - enh: add CLI "list-zombie-users" to list users with no datasets
   and no activity for a certain amount of time
0.10.1
 - enh: update supplementary resource schema
0.10.0
 - enh: implement supplementary resource json files (#6)
 - enh: allow to get supported resource suffixes via API
 - fix: TemplateSyntaxError in bulk_process.html
 - fix: use package_revise to avoid concurrency issues with
   background jobs that set resource metadata
 - ref: remove custom form fileds in favor of
   supplementary resource data
0.9.5
 - enh: only create relevant jobs for DC mimetype data
0.9.4
 - fix: permissions issue when patching resources in jobs
0.9.3
 - enh: add a ``job_id`` for all background jobs and put them
   in different queues
 - ref: reworked dataset slug validation (dashes instead of
   underscores)
0.9.2
 - fix: manifest did not include .yml
0.9.1
 - maintenance release
0.9.0
 - initial open-sourced version
