Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #240 from UPC/release-4.0.0
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
alexm authored Apr 13, 2022
2 parents fc6556c + 14c0ad4 commit 4985f15
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to check before build
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@

v4.0.0 / 2022-04-13
===================

## Canvis importants

* Ha canviat la dependència de suds-jarko per suds-community (haureu d'actualitzar la instal·lació local)

## Millores

* Nou paràmetre `mails_sempre_ticket`
* Nou paràmetre `afegir_solicitants_addicionals` indicats al Cc (cal la versió 6 de l'API de GN6)
* Nou paràmetre `no_escriure_sortida`
* Motor de regles amb capçaleres multivaluades
* La guia ràpida en format markdown

## Bugs resolts

* Neteja dels correus citats a Gmail
* Comprovació de literals amb `==`
* Comprovació d'existència de capçalera al motor de regles
* Nom filtre `reply_reobrint` a `settings_sample.py`
* Avís sobre `assertEquals`
* Propaga els errors del bus per evitar crear tiquets nous en lloc d'afegir comentaris o adjunts

v3.1.0 / 2021-07-09
===================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ settings = {
Llicència
---------

Copyright (C) 2015-2020 Universitat Politècnica de Catalunya - UPC BarcelonaTech - www.upc.edu
Copyright (C) 2015-2022 Universitat Politècnica de Catalunya - UPC BarcelonaTech - www.upc.edu

```
This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 4985f15

Please sign in to comment.