Doccano

Latest version: v1.8.4

Safety actively analyzes 623465 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

1.8.4

What's Changed
* Added Okta Login for newer versions of Doccano by lhr0909 in https://github.com/doccano/doccano/pull/2079
* [Enhancement] Simplify code related to project by Hironsan in https://github.com/doccano/doccano/pull/2093
* Add error handling to social login by Hironsan in https://github.com/doccano/doccano/pull/2094
* Enable to show images after changing port number (docker-compose) by Hironsan in https://github.com/doccano/doccano/pull/2096
* Avoid to read env file if it is not a file by Hironsan in https://github.com/doccano/doccano/pull/2097
* Update the way to import relational dataset by Hironsan in https://github.com/doccano/doccano/pull/2099
* improve Chinese support by SuperMaskv in https://github.com/doccano/doccano/pull/2100
* Update postgres addon in app.json by Hironsan in https://github.com/doccano/doccano/pull/2112
* [Enhancement] Update dependencies by Hironsan in https://github.com/doccano/doccano/pull/2132
* Add SITE_ID to base.py by Hironsan in https://github.com/doccano/doccano/pull/2134
* Upgrade frontend dependencies by Hironsan in https://github.com/doccano/doccano/pull/2135
* Bump terser from 4.8.0 to 4.8.1 in /frontend by dependabot in https://github.com/doccano/doccano/pull/1913
* Bump moment from 2.29.1 to 2.29.4 in /frontend by dependabot in https://github.com/doccano/doccano/pull/1896
* Bump http-cache-semantics from 4.1.0 to 4.1.1 in /frontend by dependabot in https://github.com/doccano/doccano/pull/2126
* Remove user application service by Hironsan in https://github.com/doccano/doccano/pull/2136
* Remove auth application service by Hironsan in https://github.com/doccano/doccano/pull/2138
* Remove role application service by Hironsan in https://github.com/doccano/doccano/pull/2140
* Set default role name by Hironsan in https://github.com/doccano/doccano/pull/2142
* Remove metrics application service by Hironsan in https://github.com/doccano/doccano/pull/2143
* Frontend/remove-application-services by Hironsan in https://github.com/doccano/doccano/pull/2144
* Update install_and_upgrade_doccano.md by armandfardeau in https://github.com/doccano/doccano/pull/2145
* Enhancement/frontend-comment by Hironsan in https://github.com/doccano/doccano/pull/2146
* Remove member application service by Hironsan in https://github.com/doccano/doccano/pull/2147
* Remove config application service by Hironsan in https://github.com/doccano/doccano/pull/2148
* Remove unused tag dto by Hironsan in https://github.com/doccano/doccano/pull/2149
* Remove text classification application service by Hironsan in https://github.com/doccano/doccano/pull/2151
* Add example number to comment list. by AaRaBiNoZa in https://github.com/doccano/doccano/pull/2152
* [Enhancement] frontend by Hironsan in https://github.com/doccano/doccano/pull/2197
* Bump django from 4.1.7 to 4.1.9 in /backend by dependabot in https://github.com/doccano/doccano/pull/2183
* Bump tornado from 6.2 to 6.3.2 in /backend by dependabot in https://github.com/doccano/doccano/pull/2194
* Bump requests from 2.27.1 to 2.31.0 in /backend by dependabot in https://github.com/doccano/doccano/pull/2192
* Bump sqlparse from 0.4.2 to 0.4.4 in /backend by dependabot in https://github.com/doccano/doccano/pull/2178
* [Feature] Enable to edit text by Hironsan in https://github.com/doccano/doccano/pull/2198
* Add fields to project model by Hironsan in https://github.com/doccano/doccano/pull/2199
* Upgrade nuxt version by Hironsan in https://github.com/doccano/doccano/pull/2200
* Enable to sort comments by example by Hironsan in https://github.com/doccano/doccano/pull/2201
* [Enhancement] Support clone project by Hironsan in https://github.com/doccano/doccano/pull/2204
* Add ProjectType as a enumeration type by Hironsan in https://github.com/doccano/doccano/pull/2205
* Allow project members to create label types by Hironsan in https://github.com/doccano/doccano/pull/2207
* Move middleware from layout to page by Hironsan in https://github.com/doccano/doccano/pull/2208
* Remove fetching projects more than once by Hironsan in https://github.com/doccano/doccano/pull/2209
* Fix typo by Hironsan in https://github.com/doccano/doccano/pull/2213
* Update for using cloudstorage by iwsh in https://github.com/doccano/doccano/pull/2214
* Edit doccano docs by sblotner in https://github.com/doccano/doccano/pull/2216
* Fix project store to use Project model by Hironsan in https://github.com/doccano/doccano/pull/2217
* Fix appearance of lists in doccano docs by sblotner in https://github.com/doccano/doccano/pull/2218
* [Enhancement] Support dataset filtering by label name by Hironsan in https://github.com/doccano/doccano/pull/2228
* Bump django from 4.1.9 to 4.1.10 in /backend by dependabot in https://github.com/doccano/doccano/pull/2233
* Bump semver from 5.7.1 to 5.7.2 in /frontend by dependabot in https://github.com/doccano/doccano/pull/2235
* Bump tough-cookie from 4.1.2 to 4.1.3 in /frontend by dependabot in https://github.com/doccano/doccano/pull/2234
* Update pydantic version by Hironsan in https://github.com/doccano/doccano/pull/2246

