Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
2024.3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Mar 14, 2024
1 parent fd56127 commit d4013e2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Here I will outline the changes I've made over time...

### 20240314

- The Leanpub [styles](https://userstyles.world/style/14072/my-personal-leanpub-styles) and scrolling improvements are now part of the browser extension. You can now remove the Stylus userstyle and Tampermonkey userscript if you have them installed.
- Fixed the backgrounds of the icons on the Activity Stream page of Blackboard Ultra.

### 20240313

- Made subheadings in the course content sidebar smaller to differentiate them from the sidebar links
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_chrome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "UoM Enhancements",
// If you update the version here, consider updating CHANGELOG.md
"version": "2024.3.13.0",
"version": "2024.3.14.0",
"description": "A collection of enhancements for the University of Manchester websites",

"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_firefox.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "UoM Enhancements",
// If you update the version here, consider updating CHANGELOG.md
"version": "2024.3.13.0",
"version": "2024.3.14.0",
"description": "A collection of enhancements for the University of Manchester websites",

"browser_specific_settings": {
Expand Down
5 changes: 5 additions & 0 deletions update_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
"version": "2024.3.3.0",
"update_link": "https://github.com/adil192/BlackboardTheme/releases/download/2024.3.3.0/UoM_Enhancements.xpi",
"update_info_url": "https://github.com/adil192/BlackboardTheme/blob/main/CHANGELOG.md"
},
{
"version": "2024.3.13.0",
"update_link": "https://github.com/adil192/BlackboardTheme/releases/download/2024.3.13.0/UoM_Enhancements.xpi",
"update_info_url": "https://github.com/adil192/BlackboardTheme/blob/main/CHANGELOG.md"
}
]
}
Expand Down

0 comments on commit d4013e2

Please sign in to comment.