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

github.com/nextcloud/deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-03-10 11:54:13 +0300
committerGitHub <noreply@github.com>2022-03-10 11:54:13 +0300
commit4e14dfb15f98717d13272e52694c80a51b4ae72f (patch)
tree85f187a1c53f17f332eba9f43795bfe889421e89
parent37b88d0afcadad84ed3182a5f0b33a07b6c4876a (diff)
parent84fe5bd9ef082bc9417c57e00dcb6f368244f0d5 (diff)
Merge pull request #3628 from nextcloud/release/1.4.8v1.4.8
Release 1.4.8
-rw-r--r--.github/workflows/integration.yml2
-rw-r--r--.github/workflows/phpunit.yml2
-rw-r--r--.github/workflows/static-analysis.yml2
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
6 files changed, 15 insertions, 5 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index 95169806..f4263a5a 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -19,7 +19,7 @@ jobs:
matrix:
php-versions: ['7.4']
databases: ['sqlite', 'mysql', 'pgsql']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml
index 8d27d468..06a9c56c 100644
--- a/.github/workflows/phpunit.yml
+++ b/.github/workflows/phpunit.yml
@@ -20,7 +20,7 @@ jobs:
matrix:
php-versions: ['7.3', '7.4']
databases: ['sqlite', 'mysql', 'pgsql']
- server-versions: ['master']
+ server-versions: ['stable21']
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml
index 0c073ef9..500061c7 100644
--- a/.github/workflows/static-analysis.yml
+++ b/.github/workflows/static-analysis.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable21' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc9ef456..b735ce05 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.4.8
+
+### Fixed
+
+- Fix cursor generation if no results are found [#3461](https://api.github.com/repos/nextcloud/deck/pulls/3461)
+- Allow to download an attachment without navigating to the files app [#3442](https://api.github.com/repos/nextcloud/deck/pulls/3442)
+- Exclude deleted boards in the selection for target [#3525](https://api.github.com/repos/nextcloud/deck/pulls/3525)
+- Make insert attachment buttom easy to click [#3616](https://api.github.com/repos/nextcloud/deck/pulls/3616)
+- Fix confusion between stackId and boardId in StackService [#3545](https://api.github.com/repos/nextcloud/deck/pulls/3545)
+
## 1.4.7
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ddfbf049..fb38c6b8 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
- <version>1.4.7</version>
+ <version>1.4.8</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
diff --git a/package.json b/package.json
index bb65ad29..e97400d1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
- "version": "1.4.7",
+ "version": "1.4.8",
"authors": [
{
"name": "Julius Härtl",