New Contributors
* lhr0909 made their first contribution in https://github.com/doccano/doccano/pull/2079
* SuperMaskv made their first contribution in https://github.com/doccano/doccano/pull/2100
* armandfardeau made their first contribution in https://github.com/doccano/doccano/pull/2145
* AaRaBiNoZa made their first contribution in https://github.com/doccano/doccano/pull/2152
* iwsh made their first contribution in https://github.com/doccano/doccano/pull/2214
* sblotner made their first contribution in https://github.com/doccano/doccano/pull/2216

**Full Changelog**: https://github.com/doccano/doccano/compare/v1.8.3...v1.8.4

1.8.3

What's Changed
* Enable to set CSRF_TRUSTED_ORIGINS in debug mode by Hironsan in https://github.com/doccano/doccano/pull/2077
* Enable to use shortcut keys for classification by Hironsan in https://github.com/doccano/doccano/pull/2083
* Update cli to avoid ValueError: path must be a filename, not a directory. by Hironsan in https://github.com/doccano/doccano/pull/2089


**Full Changelog**: https://github.com/doccano/doccano/compare/v1.8.2...v1.8.3

1.8.2

What's Changed
* Fix installation issue by Hironsan in https://github.com/doccano/doccano/pull/2068


**Full Changelog**: https://github.com/doccano/doccano/compare/v1.8.1...v1.8.2

1.8.1

