Skip to content

Commit

Permalink
Merge pull request #345 from adangel:gnome-shell-44
Browse files Browse the repository at this point in the history
Add Gnome Shell 44 support #345
  • Loading branch information
adangel committed Mar 27, 2023
2 parents 9379983 + a3c4495 commit a7864c3
Show file tree
Hide file tree
Showing 6 changed files with 397 additions and 1,547 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js 12.x
uses: actions/setup-node@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16
cache: 'npm'
- name: Install gettext, intltool and jq
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
- run: npm ci
- run: npm run lint
- run: make zip-file
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: EasyScreenCast
path: EasyScreenCast_*.zip
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# next

**🚀 Implemented enhancements:**

* [#345](https://github.com/EasyScreenCast/EasyScreenCast/pull/345): Add Gnome Shell 44 support ([@adangel](https://github.com/adangel))

**🎉 Merged pull requests:**

* [#342](https://github.com/EasyScreenCast/EasyScreenCast/pull/342): Make link to web page for Easy Screen Cast more specific ([@ElijahLynn](https://github.com/ElijahLynn))
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"40",
"41",
"42",
"43"
"43",
"44"
],
"uuid": "EasyScreenCast@iacopodeenosee.gmail.com",
"gettext-domain": "EasyScreenCast@iacopodeenosee.gmail.com",
Expand Down
Loading

0 comments on commit a7864c3

Please sign in to comment.