Skip to content

Releases: unfoldingWord/dcs

v1.21.13-dcs

26 Sep 00:28
Compare
Choose a tag to compare

Features:

  • topic tags have their own search field
  • Added search builder

Full Changelog: v1.21.12-dcs...v1.21.13-dcs

v1.21.12-dcs

22 Aug 01:07
Compare
Choose a tag to compare
  • Makes it a requirement to login for commit and blame pages.

v1.21.11-dcs

17 Jul 19:52
Compare
Choose a tag to compare

In this release:

  • Upgrades to Gitea v1.21.11
  • Adds links to download USFM of a Aligned Bible on the repo's home page, tag list page, branch list page and release list page

v1.21.10-dcs

15 Apr 10:58
Compare
Choose a tag to compare

Release of Gitea v1.21.10 with DCS Customizations:

See the CHANGELOG for changes.

DCS Fixes:

  • Fixes info icon in explore repo search as it wasn't appearing before.

v1.21.4-dcs

20 Jan 07:53
Compare
Choose a tag to compare

Release of Gitea v1.21.4 with DCS Customizations:

See the CHANGELOG for changes.

DCS Features:

  • Release API endpoints allow for showing only releases that are in the catalog
  • All tags and branches get entries in the door43_metadata table which is shown on a Repo's Metadata page
  • Door43 Metadata is shown in a release response object of the API endpoint
  • Metadata Type is shown on the UI Explore Repo page results
  • "resource" is removed from a Catalog Entry's response in favor of "abbreviation"

v1.21.2-dcs

11 Dec 21:08
Compare
Choose a tag to compare

Release of Gitea v1.21.2 with DCS Customizations:

See the CHANGELOG for changes.

DCS Features:

  • Better converts SB flavors to subjects
  • Adds properties to repo/catalog metadata in API results:
    • Adds flavor type
    • Adds flavor
    • Adds abbreviation
  • Allows searching on the above

v1.21.1-dcs

02 Dec 15:51
Compare
Choose a tag to compare

Release of Gitea v1.21.1 with DCS Customizations:

See the CHANGELOG for [breaking] changes, fixes and new features of v1.21.0 and v1.21.1

DCS Features:

  • New home (about) and tools page
  • New catalog view
  • New logos
  • Info about merge conflicts in PR response object

v1.20.5-dcs

10 Oct 16:29
Compare
Choose a tag to compare

Release of Gitea v1.20.5 with DCS customizations. Upgrades to Gitea v1.20.5. See the CHANGELOG for Gitea changes.

DCS ENHANCEMENTS:

  • Updates the /api/v1/catalog/list/owners to give user objects instead of just the owner's name (BREAKING)
  • Adds back in the CLI command for generating door43metadata (run ./gitea door43metadata --help for more info)
  • Updates/Fixes Catalog Search/List with more information
  • Adds "Spam Users" to the filter of the administration user page
  • Updates explore/repos to have Language and Subject and # Tags

v1.20.4-dcs

01 Oct 10:11
Compare
Choose a tag to compare

Release of Gitea v1.20.4 with DCS customizations. Upgrades to Gitea v1.20.4. See the CHANGELOG for Gitea changes.

Fixes:

  • Puts back release JSON attachments for remote files
  • Removes unneeded code

Features:

  • Adds the /api/v1/languages/langnames.json and /api/v1/languages/langnames_keyed.json endpoints. See the "languages" in the swagger for more details: https://git.door43.org/api/swagger
  • Allows catalog API search endpoint to search for all branches with stage=branch&includeHistory=1
  • Uses Github actions to build docker image for release

v1.20.3-dcs

29 Aug 17:51
Compare
Choose a tag to compare

Release of Gitea v1.20.3 with DCS customizations. Upgrades to Gitea v1.20.3. See the CHANGELOG for Gitea changes.

Bug fix:

  • Fixed books listed in a Scripture Burrito's metadata.
  • UI Explore / Catalog / Org pages were NOT searching by subject (was being ignored).
  • Catalog release badges now appear on repo listing pages
  • Fixes assets in Release property of Catalog Entries so they show in catalog search API results
  • Fixes includeHistory to properly show all releases in catalog search API results
  • Fixes languages, subjects and owners catalog API endpoints so they show data
  • Fixes catalog property of repo API response object to be properly populated