What's Changed
* Bump django from 4.0.4 to 4.0.6 in /backend by dependabot in https://github.com/doccano/doccano/pull/1889
* Bump lxml from 4.7.1 to 4.9.1 in /backend by dependabot in https://github.com/doccano/doccano/pull/1892
* Enable to access to admin site on Heroku by Hironsan in https://github.com/doccano/doccano/pull/1907
* Bump django-celery-results from 2.2.0 to 2.4.0 in /backend by dependabot in https://github.com/doccano/doccano/pull/1910
* Upgrade v-annotator by Hironsan in https://github.com/doccano/doccano/pull/1916
* Update mkdocs config by Hironsan in https://github.com/doccano/doccano/pull/1917
* [Refactor] repositories in frontend by Hironsan in https://github.com/doccano/doccano/pull/1919
* Export annotator comment by CaseyZhang11 in https://github.com/doccano/doccano/pull/1897
* [Refactoring] frontend models by Hironsan in https://github.com/doccano/doccano/pull/1926
* fix: install guide not acessible in the documentation website. by abdelhak2406 in https://github.com/doccano/doccano/pull/1927
* Update buster to bullseye by Hironsan in https://github.com/doccano/doccano/pull/1930
* lang: better translation for french by abdelhak2406 in https://github.com/doccano/doccano/pull/1934
* Update RabbitMQ version by Hironsan in https://github.com/doccano/doccano/pull/1936
* docs: add code consistency commands and mention by abdelhak2406 in https://github.com/doccano/doccano/pull/1939
* lang: add new french translation and new variables by abdelhak2406 in https://github.com/doccano/doccano/pull/1938
* Set z-index to the header by Hironsan in https://github.com/doccano/doccano/pull/1942
* Bump django from 4.0.6 to 4.0.7 in /backend by dependabot in https://github.com/doccano/doccano/pull/1947
* Enable to set worker processes by environment variable by Hironsan in https://github.com/doccano/doccano/pull/1953
* Describe the environment variables by Hironsan in https://github.com/doccano/doccano/pull/1954
* Fix the example file content for relation extraction by Hironsan in https://github.com/doccano/doccano/pull/1955
* Update documents by Hironsan in https://github.com/doccano/doccano/pull/1956
* Fix issue with the favicon not displaying by Hironsan in https://github.com/doccano/doccano/pull/1958
* Show status on dataset page by Hironsan in https://github.com/doccano/doccano/pull/1959
* Remove t2.small option due to OOM by Hironsan in https://github.com/doccano/doccano/pull/1963
* [Enhancement] Add Flower to monitor and manage Celery tasks by Hironsan in https://github.com/doccano/doccano/pull/1972
* Add retry setting explicitly to celery tasks by Hironsan in https://github.com/doccano/doccano/pull/1977
* Update poetry version to v1.2.0 by Hironsan in https://github.com/doccano/doccano/pull/1982
* Enable to order projects by created_at, author, name, and project type by Hironsan in https://github.com/doccano/doccano/pull/1985
* Fix nuxt build problem by Hironsan in https://github.com/doccano/doccano/pull/1986
* Add workflow to test installation and commands by Hironsan in https://github.com/doccano/doccano/pull/1988
* Warn if default password is not changed by Hironsan in https://github.com/doccano/doccano/pull/1989
* Update publish-image workflow by Hironsan in https://github.com/doccano/doccano/pull/1991
* [Enhancement] Use pre-build images to avoid building images in docker-compose by Hironsan in https://github.com/doccano/doccano/pull/1992
* Reduce the image size(doccano:backend) by Hironsan in https://github.com/doccano/doccano/pull/1994
* Specify platform on publish-image workflow by Hironsan in https://github.com/doccano/doccano/pull/1995
* Add a test case of auto labeling for nonexistent category by Hironsan in https://github.com/doccano/doccano/pull/1996
* Describe how to use custom rest api by Hironsan in https://github.com/doccano/doccano/pull/1997
* Handle JSONDecodeError on testing auto labeling API by Hironsan in https://github.com/doccano/doccano/pull/1999
* Improve contribution guide by Hironsan in https://github.com/doccano/doccano/pull/2000
* fix typo by bsenst in https://github.com/doccano/doccano/pull/2001
* [Enhancement] setting logging by Hironsan in https://github.com/doccano/doccano/pull/2003
* Update yarn install line by Hironsan in https://github.com/doccano/doccano/pull/2004
* Bump vuetify from 2.6.4 to 2.6.10 in /frontend by dependabot in https://github.com/doccano/doccano/pull/2009
* Bump django from 4.0.7 to 4.0.8 in /backend by dependabot in https://github.com/doccano/doccano/pull/2026
* Update python packages by Hironsan in https://github.com/doccano/doccano/pull/2027
* [Enhancement] order by score by Hironsan in https://github.com/doccano/doccano/pull/2028
* Add user creation API by Hironsan in https://github.com/doccano/doccano/pull/2031
* Make auto labeling working in intent detection by Hironsan in https://github.com/doccano/doccano/pull/2053
* Enable to expand/collapse label types card by Hironsan in https://github.com/doccano/doccano/pull/2054
* Trigger auto labeling automatically by Hironsan in https://github.com/doccano/doccano/pull/2056

New Contributors
* CaseyZhang11 made their first contribution in https://github.com/doccano/doccano/pull/1897
* abdelhak2406 made their first contribution in https://github.com/doccano/doccano/pull/1927
* bsenst made their first contribution in https://github.com/doccano/doccano/pull/2001

**Full Changelog**: https://github.com/doccano/doccano/compare/v1.8.0...v1.8.1

1.8.0

What's Changed

