2019-02-04 13:43:29 +01:00
> This file contains all changes that have not been released yet.
2019-07-05 10:05:02 +02:00
>
> Keep in mind the changelog is addressed to **users** and should be
> understandable by them.
2019-02-04 13:43:29 +01:00
### Enhancements
2022-10-19 18:43:48 +02:00
2022-10-07 11:23:32 +02:00
> Users must be able to say: “Nice enhancement, I'm eager to test it”
2023-12-21 17:39:39 +01:00
2024-01-03 17:34:12 +01:00
- [Settings/Logs] Use GitHub issue form with pre-filled fields when reporting a bug [#7142 ](https://github.com/vatesfr/xen-orchestra/issues/7142 ) (PR [#7274 ](https://github.com/vatesfr/xen-orchestra/pull/7274 ))
2022-11-30 11:18:33 +01:00
### Bug fixes
> Users must be able to say: “I had this issue, happy to know it's fixed”
2024-01-03 10:50:42 +01:00
- [Proxies] Fix `this.getObject` is not a function during deployment
2024-01-03 18:11:34 +01:00
- [Settings/Logs] Fix `sr.getAllUnhealthyVdiChainsLength: not enough permissions` error with non-admin users (PR [#7265 ](https://github.com/vatesfr/xen-orchestra/pull/7265 ))
2024-01-04 11:05:53 +01:00
- [Settings/Logs] Fix `proxy.getAll: not enough permissions` error with non-admin users (PR [#7249 ](https://github.com/vatesfr/xen-orchestra/pull/7249 ))
2024-01-03 10:50:42 +01:00
2020-06-08 10:54:42 +02:00
### Packages to release
2019-02-04 13:43:29 +01:00
2022-05-24 11:01:05 +02:00
> When modifying a package, add it here with its release type.
2019-07-05 10:05:02 +02:00
>
2022-12-08 17:04:25 +01:00
> The format is the following: `- $packageName $releaseType`
2020-04-16 15:08:06 +02:00
>
2022-05-24 11:01:05 +02:00
> Where `$releaseType` is
2020-04-16 15:08:06 +02:00
>
> - patch: if the change is a bug fix or a simple code improvement
> - minor: if the change is a new feature
> - major: if the change breaks compatibility
2022-06-13 11:22:08 +02:00
>
> Keep this list alphabetically ordered to avoid merge conflicts
2022-05-04 09:57:21 +02:00
<!--packages-start-->
2022-12-06 10:42:51 +01:00
2024-01-03 17:06:22 +01:00
- xo-cli patch
2024-01-03 10:50:42 +01:00
- xo-server patch
2024-01-03 17:34:12 +01:00
- xo-web minor
2024-01-03 10:50:42 +01:00
2022-05-04 09:57:21 +02:00
<!--packages-end-->