Skip to content

Commit

Permalink
Merge branch 'uzl'
Browse files Browse the repository at this point in the history
  • Loading branch information
YorikHansen committed Jul 24, 2024
2 parents 9ca597d + de6e0d6 commit 7e36254
Show file tree
Hide file tree
Showing 5 changed files with 1,808 additions and 163 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.38.2"
".": "1.39.0"
}
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.39.0](https://github.com/YorikHansen/better-moodle/compare/1.38.4...1.39.0) (2024-07-24)


### Features

* **prideLogo:** Add setting to rotate the pride flag on the logo ([#271](https://github.com/jxn-30/better-moodle/issues/271)) by @YorikHansen ([50eca0f](https://github.com/YorikHansen/better-moodle/commit/50eca0f0f0a04a3d054006c6229cd08a6dc4a385))
* **weatherDisplay:** Add a weather display to moodle ([#194](https://github.com/jxn-30/better-moodle/issues/194)) by @YorikHansen ([73bfaf9](https://github.com/YorikHansen/better-moodle/commit/73bfaf9b412d3daf063cd00af10eefc94cc37c24))


### Bug Fixes

* **sidebar:** Fix usertour modal being hidden ([#274](https://github.com/jxn-30/better-moodle/issues/274)) by @YorikHansen ([7514e4c](https://github.com/YorikHansen/better-moodle/commit/7514e4c9e1ad37d7991dc7858e0786e068f7dfa5))

## [1.38.4](https://github.com/YorikHansen/better-moodle/compare/1.38.3...1.38.4) (2024-07-01)


Expand Down Expand Up @@ -52,7 +65,7 @@
## [1.37.2](https://github.com/YorikHansen/better-moodle/compare/1.37.1...1.37.2) (2024-06-14)


### Bug Fixes
### Fix

* **prideLogo:** Use linear-gradients instead of svgs [#212](https://github.com/jxn-30/better-moodle/issues/212) ([#217](https://github.com/jxn-30/better-moodle/issues/217)) ([c35eadf](https://github.com/YorikHansen/better-moodle/commit/c35eadf4fa221b285985e9505df083a877befeb1))

Expand All @@ -66,7 +79,7 @@
## [1.37.0](https://github.com/YorikHansen/better-moodle/compare/1.36.0...1.37.0) (2024-06-09)


### Bug Fixes
### Fix

* **expandedPrideLogo:** Adds more customization options to the moodle logo ([#208](https://github.com/jxn-30/better-moodle/issues/208)) ([bcd37f5](https://github.com/YorikHansen/better-moodle/commit/bcd37f52aed3402c5c7d59208c2695549f94c4b7))

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uzl-better-moodle",
"description": "Improves the new weird Moodle 4 UI on UzL-Moodle",
"version": "1.38.2",
"version": "1.39.0",
"packageManager": "yarn@4.3.1",
"type": "module",
"private": true,
Expand All @@ -10,15 +10,15 @@
"prettier:write": "prettier --write --cache --cache-strategy content ."
},
"devDependencies": {
"@eslint/js": "9.5.0",
"@types/eslint": "8.56.10",
"@eslint/js": "9.7.0",
"@types/eslint": "9.6.0",
"@types/tampermonkey": "5.0.3",
"darkreader": "4.9.86",
"eslint": "9.5.0",
"darkreader": "4.9.87",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-userscripts": "0.5.3",
"globals": "15.7.0",
"prettier": "3.3.2",
"globals": "15.8.0",
"prettier": "3.3.3",
"userscript-meta": "1.0.1"
}
}
Loading

0 comments on commit 7e36254

Please sign in to comment.