Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
Julien Veyssier 2023-01-29 22:59:04 +01:00
Родитель 14944c0b63
Коммит a21430a770
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4141FEE162030638
3 изменённых файлов: 12 добавлений и 3 удалений

2
.github/workflows/release.yml поставляемый
Просмотреть файл

@ -23,7 +23,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
extensions: mbstring, intl, sqlite3
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug

Просмотреть файл

@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## 1.0.15 – 2023-01-29
### Changed
- show more notifications (team_mention, author, manual)
### Fixed
- speedup issue and repo search (by a lot)
- fix pagination in GitHub API requests
- reaction button width
## 1.0.14 – 2022-12-13
### Changed
- use @nextcloud/vue 7.2.0

Просмотреть файл

@ -6,7 +6,7 @@
<description><![CDATA[GitHub integration provides a dashboard widget displaying your most important notifications
and a unified search provider for repositories, issues and pull requests. It also provides a link reference provider
to render links to issues, pull requests and comments in Talk and Text.]]></description>
<version>1.0.14</version>
<version>1.0.15</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Github</namespace>
@ -19,7 +19,7 @@
<bugs>https://github.com/nextcloud/integration_github/issues</bugs>
<screenshot>https://github.com/nextcloud/integration_github/raw/main/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="26" max-version="26"/>
<nextcloud min-version="25" max-version="26"/>
</dependencies>
<settings>
<admin>OCA\Github\Settings\Admin</admin>