diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76e52d1b87..50e9abf4fe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,6 @@ on: branches: - "master" - "hotfix/**" - - 'feature/remove-AntaresWebWorker' jobs: binary: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fb6cfc95f8..478a11ea49 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -11,13 +11,14 @@ v2.17.1 (2024-05-29) * **ui-utils:** add overload signatures for validateNumber function in validationUtils [`#2029`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2029) * **desktop**: update Antares Web Desktop version [`#2036`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2036) * **ui:** add studies "archive" tag [`#2043`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2043) -* **ui:** prevent `CreateVariantDialog` fields overflow [`#2044`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2043) ### Bug Fixes * **import:** allow import for users that are reader only [`#2032`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2032) * **scenario-builder:** handle missing objects in Scenario Builder configuration [`#2038`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2038) +* **variant-command:** correct behavior of area creation command when the `input/thermal/areas.ini` file has missing sections [`#2042`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2042) +* **ui:** prevent `CreateVariantDialog` fields overflow [`#2044`](https://github.com/AntaresSimulatorTeam/AntaREST/pull/2044) ### Refactoring