diff --git a/.woodpecker.yml b/.woodpecker.yml index 71adb98..a0b8ad2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c14d21..2258b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)