New release
Last release was in 2022 - Can you please make a new release so users can avoid the hassle of installing Qt6 to compile the app with cmake.
Thanks for maintaining this fork!
Well, I think everything is written pretty clear here: https://github.com/asl/BandageNG/releases/tag/v2022.09
Or maybe not?
Lol, yes I did not read the giant text banner on the 2022 release saying that it is not actually the latest release.
I don't think the is a way to have the pre-releases show up as the latest release in the repo sidebar. Maybe make periodic tagged releases so users see a recent date?
I've edited the README to link directly to the continuous release pre-release page.
I don't think the is a way to have the pre-releases show up as the latest release in the repo sidebar. Maybe make periodic tagged releases so users see a recent date?
Yes, I thought about this. Need to find some time to do it. This is a bit non-trivial as it involves some repo commits (we need to bump version there), so I'd prefer it not to be fully automatic :)
So, I think I implemented the necessary boilerplate to automatically create releases once a month. See https://github.com/asl/BandageNG/pull/185
I believe this is done. Please reopen if this is still an issue