Releases: unfoldingWord/dcs
v1.14.7-dcs
Fixes for TSV formatting
v1.14.6a-dcs HOTFIX
Just a few fixes for TSV display feature
v1.14.6-dcs
Release of Gitea v1.14.6 with DCS Customizations:
Bug Fixes:
- Fixed bug with TSV files not rendering right due to delimiter being incorrectly detected as comma
Features
- Renders the Notes column of TN TSV files as HTML from Markdown
- File view is now expandable
See https://github.com/go-gitea/gitea/releases/tag/v1.14.6 for bug fixes in this release
v1.14.5-dcs
Gitea v1.14.5 with DCS Customizations
See https://github.com/go-gitea/gitea/releases/tag/v1.14.5 for bug fixes in this release
v1.14.4b-dcs REVERT
Reverts part of the repo response API object that was taken out in 1.14.4a so that a call for a single repo does populate the catalog object.
v1.14.4a-dcs HOTFIX
Hot fix for DCS to make API searches and results faster
v1.14.4-dcs
Gitea v1.14.4 with DCS Customizations
See change log for Gitea v1.14.4: https://github.com/go-gitea/gitea/releases/tag/v1.14.4
v1.14.3-dcs
Release of Gitea v1.14.3 with DCS Customizations
DCS Features/Enhancements for v1.14.3-dcs:
- Fixes to Catalog Next
- Adds notification events for fork, migrate, rename and transfer repo (notifications are not to notify users, but for the Door43Metdata module to be told when these events take place so we can do something, like update the database table, which we do)
- Repos without a manifest.yaml file will obtain their language name from the repo name if it is the format
<lang>_<resource>
and the<lang>
is a valid language from td.door43.org
Also see bug fixes from upstream Gitea release:
https://github.com/go-gitea/gitea/releases/tag/v1.14.3
v1.13.8-dcs
Fixes for Catalog Next and a few fixes from upstream Gitea
v1.13.7-dcs
Release of Gitea v1.13.7 with DCS Customizations
DCS Features/Enhancements for v1.13.7-dcs:
- Determines a repo's language even if doesn't have a manifest.yaml file that validates by using the first part of a repo's name before the first
_
(underscore) and checks if valid with our tD language list. Uses this for both the repo's language returned in the repo API endpoint as well as the list of languages an org has in the org API endpoint. - Determines a repo's subject even if it doesn't have a manifest.yaml file that validates by using the second part of the repo's name after the first
_
(underscore) and checks if it is valid resource ID. Uses this for the repo's subject returned in the repo API endpoint.
Also see bug fixes from upstream Gitea release:
https://github.com/go-gitea/gitea/releases/tag/v1.13.7