1
0
Fork 0
mirror of https://github.com/MetaProvide/talked-client.git synced 2025-04-26 05:07:25 +00:00

Add support for NC25

This commit is contained in:
Magnus Walbeck 2023-02-03 15:49:11 +01:00
parent 2b2bb4d5bf
commit 308da832df
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769
2 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,12 @@
## [Unreleased] ## [Unreleased]
## 0.5.0 - 2023-02-03
### Added
- Support for Nextcloud 25 (Requires v0.5.0 of Talked server)
## 0.4.0 - 2022-05-19 ## 0.4.0 - 2022-05-19
### Added ### Added

View file

@ -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 info` - prints the version number of the Talked server.
* `/recording help` - prints a help message with the different options. * `/recording help` - prints a help message with the different options.
]]></description> ]]></description>
<version>0.4.0</version> <version>0.5.0</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="mw@mwalbeck.org">Magnus Walbeck</author> <author mail="mw@mwalbeck.org">Magnus Walbeck</author>
<namespace>Talked</namespace> <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> <bugs>https://github.com/MetaProvide/talked-client/issues</bugs>
<repository>https://github.com/MetaProvide/talked-client.git</repository> <repository>https://github.com/MetaProvide/talked-client.git</repository>
<dependencies> <dependencies>
<nextcloud min-version="22" max-version="24"/> <nextcloud min-version="22" max-version="25"/>
</dependencies> </dependencies>
<commands> <commands>
<command>OCA\Talked\Command\Record</command> <command>OCA\Talked\Command\Record</command>