Releases: unfoldingWord/dcs
v1.21.13-dcs
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
- Makes it a requirement to login for commit and blame pages.
v1.21.11-dcs
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
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
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
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
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
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
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
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