01acfa3b40
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Источник: https://github.com/nextcloud/spreed/archive/refs/tags/v22.0.12.tar.gz С этого коммита ветка официального Nextcloud Talk отрезана (решение владельца 2026-07-06). Все дальнейшие изменения — только наши; версии релизов: 22.0.12-f7.N.
47 lines
1.6 KiB
Markdown
47 lines
1.6 KiB
Markdown
<!--
|
||
- SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
||
- SPDX-License-Identifier: CC0-1.0
|
||
-->
|
||
# Changelog
|
||
All notable changes to this project will be documented in this file.
|
||
|
||
## 2.0.2 – 2017-11-28
|
||
### Fixed
|
||
- Re-send data channels messages when they could not be sent.
|
||
[#335](https://github.com/nextcloud/spreed/pull/335)
|
||
|
||
## 2.0.1 – 2017-05-22
|
||
### Added
|
||
- Display the connection state in the interface and try to reconnect in case of an issue
|
||
[#317](https://github.com/nextcloud/spreed/pull/317)
|
||
|
||
### Changed
|
||
- Is now more tolerant towards server ping issues
|
||
[#320](https://github.com/nextcloud/spreed/pull/320)
|
||
|
||
### Fixed
|
||
- Fix several issues that caused missing avatars
|
||
[#312](https://github.com/nextcloud/spreed/pull/312)
|
||
[#313](https://github.com/nextcloud/spreed/pull/313)
|
||
- Fix visibility of guest names on light themes
|
||
[#321](https://github.com/nextcloud/spreed/pull/321)
|
||
|
||
## 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)
|
||
|
||
|