* Add image tasks by Hironsan in https://github.com/doccano/doccano/pull/1899
* Image captioning
* Segmentation
* Object detection
* [Enhancement] documentation by Hironsan in https://github.com/doccano/doccano/pull/1830
* [Refactoring] data import by Hironsan in https://github.com/doccano/doccano/pull/1832
* Fix the position of the toolbar by Hironsan in https://github.com/doccano/doccano/pull/1837
* [Enhancement] Apply prettier to frontend and add it to workflow by Hironsan in https://github.com/doccano/doccano/pull/1839
* Enable to specify the number of thread in windows by Hironsan in https://github.com/doccano/doccano/pull/1842
* [Enhancement] keyboard shortcut by Hironsan in https://github.com/doccano/doccano/pull/1843
* [Enhancement] refactor data import by Hironsan in https://github.com/doccano/doccano/pull/1845
* Bump waitress from 2.1.1 to 2.1.2 in /backend by dependabot in https://github.com/doccano/doccano/pull/1853
* fix de, fr and zh messages by morioka in https://github.com/doccano/doccano/pull/1869
* Fixed 1816 by morioka in https://github.com/doccano/doccano/pull/1866
* update docker-compose: set nginx image name to doccano_nginx:prod by zgfh in https://github.com/doccano/doccano/pull/1894

New Contributors
* morioka made their first contribution in https://github.com/doccano/doccano/pull/1869
* zgfh made their first contribution in https://github.com/doccano/doccano/pull/1894

**Full Changelog**: https://github.com/doccano/doccano/compare/v1.7.0...v1.8.0

1.7.0

What's Changed
* Update LabelingMenu.vue by Hironsan in https://github.com/doccano/doccano/pull/1738
* Replace git:// with https:// by Hironsan in https://github.com/doccano/doccano/pull/1739
* fix: Replace git:// with https:// in yarn.lock by WojciechKusa in https://github.com/doccano/doccano/pull/1742
* Show id in database page by Hironsan in https://github.com/doccano/doccano/pull/1743
* Support workers option, by Hironsan in https://github.com/doccano/doccano/pull/1744
* Bump waitress from 2.0.0 to 2.1.1 in /backend by dependabot in https://github.com/doccano/doccano/pull/1747
* Update minimist version by Hironsan in https://github.com/doccano/doccano/pull/1748
* added encoding format while opening of file by dhirajsuvarna in https://github.com/doccano/doccano/pull/1754
* add confirmed_at field to ExampleStateSerializer by federicopisanu in https://github.com/doccano/doccano/pull/1766
* fix empty export in entity-relationship-labeling by mkmark in https://github.com/doccano/doccano/pull/1764
* Set nounset on Bash scripts (fixes 860) by kuraga in https://github.com/doccano/doccano/pull/1760
* show total progress if collaborative_annotation by mkmark in https://github.com/doccano/doccano/pull/1770
* [Feature] cloud upload by Hironsan in https://github.com/doccano/doccano/pull/1779
* Add tmp_file as a volume by Hironsan in https://github.com/doccano/doccano/pull/1781
* Fix dataset export problem by Hironsan in https://github.com/doccano/doccano/pull/1783
* Enhancement/dataset export by Hironsan in https://github.com/doccano/doccano/pull/1799
* Bump django from 4.0.2 to 4.0.4 in /backend by dependabot in https://github.com/doccano/doccano/pull/1798
* Enhancement/remove unused files by Hironsan in https://github.com/doccano/doccano/pull/1801
* [Enhancement] frontend linter by Hironsan in https://github.com/doccano/doccano/pull/1802
* Add hadolint as a job by Hironsan in https://github.com/doccano/doccano/pull/1803
* [Enhancement] relation import by Hironsan in https://github.com/doccano/doccano/pull/1823
* Fix relation export by Hironsan in https://github.com/doccano/doccano/pull/1826
* [Enhancement] pypi workflow by Hironsan in https://github.com/doccano/doccano/pull/1827

New Contributors
* WojciechKusa made their first contribution in https://github.com/doccano/doccano/pull/1742
* dhirajsuvarna made their first contribution in https://github.com/doccano/doccano/pull/1754
* federicopisanu made their first contribution in https://github.com/doccano/doccano/pull/1766
* mkmark made their first contribution in https://github.com/doccano/doccano/pull/1764

**Full Changelog**: https://github.com/doccano/doccano/compare/v1.6.2...v1.7.0

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.