Skip to content

Commit 892b175

Browse files
authored
v4.8.0 - changelog (#1320)
* updated README, CHANGELOG Signed-off-by: Alexander Piskun <[email protected]> * excluded tests for Python3.10 with `sqlite` Signed-off-by: Alexander Piskun <[email protected]> --------- Signed-off-by: Alexander Piskun <[email protected]>
1 parent 42c2c3b commit 892b175

File tree

5 files changed

+29
-16
lines changed

5 files changed

+29
-16
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
matrix:
1515
python-version: ['3.10', '3.11']
1616
db-type: [postgres, sqlite]
17+
exclude:
18+
- python-version: '3.10'
19+
db-type: 'sqlite'
1720

1821
services:
1922
postgres:

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## [4.8.0] - 2024-03-17
6+
7+
### Added
8+
9+
- App-discover API endpoint for `Nextcloud 29` #1302 #1313
10+
11+
### Changed
12+
13+
- follow-redirects updated from `1.15.5` to `1.15.6` #1315
14+
- jasmine-core updated from `5.1.1` to `5.1.2` #1309
15+
- karma updated from `6.4.2` to `6.4.3` #1310
16+
- karma-webpack updated from `5.0.0` to `5.0.1` #1318
17+
18+
### Fixed
19+
20+
- Broken templates after `django-allauth` update. #1304
21+
- Documentation hosting & building.
22+
523
## [4.7.0] - 2024-02-15
624

725
### Added

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
[![Analysis & Coverage](https://github.com/nextcloud/appstore/actions/workflows/analysis-coverage.yml/badge.svg)](https://github.com/nextcloud/appstore/actions/workflows/analysis-coverage.yml)
44
[![codecov](https://codecov.io/gh/nextcloud/appstore/branch/master/graph/badge.svg?token=ABLI0g5G9q)](https://codecov.io/gh/nextcloud/appstore)
55
[![Documentation Status](https://readthedocs.org/projects/nextcloudappstore/badge/?version=latest)](http://nextcloudappstore.readthedocs.io/en/latest/?badge=latest)
6-
[![Package.json Status](https://david-dm.org/nextcloud/appstore.svg)](https://david-dm.org/nextcloud/appstore)
6+
[![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/nextcloud/appstore)](https://img.shields.io/librariesio/github/nextcloud/appstore)
77

88
![PythonVersion](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)
9-
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/846/badge)](https://bestpractices.coreinfrastructure.org/projects/846)
109
[![License](https://img.shields.io/badge/license-AGPLv3+-blue.svg)](https://www.gnu.org/licenses/agpl-3.0.en.html)
10+
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/846/badge)](https://bestpractices.coreinfrastructure.org/projects/846)
1111

12+
A new app store for Nextcloud apps built with Django. Up and running at [https://apps.nextcloud.com](https://apps.nextcloud.com).
1213

13-
A new app store for Nextcloud apps built with Django. Up and running at [https://apps.nextcloud.com](https://apps.nextcloud.com). We **do not handle Nextcloud integration**. Nextcloud integration is handled in the [Nextcloud Server repository](https://github.com/nextcloud/server).
14+
We **do not handle Nextcloud integration**. Nextcloud integration is handled in the [Nextcloud Server repository](https://github.com/nextcloud/server).
1415

1516
## Documentation
1617
Documentation including setup and API specification is [available on Read the Docs](https://nextcloudappstore.readthedocs.io/en/latest/)
@@ -19,4 +20,6 @@ Documentation including setup and API specification is [available on Read the Do
1920
If you want to help in developing the App Store, translating or filing bugs and feature requests, please consult the [contributing guidelines](https://github.com/nextcloud/appstore/blob/master/CONTRIBUTING.md)
2021

2122
## Security
22-
If you find security issues or bugs please follow the [official security process](https://nextcloud.com/security/). The store does not offer any bug bounties but we hope that you still want to help us to fix its issues :)
23+
If you find security issues or bugs please follow the [official security process](https://nextcloud.com/security/).
24+
25+
The store does not offer any bug bounties but we hope that you still want to help us to fix its issues :)

poetry.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nextcloudappstore"
3-
version = "4.7.0"
3+
version = "4.8.0"
44
description = "App store for Nextcloud apps"
55
authors = ["Alexander Piskun <[email protected]>"]
66

0 commit comments

Comments
 (0)