Skip to content

Releases: unfoldingWord/dcs

v1.14.7-dcs

13 Aug 18:18
Compare
Choose a tag to compare

Fixes for TSV formatting

v1.14.6a-dcs HOTFIX

06 Aug 16:00
Compare
Choose a tag to compare

Just a few fixes for TSV display feature

v1.14.6-dcs

29 Jul 07:19
Compare
Choose a tag to compare

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

19 Jul 19:04
Compare
Choose a tag to compare

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

09 Jul 23:06
Compare
Choose a tag to compare

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

07 Jul 23:38
Compare
Choose a tag to compare

Hot fix for DCS to make API searches and results faster

v1.14.4-dcs

07 Jul 12:53
Compare
Choose a tag to compare

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

05 Jul 15:15
Compare
Choose a tag to compare

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

04 May 12:00
Compare
Choose a tag to compare

Fixes for Catalog Next and a few fixes from upstream Gitea

v1.13.7-dcs

08 Apr 19:12
Compare
Choose a tag to compare

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