Merge branch 'develop' into translations
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
gitea-sonarqube-bot OK
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-06 06:49:23 +01:00
commit 66a1c1eecb
2 changed files with 10 additions and 2 deletions

View file

@ -5,14 +5,14 @@ pipeline:
- make dep
when:
event: [tag, push, pull_request]
branch: [master, develop, feature/*]
branch: [master, develop, feature/*, translations]
build:
image: gitnet.fr/deblan/devenv
commands:
- make build
when:
branch: [master, develop, feature/*]
branch: [master, develop, feature/*, translations]
event: [push, pull_request]
code_quality:

View file

@ -1,5 +1,13 @@
## [Unreleased]
## Added
* add dependency check (ci)
* add code quality check (ci)
* add translations (thanks to gallegonovato)
## Fixed
* fix missing img alt (settings image)
* fix code quality alerts
## 3.4.1
## Added
* add translations (thanks to zonorti, jorisvandijk, jak2k)