From e934dd90db3b7faebb78cccdd0f6aa9594c96bbf Mon Sep 17 00:00:00 2001 From: Daniel Molares Date: Wed, 7 Aug 2024 13:56:59 -0400 Subject: [PATCH 1/4] Added changelog file to track version changes better --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..de098ed9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Change Log + +## [Unreleased] + +## [3.5.0] - + +### General + +- Added TableNotEmpty rule and UFIXIT issue form to track tables with no content (Thank you, @AlanFCMV) +- Increased maximum file upload size allowed, from 1mb to 10mb (Thank you, @taheralfayad) +- Changed the description of 'ParagraphNotUsedAsHeader' rule to be less ambiguous since UDOIT has flagged this issue incorrectly before (Thank you, @taheralfayad) +- Updated some outdated dependencies (Thank you, @dmols) +- Previously, the browser console would relay the data captured in the course, on initial scan. The console log has been removed since, to allow for more data security (Thank you, @dmols) +- Allow UDOIT to accept modern file types to be uploaded, such as those with extensions pptx, xlsx, docx (Thank you @taheralfayad) + +### Bugfixes + +- Fixed issue where more than one resolved issue in the UFIXIT modal can remain. Before, the modal would only show the most recent one resolved. (Thank you, @ssciolla) +- Fixed case where navigating through issues on UFIXIT modal would be difficult or impossible when one is marked as fixed, since the modal will jump back to the resolved one. (Thank you, @ssciolla) +- Fixed issue where adding a Youtube API key to your .env file would not make UDOIT automatically consider issues revolving youtube captioning. This was resolved by allowing a 'Full Course Rescan' option in the dropdown menu of the UDOIT welcome screen (Thank you, @taheralfayad) From 3687fc1f5aeb00eb4f7228f0be00d4b7d801ff3a Mon Sep 17 00:00:00 2001 From: Daniel Molares Date: Thu, 19 Sep 2024 18:15:33 -0400 Subject: [PATCH 2/4] Added link to former releases and blurb about updating this file --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de098ed9..91a800d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # Change Log +Please update this file as you open PRs and make changes to the codebase. Thank you! ## [Unreleased] -## [3.5.0] - +## [3.5.0] ### General - Added TableNotEmpty rule and UFIXIT issue form to track tables with no content (Thank you, @AlanFCMV) - Increased maximum file upload size allowed, from 1mb to 10mb (Thank you, @taheralfayad) - Changed the description of 'ParagraphNotUsedAsHeader' rule to be less ambiguous since UDOIT has flagged this issue incorrectly before (Thank you, @taheralfayad) -- Updated some outdated dependencies (Thank you, @dmols) +- Updated outdated dependencies (Thank you, @dmols) - Previously, the browser console would relay the data captured in the course, on initial scan. The console log has been removed since, to allow for more data security (Thank you, @dmols) - Allow UDOIT to accept modern file types to be uploaded, such as those with extensions pptx, xlsx, docx (Thank you @taheralfayad) @@ -18,3 +19,6 @@ - Fixed issue where more than one resolved issue in the UFIXIT modal can remain. Before, the modal would only show the most recent one resolved. (Thank you, @ssciolla) - Fixed case where navigating through issues on UFIXIT modal would be difficult or impossible when one is marked as fixed, since the modal will jump back to the resolved one. (Thank you, @ssciolla) - Fixed issue where adding a Youtube API key to your .env file would not make UDOIT automatically consider issues revolving youtube captioning. This was resolved by allowing a 'Full Course Rescan' option in the dropdown menu of the UDOIT welcome screen (Thank you, @taheralfayad) + +## Previous Releases +For the time being, please refer to [this page](https://github.com/ucfopen/UDOIT/releases) to view the changes made to previous UDOIT releases. From ad79b15823cbe7c520adcd64226b46ef95240c91 Mon Sep 17 00:00:00 2001 From: Daniel Molares Date: Mon, 23 Sep 2024 17:51:50 -0400 Subject: [PATCH 3/4] Added links to contributors' github profiles --- CHANGELOG.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a800d3..19966803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,19 @@ Please update this file as you open PRs and make changes to the codebase. Thank ### General -- Added TableNotEmpty rule and UFIXIT issue form to track tables with no content (Thank you, @AlanFCMV) -- Increased maximum file upload size allowed, from 1mb to 10mb (Thank you, @taheralfayad) -- Changed the description of 'ParagraphNotUsedAsHeader' rule to be less ambiguous since UDOIT has flagged this issue incorrectly before (Thank you, @taheralfayad) -- Updated outdated dependencies (Thank you, @dmols) -- Previously, the browser console would relay the data captured in the course, on initial scan. The console log has been removed since, to allow for more data security (Thank you, @dmols) -- Allow UDOIT to accept modern file types to be uploaded, such as those with extensions pptx, xlsx, docx (Thank you @taheralfayad) +- Added TableNotEmpty rule and UFIXIT issue form to track tables with no content (Thank you, (@AlanFCMV)[https://github.com/alanfcmv]) +- Increased maximum file upload size allowed, from 1mb to 10mb (Thank you, (@taheralfayad)[https://github.com/taheralfayad]) +- Changed the description of 'ParagraphNotUsedAsHeader' rule to be less ambiguous since UDOIT has flagged this issue incorrectly before (Thank you, (@taheralfayad)[https://github.com/taheralfayad]) +- Updated outdated dependencies (Thank you, (@dmols)[https://github.com/dmols]) +- Previously, the browser console would relay the data captured in the course, on initial scan. The console log has been removed since, to allow for more data security (Thank you, (@dmols)[https://github.com/dmols]) +- Allow UDOIT to accept modern file types to be uploaded, such as those with extensions pptx, xlsx, docx (Thank you, (@taheralfayad)[https://github.com/taheralfayad]) +- Added a CHANGELOG file to keep better track of the codebase changes (Thank you, (@dmols)[https://github.com/dmols]) ### Bugfixes -- Fixed issue where more than one resolved issue in the UFIXIT modal can remain. Before, the modal would only show the most recent one resolved. (Thank you, @ssciolla) -- Fixed case where navigating through issues on UFIXIT modal would be difficult or impossible when one is marked as fixed, since the modal will jump back to the resolved one. (Thank you, @ssciolla) -- Fixed issue where adding a Youtube API key to your .env file would not make UDOIT automatically consider issues revolving youtube captioning. This was resolved by allowing a 'Full Course Rescan' option in the dropdown menu of the UDOIT welcome screen (Thank you, @taheralfayad) +- Fixed issue where more than one resolved issue in the UFIXIT modal can remain. Before, the modal would only show the most recent one resolved. (Thank you, (@ssciolla), [https://github.com/ssciolla]) +- Fixed case where navigating through issues on UFIXIT modal would be difficult or impossible when one is marked as fixed, since the modal will jump back to the resolved one. (Thank you, (@ssciolla)[https://github.com/ssciolla]) +- Fixed issue where adding a Youtube API key to your .env file would not make UDOIT automatically consider issues revolving youtube captioning. This was resolved by allowing a 'Full Course Rescan' option in the dropdown menu of the UDOIT welcome screen (Thank you, (@taheralfayad)[https://github.com/taheralfayad]) ## Previous Releases For the time being, please refer to [this page](https://github.com/ucfopen/UDOIT/releases) to view the changes made to previous UDOIT releases. From 16accfcbfdca7ea99d83f9ba7fbe07c0cf430deb Mon Sep 17 00:00:00 2001 From: Daniel Molares Date: Mon, 23 Sep 2024 17:59:12 -0400 Subject: [PATCH 4/4] Fixed incorrect markdown syntax --- CHANGELOG.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19966803..16608fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,19 +7,19 @@ Please update this file as you open PRs and make changes to the codebase. Thank ### General -- Added TableNotEmpty rule and UFIXIT issue form to track tables with no content (Thank you, (@AlanFCMV)[https://github.com/alanfcmv]) -- Increased maximum file upload size allowed, from 1mb to 10mb (Thank you, (@taheralfayad)[https://github.com/taheralfayad]) -- Changed the description of 'ParagraphNotUsedAsHeader' rule to be less ambiguous since UDOIT has flagged this issue incorrectly before (Thank you, (@taheralfayad)[https://github.com/taheralfayad]) -- Updated outdated dependencies (Thank you, (@dmols)[https://github.com/dmols]) -- Previously, the browser console would relay the data captured in the course, on initial scan. The console log has been removed since, to allow for more data security (Thank you, (@dmols)[https://github.com/dmols]) -- Allow UDOIT to accept modern file types to be uploaded, such as those with extensions pptx, xlsx, docx (Thank you, (@taheralfayad)[https://github.com/taheralfayad]) -- Added a CHANGELOG file to keep better track of the codebase changes (Thank you, (@dmols)[https://github.com/dmols]) +- Added TableNotEmpty rule and UFIXIT issue form to track tables with no content (Thank you, [@AlanFCMV](https://github.com/alanfcmv)) +- Increased maximum file upload size allowed, from 1mb to 10mb (Thank you, [@taheralfayad](https://github.com/taheralfayad)) +- Changed the description of 'ParagraphNotUsedAsHeader' rule to be less ambiguous since UDOIT has flagged this issue incorrectly before (Thank you, [@taheralfayad](https://github.com/taheralfayad)) +- Updated outdated dependencies (Thank you, [@dmols](https://github.com/dmols)) +- Previously, the browser console would relay the data captured in the course, on initial scan. The console log has been removed since, to allow for more data security (Thank you, [@dmols](https://github.com/dmols)) +- Allow UDOIT to accept modern file types to be uploaded, such as those with extensions pptx, xlsx, docx (Thank you, [@taheralfayad](https://github.com/taheralfayad)) +- Added a CHANGELOG file to keep better track of the codebase changes (Thank you, [@dmols](https://github.com/dmols)) ### Bugfixes -- Fixed issue where more than one resolved issue in the UFIXIT modal can remain. Before, the modal would only show the most recent one resolved. (Thank you, (@ssciolla), [https://github.com/ssciolla]) -- Fixed case where navigating through issues on UFIXIT modal would be difficult or impossible when one is marked as fixed, since the modal will jump back to the resolved one. (Thank you, (@ssciolla)[https://github.com/ssciolla]) -- Fixed issue where adding a Youtube API key to your .env file would not make UDOIT automatically consider issues revolving youtube captioning. This was resolved by allowing a 'Full Course Rescan' option in the dropdown menu of the UDOIT welcome screen (Thank you, (@taheralfayad)[https://github.com/taheralfayad]) +- Fixed issue where more than one resolved issue in the UFIXIT modal can remain. Before, the modal would only show the most recent one resolved. (Thank you, [@ssciolla](https://github.com/ssciolla)) +- Fixed case where navigating through issues on UFIXIT modal would be difficult or impossible when one is marked as fixed, since the modal will jump back to the resolved one. (Thank you, [@ssciolla](https://github.com/ssciolla)) +- Fixed issue where adding a Youtube API key to your .env file would not make UDOIT automatically consider issues revolving youtube captioning. This was resolved by allowing a 'Full Course Rescan' option in the dropdown menu of the UDOIT welcome screen (Thank you, [@taheralfayad](https://github.com/taheralfayad)) ## Previous Releases For the time being, please refer to [this page](https://github.com/ucfopen/UDOIT/releases) to view the changes made to previous UDOIT releases.