diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cb649..c940bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Here I will outline the changes I've made over time... +### 20240229 + +- Set a max size for the captions so they don't take up the whole screen +- Added a subtle border around the video progress bar so it's easier to see how far through the video you are +- Styled the video captions settings dialog +- Fixed the Duo authentication prompt being too large on mobile +- Set the active navbar item on Blackboard Ultra to purple + ### 20240227 - Fixed video buttons having the wrong icons diff --git a/src/manifest_chrome.jsonc b/src/manifest_chrome.jsonc index 4b9b293..bdeb6c4 100644 --- a/src/manifest_chrome.jsonc +++ b/src/manifest_chrome.jsonc @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "UoM Enhancements", // If you update the version here, consider updating CHANGELOG.md - "version": "2024.2.27.1", + "version": "2024.2.29.0", "description": "A collection of enhancements for the University of Manchester websites", "content_scripts": [ diff --git a/src/manifest_firefox.jsonc b/src/manifest_firefox.jsonc index 6ad355e..75099d6 100644 --- a/src/manifest_firefox.jsonc +++ b/src/manifest_firefox.jsonc @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "UoM Enhancements", // If you update the version here, consider updating CHANGELOG.md - "version": "2024.2.27.1", + "version": "2024.2.29.0", "description": "A collection of enhancements for the University of Manchester websites", "browser_specific_settings": {