mirror of
https://github.com/MetaProvide/talked-client.git
synced 2025-04-10 07:27:38 +00:00
Add support for Nextcloud 24 (#21)
This commit is contained in:
parent
add5042e32
commit
fb93ff41d1
2 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## 0.4.0 - 2022-05-19
|
||||
|
||||
### Added
|
||||
|
||||
- Support for Nextcloud 24 (Requires v0.4.0 of Talked server)
|
||||
|
||||
### Removed
|
||||
|
||||
- Support for Nextcloud 21
|
||||
|
||||
## 0.3.0 - 2022-01-05
|
||||
|
||||
### Added
|
||||
|
|
|
@ -65,7 +65,7 @@ To use Talked, simply use the `/recording` command in a chat room. If you don't
|
|||
* `/recording info` - prints the version number of the Talked server.
|
||||
* `/recording help` - prints a help message with the different options.
|
||||
]]></description>
|
||||
<version>0.3.0</version>
|
||||
<version>0.4.0</version>
|
||||
<licence>agpl</licence>
|
||||
<author mail="mw@mwalbeck.org">Magnus Walbeck</author>
|
||||
<namespace>Talked</namespace>
|
||||
|
@ -75,7 +75,7 @@ To use Talked, simply use the `/recording` command in a chat room. If you don't
|
|||
<bugs>https://github.com/MetaProvide/talked-client/issues</bugs>
|
||||
<repository>https://github.com/MetaProvide/talked-client.git</repository>
|
||||
<dependencies>
|
||||
<nextcloud min-version="21" max-version="23"/>
|
||||
<nextcloud min-version="22" max-version="24"/>
|
||||
</dependencies>
|
||||
<commands>
|
||||
<command>OCA\Talked\Command\Record</command>
|
||||
|
|
Loading…
Add table
Reference in a new issue