diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a55b909f2..e63b5c477b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ --> # Changelog +## 12.0.0-beta.2 + +### Fixed + +- Report a locked file as 423, not 500 by @timar in [#6064](https://github.com/nextcloud/richdocuments/pull/6064) +- Pass language to Collabora file conversions by @xhon-pelushi in [#6038](https://github.com/nextcloud/richdocuments/pull/6038) +- Include ooxml types in form filling by @elzody in [#6029](https://github.com/nextcloud/richdocuments/pull/6029) +- Avoid extra file write by @elzody in [#5971](https://github.com/nextcloud/richdocuments/pull/5971) + +### Other + +- Move language tag logic to backend by @elzody in [#6053](https://github.com/nextcloud/richdocuments/pull/6053) +- Pin workflows to stable35 by @elzody in [#6056](https://github.com/nextcloud/richdocuments/pull/6056) +- Skip nightly collabora tests by @elzody in [#6030](https://github.com/nextcloud/richdocuments/pull/6030) +- Hide extra fonts instructions when built-in CODE selected by @xhon-pelushi in [#6001](https://github.com/nextcloud/richdocuments/pull/6001) +- Use only nightly collabora image by @elzody in [#5894](https://github.com/nextcloud/richdocuments/pull/5894) +- Trigger direct editing Save As via postMessage by @elzody in [#5982](https://github.com/nextcloud/richdocuments/pull/5982) +- Dependency updates + ## 12.0.0-beta.1 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 5bd7f69ba1..97311f20d5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -11,7 +11,7 @@ - 12.0.0-beta.1 + 12.0.0-beta.2 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package-lock.json b/package-lock.json index 599ef31a67..98ef07eec0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "richdocuments", - "version": "12.0.0-beta.1", + "version": "12.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "richdocuments", - "version": "12.0.0-beta.1", + "version": "12.0.0-beta.2", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.6.0", diff --git a/package.json b/package.json index e485c16318..de0e2a17fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "12.0.0-beta.1", + "version": "12.0.0-beta.2", "authors": [ { "name": "Julius Härtl",