Skip to content

Commit

Permalink
Merge pull request #281 from Leleat/gnome-45
Browse files Browse the repository at this point in the history
Port to Gnome Shell 45
  • Loading branch information
Leleat authored Sep 17, 2023
2 parents 42435bf + 7fd82a5 commit 4598a5e
Show file tree
Hide file tree
Showing 26 changed files with 1,000 additions and 890 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest"
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"array-bracket-newline": [
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Here is a table showing the GNOME Shell releases and the latest extension versio

| GNOME Shell | Tiling Assistant |
|:-------------:|:-----------:|
| 43 | 39 |
| 45 | 44 |
| 44 | 43 |
| 43 | 43 |
| 42 | 36 |
| 41 | 32 |
| 40 | 32 |
Expand Down
Loading

0 comments on commit 4598a5e

Please sign in to comment.