Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarco <marcoambrosini@pm.me>2020-10-23 11:46:53 +0300
committerGitHub <noreply@github.com>2020-10-23 11:46:53 +0300
commit6af75b39d80e94f9d6900b4489b647526cabc7e9 (patch)
treea87c7399b01670b03fafa2fa222591e5ae71a94c
parent2987997b4d54d84331674f55ca8bcce0a1925c62 (diff)
parent03a36ad5c71daa0d156ce0b3b89ad5b033e3d066 (diff)
Merge pull request #4447 from nextcloud/backport/4444/stable18v8.0.12
[stable18] Add changelog for 8.0.12
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a675c1b39..b662d9c27 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 8.0.12 – 2020-10-23
+### Fixed
+- Remove pulse animation from call button to reduce CPU load in chrome-based browsers
+ [#4303](https://github.com/nextcloud/spreed/pull/4303)
+- Fix minimum length calculation of the call token
+ [#4371](https://github.com/nextcloud/spreed/pull/4371)
+- Fix duplicate session issue in files sidebar
+ [#4428](https://github.com/nextcloud/spreed/pull/4428)
+
## 8.0.11 – 2020-09-17
### Fixed
- Internet Explorer 11 unable to load the interface
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 307b12716..92b442fc2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
]]></description>
- <version>8.0.11</version>
+ <version>8.0.12</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 183c76a45..0656fe64d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.11",
+ "version": "8.0.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fa022b7b3..b07a250a2 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.11",
+ "version": "8.0.12",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,