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 - make dep
when: when:
event: [tag, push, pull_request] event: [tag, push, pull_request]
branch: [master, develop, feature/*] branch: [master, develop, feature/*, translations]
build: build:
image: gitnet.fr/deblan/devenv image: gitnet.fr/deblan/devenv
commands: commands:
- make build - make build
when: when:
branch: [master, develop, feature/*] branch: [master, develop, feature/*, translations]
event: [push, pull_request] event: [push, pull_request]
code_quality: code_quality:

View file

@ -1,5 +1,13 @@
## [Unreleased] ## [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 ## 3.4.1
## Added ## Added
* add translations (thanks to zonorti, jorisvandijk, jak2k) * add translations (thanks to zonorti, jorisvandijk, jak2k)