From e2cc72fb8d3c61bf1df3c22ef6f40b13c42379bb Mon Sep 17 00:00:00 2001 From: Eric Nantz Date: Fri, 10 May 2024 08:43:51 -0400 Subject: [PATCH] update changelog --- NEWS.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/NEWS.md b/NEWS.md index 3dd2e3a..729682b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,24 @@ +

PodcastIndex Database Dashboard 1.1.0

+ +

Bug Fixes

+ +* Exclude records without an iTunes ID before executing the unique iTunes ID quality check to account for podcasts not submitted to iTunes +* Align dashboard content to the top of each page instead of the middle +* Disable cell word wrap in duplicate group table + +

Enhancements

+ +* Add iTunes ID, content hash, and host to podcast record displays (both duplicate groups and quality checks) +* Display pre-processing notes for each data quality check when viewing the export of failed records +* Move export download link to bottom of the export display table +* Change coloring style of episode count and HTTP status code cells to the tile style instead of the entire cell background +* Display quality check processing time in quality check table +* Add new tab to render changelog + +

Infrastructure

+ +* Source the data quality check export files directly from the versions in object storage which have been processed in the GitHub action script for performing the quality analysis +

PodcastIndex Database Dashboard 1.0.0

This is the initial relaase of the PodcastIndex Dashboard!