Skip to content

Commit

Permalink
Prepare release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Apr 9, 2022
1 parent 91a090a commit 3839791
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@

**🎉 Merged pull requests:**

**🐛 Fixed bugs:**

**Full Changelog**: <https://github.com/EasyScreenCast/EasyScreenCast/compare/1.6.1...HEAD>

# v1.6.1 (43) (2022-04-09)

**🎉 Merged pull requests:**

* [#329](https://github.com/EasyScreenCast/EasyScreenCast/pull/329): Remove global object instances ([@adangel](https://github.com/adangel))

**🐛 Fixed bugs:**

* [#327](https://github.com/EasyScreenCast/EasyScreenCast/issues/327): Remove package.json from extension zip
* [#328](https://github.com/EasyScreenCast/EasyScreenCast/issues/328): Avoid creating objects in global scope

**Full Changelog**: <https://github.com/EasyScreenCast/EasyScreenCast/compare/1.6.0...HEAD>
**Full Changelog**: <https://github.com/EasyScreenCast/EasyScreenCast/compare/1.6.0...1.6.1>

# v1.6.0 (42) (2022-04-07)

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"settings-schema": "org.gnome.shell.extensions.EasyScreenCast",
"url": "https://github.com/EasyScreenCast/EasyScreenCast",
"name": "EasyScreenCast",
"version": "42",
"version": "43",
"description": "This extension simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording.\n\nSOURCE CODE -> https://github.com/EasyScreenCast/EasyScreenCast\n\nVIDEO -> https://youtu.be/81E9AruraKU\n\n**NOTICE**\nif an error occurs during the update is recommended to reload GNOME Shell (Alt + F2, 'r') and reload the extension's installation page."
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyscreencast",
"version": "1.6.0",
"version": "1.6.1",
"description": "EasyScreenCast simplifies the use of the video recording function integrated in gnome shell, allows quickly to change the various settings of the desktop recording. Copyright (C) 2013-16 Borsato Ivano. - [Web Page](http://iacopodeenosee.wordpress.com/) - [GNOME Shell Extensions Page](https://extensions.gnome.org/extension/690/easyscreencast/) - [Video](https://youtu.be/81E9AruraKU)",
"main": "convenience.js",
"scripts": {
Expand Down

0 comments on commit 3839791

Please sign in to comment.