I find that the changelog for the F-Droid dev edition isn't really helpful; it's dense and hard to read. I haven't looked into it closely but I'm guessing we automatically generate it - here are some suggestions for how to clean it up:
I'll look into this myself when I have time but anyone should feel free to pick it up themselves if you get to it before me 馃憤
Hi @strugee, yes, it is auto generated and @tobiasKaminsky is likely able to provide some code pointers 馃槉
Filed #5530. I _think_ I got the labels right, but someone should double-check :P
I got the labels right, but someone should double-check
double-checked and all is well, just added pr exists to the issue 馃殌
@strugee It seems that some info are missing:

But only
`
Fix test
Update Nextcloud Android library
Update 3rd-party dependencies
```
is shown.
It should show also some info about conflict dialog, or?
Hm, interesting. Without having looked at it in depth (at all, really) I think what happened here was:
The merge commit is being excluded because all merge commits are excluded. The original commits are being excluded because they're older than the last dev version tag. What we really want to exclude is not things that are _older_ than the latest dev version tag/commit, but rather things that are _not referenceable_ from the latest dev version tag/commit.
I don't know offhand if this is easy to do with git log. I will look into it.