Skip to content

Commit

Permalink
Merge branch 'uzl'
Browse files Browse the repository at this point in the history
  • Loading branch information
YorikHansen committed Sep 6, 2024
2 parents 084d278 + 3dbe610 commit 319be25
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 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.40.0"
".": "1.40.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.40.1](https://github.com/YorikHansen/better-moodle/compare/1.40.0...1.40.1) (2024-09-06)


### Bug Fixes

* **settings:** fix settings buttons not being clickable partially ([04f537a](https://github.com/YorikHansen/better-moodle/commit/04f537a4533909870d57b9cd3f7c1573c28fb11a))


## [1.40.0](https://github.com/YorikHansen/better-moodle/compare/1.39.2...1.40.0) (2024-08-29)

### 1-Year Anniversary of Better-Moodle 🎉
Expand Down
2 changes: 1 addition & 1 deletion 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.40.0",
"version": "1.40.1",
"packageManager": "yarn@4.4.1",
"type": "module",
"private": true,
Expand Down
3 changes: 2 additions & 1 deletion redesign.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name 🎓️ CAU: better-moodle
// @namespace https://better-moodle.yorik.dev
// @ x-release-please-start-version
// @version 1.40.0
// @version 1.40.1
// @ x-release-please-end
// @author Jan (jxn_30), Yorik (YorikHansen)
// @description Improves Moodle by cool features and design improvements.
Expand Down Expand Up @@ -8076,6 +8076,7 @@ ready(() => {
top: 5%;
left: 5%;
object-fit: contain;
pointer-events: none;
}
@media (prefers-contrast: more) {
Expand Down

0 comments on commit 319be25

Please sign in to comment.