mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
Add support for NC 26.0.3
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
6657adbd76
commit
4fd410ee04
14
changelog.md
14
changelog.md
@ -1,6 +1,18 @@
|
||||
# NextcloudPi Changelog
|
||||
|
||||
## [v1.52.0](https://github.com/nextcloud/nextcloudpi/tree/v1.51.3) (2023-05-01) Add support for Nextcloud 26.0.1
|
||||
## [v1.52.1](https://github.com/nextcloud/nextcloudpi/tree/v1.52.1) (2023-07-17) Add support for Nextcloud 26.0.3
|
||||
|
||||
### Changes
|
||||
|
||||
- Adds support for NC 26.0.3
|
||||
- Add ZFS support for the data directory (#1767)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix bug in ncp-backup (#1791)
|
||||
- Fix missing configuration field for nc-backup-auto (#1787)
|
||||
|
||||
## [v1.52.0](https://github.com/nextcloud/nextcloudpi/tree/v1.52.0) (2023-05-01) Add support for Nextcloud 26.0.1
|
||||
|
||||
### Changes
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
{
|
||||
"id": "VER",
|
||||
"name": "Version",
|
||||
"value": "26.0.1"
|
||||
"value": "26.0.3"
|
||||
},
|
||||
{
|
||||
"id": "MAXFILESIZE",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"nextcloud_version": "26.0.1",
|
||||
"nextcloud_version": "26.0.3",
|
||||
"php_version": "8.1",
|
||||
"release": "bullseye"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user