Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-09-23 10:21:07 +0300
committerJulius Härtl <jus@bitgrid.net>2022-09-23 15:35:45 +0300
commit5a97b306ed6f65f810e8d17e59cb082b72acc27b (patch)
treef490f66b054f6ec53e4be643be12974b88ed8690
parenta1273b766c060371eaf86e9d7340ae692d78bfc0 (diff)
Bump version to 7.0.0-beta.2v7.0.0-beta.2
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 16 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 23fc4d3f..98c805fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+
+## 7.0.0-beta.2
+
+### Added
+
+- Add local editing button to Nextcloud Office @Raudius [#2456](https://github.com/nextcloud/richdocuments/pull/2428)
+- Open PDF files by default when PDF viewer is disabled @Raudius [#2457](https://github.com/nextcloud/richdocuments/pull/2456)
+
+### Fixed
+
+- Always show the close button @juliushaertl [#2451](https://github.com/nextcloud/richdocuments/pull/2451)
+- Migrate to BEM and scoped SCSS @ChristophWurst [#2432](https://github.com/nextcloud/richdocuments/pull/2432)
+
## 7.0.0-beta.1
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5a157fe7..a299b7ee 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
- <version>7.0.0-beta.1</version>
+ <version>7.0.0-beta.2</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package-lock.json b/package-lock.json
index 1fae4813..80daec35 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "richdocuments",
- "version": "7.0.0-beta.1",
+ "version": "7.0.0-beta.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 8ae0e258..93f18e42 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "7.0.0-beta.1",
+ "version": "7.0.0-beta.2",
"authors": [
{
"name": "Julius Härtl",