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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-02-11 13:15:19 +0300
committerGitHub <noreply@github.com>2020-02-11 13:15:19 +0300
commit9a16455d1476a369cd9126f262541c567c5f2666 (patch)
tree786b4c1fb519a00ee82a6ae367c2aee217858c4f
parentd49d83925445b3d8b78d4309fbdb90049904ca84 (diff)
parentf97dd5c297e1e1fb2c6820430583f1984df70b99 (diff)
Merge pull request #2940 from nextcloud/backport/2939/stable18v8.0.4
[stable18] Update changelog for 8.0.4
-rw-r--r--CHANGELOG.md4
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e758d757..a76f83cf7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## 8.0.4 – 2020-02-11
+### Added
+- Readd fullscreen option for the interface with f as a shortcut
+ [#2937](https://github.com/nextcloud/spreed/pull/2937)
+
### Fixed
- Fix Files sidebar integration, public share page and video verification
[#2935](https://github.com/nextcloud/spreed/pull/2935)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b5eebb101..af16e868d 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.3</version>
+ <version>8.0.4</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 7e519ccb8..6bc5d6414 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.3",
+ "version": "8.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 286c5a106..4f9f70bbd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.3",
+ "version": "8.0.4",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,