This commit is contained in:
Yohan Boniface 2023-07-22 09:15:21 +02:00
parent bd339db397
commit a9d612bf6c
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# Changelog # Changelog
## 1.4.4 - 2023-07-22
- fix tooltip anchor unstable (cf #1224)
- add a timeout in ajax proxy default view (cf #1222)
- allow non ascii chars in variables (cf #1221)
- add missing DB migration for label changes
## 1.4.3 - 2023-07-20 ## 1.4.3 - 2023-07-20
- fix issue introduced in 1.4.2 where trying to read a non existent gzip - fix issue introduced in 1.4.2 where trying to read a non existent gzip

View file

@ -1 +1 @@
VERSION = "1.4.3" VERSION = "1.4.4"