-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
When users upgrade to 17.0.0, they will see what's new in Nextcloud 17 thanks to the changelog server.
Unfortunately, if they upgrade from 16.0.3 to 17.0.2, they will not see what is new in 17. They might see what is new in 17.0.2 compared to 17.0.1, but that's far less interesting and relevant.
We could try to be super smart about this, but, as minor releases tend to not be so interesting for normal users, the best solution is probably to simply show the changelog of a major release once per user. So forget about minor releases, what matters is: if you move to a new major release (irrespective of the minor release you go to), show the changelog of that major release.
This has the side benefit of being more realistic with regards to how we keep the changelog server up-to-date (mostly on major releases)...
@blizzz Ack?