From 8e8f8fd04e7d3cf93cebef60085e78bdce0ae74a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 1 Aug 2023 12:59:39 +0200 Subject: [PATCH] chore(release): Bump version to 8.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 10 +++ appinfo/info.xml | 2 +- package.json | 164 +++++++++++++++++++++++------------------------ 3 files changed, 93 insertions(+), 83 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937a51c1d6..7bec1c27e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 8.1.1 + +### Fixed + +- Fix document target picker and add slide support [#3067](https://github.com/nextcloud/richdocuments/pull/3067) +- Accept alternative MIME type for OpenType fonts [#3038](https://github.com/nextcloud/richdocuments/pull/3038) +- fix(Wopi): Mark sensitive parameter as such [#3076](https://github.com/nextcloud/richdocuments/pull/3076) +- fix: Create empty files from template if available [#3065](https://github.com/nextcloud/richdocuments/pull/3065) +- fix: Catch and skip errors for adjusting the files view when the file is not present in the list [#3012](https://github.com/nextcloud/richdocuments/pull/3012) + ## 8.1.0 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 043821f94e..73c18d66bd 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.1.0 + 8.1.1 agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk diff --git a/package.json b/package.json index e8c65e3f8b..c6b8a72334 100644 --- a/package.json +++ b/package.json @@ -1,84 +1,84 @@ { - "name": "richdocuments", - "description": "Collabora online integration", - "version": "8.1.0", - "authors": [ - { - "name": "Julius Härtl", - "email": "jus@bitgrid.net", - "role": "Developer" - } - ], - "license": "AGPL-3.0-or-later", - "private": true, - "scripts": { - "build": "NODE_ENV=production webpack --progress --config webpack.js", - "dev": "NODE_ENV=development webpack --progress --config webpack.js", - "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", - "lint": "eslint --ext .js,.vue src", - "lint:fix": "eslint --ext .js,.vue src --fix", - "lint:cypress": "eslint --ext .js cypress", - "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css css/*.scss", - "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css css/*.scss --fix", - "test": "NODE_ENV=test jest --passWithNoTests", - "test:coverage": "NODE_ENV=test jest --coverage" - }, - "dependencies": { - "@nextcloud/auth": "^2.0.0", - "@nextcloud/axios": "^2.3.0", - "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/dialogs": "^4.0.1", - "@nextcloud/event-bus": "^3.0.2", - "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^2.1.0", - "@nextcloud/moment": "^1.2.1", - "@nextcloud/router": "^2.1.1", - "@nextcloud/vue": "^7.11.4", - "vue": "^2.7.14", - "vue-material-design-icons": "^5.2.0" - }, - "browserslist": [ - "extends @nextcloud/browserslist-config" - ], - "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" - }, - "devDependencies": { - "@cypress/browserify-preprocessor": "^3.0.2", - "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/cypress": "^1.0.0-beta.2", - "@nextcloud/eslint-config": "^8.2.1", - "@nextcloud/stylelint-config": "^2.3.0", - "@nextcloud/webpack-vue-config": "^5.5.1", - "babel-loader-exclude-node-modules-except": "^1.2.1", - "cypress": "^12.12.0", - "eslint-plugin-cypress": "^2.13.3", - "ts-loader": "^9.4.2", - "typescript": "^4.9.5" - }, - "jest": { - "verbose": true, - "testEnvironment": "jest-environment-jsdom-fourteen", - "moduleFileExtensions": [ - "js", - "vue" - ], - "moduleNameMapper": { - "^@/(.*)$": "/src/$1" - }, - "testPathIgnorePatterns": [ - "/src/tests/fixtures/", - "/build" - ], - "transform": { - "^.+\\.js$": "/node_modules/babel-jest", - ".*\\.(vue)$": "/node_modules/vue-jest" - }, - "snapshotSerializers": [ - "/node_modules/jest-serializer-vue" - ], - "globalSetup": "/src/tests/setup.js" - } + "name": "richdocuments", + "description": "Collabora online integration", + "version": "8.1.1", + "authors": [ + { + "name": "Julius Härtl", + "email": "jus@bitgrid.net", + "role": "Developer" + } + ], + "license": "AGPL-3.0-or-later", + "private": true, + "scripts": { + "build": "NODE_ENV=production webpack --progress --config webpack.js", + "dev": "NODE_ENV=development webpack --progress --config webpack.js", + "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", + "lint": "eslint --ext .js,.vue src", + "lint:fix": "eslint --ext .js,.vue src --fix", + "lint:cypress": "eslint --ext .js cypress", + "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css css/*.scss", + "stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css css/*.scss --fix", + "test": "NODE_ENV=test jest --passWithNoTests", + "test:coverage": "NODE_ENV=test jest --coverage" + }, + "dependencies": { + "@nextcloud/auth": "^2.0.0", + "@nextcloud/axios": "^2.3.0", + "@nextcloud/capabilities": "^1.0.4", + "@nextcloud/dialogs": "^4.0.1", + "@nextcloud/event-bus": "^3.0.2", + "@nextcloud/initial-state": "^2.0.0", + "@nextcloud/l10n": "^2.1.0", + "@nextcloud/moment": "^1.2.1", + "@nextcloud/router": "^2.1.1", + "@nextcloud/vue": "^7.11.4", + "vue": "^2.7.14", + "vue-material-design-icons": "^5.2.0" + }, + "browserslist": [ + "extends @nextcloud/browserslist-config" + ], + "engines": { + "node": "^16.0.0", + "npm": "^7.0.0 || ^8.0.0" + }, + "devDependencies": { + "@cypress/browserify-preprocessor": "^3.0.2", + "@nextcloud/babel-config": "^1.0.0", + "@nextcloud/browserslist-config": "^2.3.0", + "@nextcloud/cypress": "^1.0.0-beta.2", + "@nextcloud/eslint-config": "^8.2.1", + "@nextcloud/stylelint-config": "^2.3.0", + "@nextcloud/webpack-vue-config": "^5.5.1", + "babel-loader-exclude-node-modules-except": "^1.2.1", + "cypress": "^12.12.0", + "eslint-plugin-cypress": "^2.13.3", + "ts-loader": "^9.4.2", + "typescript": "^4.9.5" + }, + "jest": { + "verbose": true, + "testEnvironment": "jest-environment-jsdom-fourteen", + "moduleFileExtensions": [ + "js", + "vue" + ], + "moduleNameMapper": { + "^@/(.*)$": "/src/$1" + }, + "testPathIgnorePatterns": [ + "/src/tests/fixtures/", + "/build" + ], + "transform": { + "^.+\\.js$": "/node_modules/babel-jest", + ".*\\.(vue)$": "/node_modules/vue-jest" + }, + "snapshotSerializers": [ + "/node_modules/jest-serializer-vue" + ], + "globalSetup": "/src/tests/setup.js" + } } \ No newline at end of file