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:
authorIvan Sein <ivan@struktur.de>2017-05-02 14:49:05 +0300
committerGitHub <noreply@github.com>2017-05-02 14:49:05 +0300
commitf7ca1781bcb0f0a1abb0e1e3f0cab163c1ef1ae3 (patch)
treebcb6d9bc20242ed98c63236c64a1cb1fe59cb7a0
parent3a43d05487cdbdedfeb03eb87052ef35ceb1ca18 (diff)
parentd61078a0af809a45b268b5366558a5cf98c3edba (diff)
Merge pull request #307 from nextcloud/appstorev2.0.0
Fix uploading to the app store and increase version
-rw-r--r--CHANGELOG.md44
-rw-r--r--appinfo/info.xml14
-rw-r--r--docs/spreed-call.pngbin0 -> 902139 bytes
-rw-r--r--docs/spreed-contacts-menu.pngbin0 -> 24584 bytes
-rw-r--r--docs/spreed-screensharing.pngbin0 -> 370847 bytes
5 files changed, 54 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000..7e43cac57
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,44 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+## 2.0.0 – 2017-05-02
+### Added
+ - Screensharing is now supported in Chrome 42+ (requires an extension) and Firefox 52+
+ [#227](https://github.com/nextcloud/spreed/pull/227)
+ - Integration in the new Nextcloud 12 contacts menu
+ [#300](https://github.com/nextcloud/spreed/pull/300)
+
+### Changed
+ - URLs are now short random strings instead of iteratible numbers
+ [#258](https://github.com/nextcloud/spreed/pull/258)
+ - Logged-in users can now join public rooms
+ [#296](https://github.com/nextcloud/spreed/pull/296)
+
+### Fixed
+ - Fix error when response of TURN and STUN server arrive in the wrong order
+ [#295](https://github.com/nextcloud/spreed/pull/295)
+
+## 1.2.0 – 2017-01-18
+### Added
+ - Translations for multiple languages now available
+ [#177](https://github.com/nextcloud/spreed/pull/177)
+ - Open call-search when user has no calls
+ [#111](https://github.com/nextcloud/spreed/pull/111)
+ - Disable video by default, when more then 5 people are in a room
+
+### Changed
+ - TURN settings can only be changed by admins now
+ [#185](https://github.com/nextcloud/spreed/pull/185)
+ - App can not be restricted to groups anymore to prevent issues with public rooms
+ [#201](https://github.com/nextcloud/spreed/pull/201)
+
+### Fixed
+ - Allow to connect via Firefox without a camera
+ [#160](https://github.com/nextcloud/spreed/pull/160)
+ - Leaving the current room does not refresh the full page anymore
+ [#163](https://github.com/nextcloud/spreed/pull/163)
+ - "Undefined index" log entry when visiting admin page
+ [#151](https://github.com/nextcloud/spreed/pull/151)
+ [#57](https://github.com/nextcloud/spreed/pull/57)
+
+
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 655e9395a..3f830ff6b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -13,7 +13,6 @@
And in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):
* 💬 [Chat integration](https://github.com/nextcloud/spreed/issues/35)
-
* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds
**Known issues:**
@@ -34,10 +33,17 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<category>multimedia</category>
<category>social</category>
- <screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-in-action.png</screenshot>
- <screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/inviting-people.png</screenshot>
- <version>1.2.1</version>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-call.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-screensharing.png</screenshot>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/spreed-contacts-menu.png</screenshot>
+
+ <website>https://github.com/nextcloud/spreed</website>
+ <bugs>https://github.com/nextcloud/spreed/issues</bugs>
+ <repository type="git">https://github.com/nextcloud/spreed.git</repository>
+
+ <version>2.0.0</version>
+
<dependencies>
<nextcloud min-version="12" max-version="12" />
</dependencies>
diff --git a/docs/spreed-call.png b/docs/spreed-call.png
new file mode 100644
index 000000000..f8bd63a7d
--- /dev/null
+++ b/docs/spreed-call.png
Binary files differ
diff --git a/docs/spreed-contacts-menu.png b/docs/spreed-contacts-menu.png
new file mode 100644
index 000000000..f404db871
--- /dev/null
+++ b/docs/spreed-contacts-menu.png
Binary files differ
diff --git a/docs/spreed-screensharing.png b/docs/spreed-screensharing.png
new file mode 100644
index 000000000..0bb4210cb
--- /dev/null
+++ b/docs/spreed-screensharing.png
Binary files differ