Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-20 | 5.8 kB | |
v1.8.4.tar.gz | 2023-07-20 | 23.1 MB | |
v1.8.4.zip | 2023-07-20 | 23.5 MB | |
Totals: 3 Items | 46.6 MB | 1 |
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