riuson / lcd-image-converter

Tool to create bitmaps and fonts for embedded applications, v.2
https://lcd-image-converter.riuson.com/
GNU General Public License v3.0
337 stars 80 forks source link

Wrong version gets downloaded as latest on sourceforge.com #75

Closed kenyerman closed 2 years ago

kenyerman commented 2 years ago

Steps to reproduce

  1. Open the project's sourceforge page: https://sourceforge.net/projects/lcd-image-converter/
  2. Click the big green Download CTA button

What happens

lcd-image-converter-20161012.zip gets downloaded.

What should happen

lcd-image-converter-20190317.zip should get downloaded.

Additional info

When I open the Files page on sourceforge I can download lcd-image-converter-20190317.zip but there is also a CTA button saying that the latest version is lcd-image-converter-20161012.zip.

Why is this a problem

Your users don't get the latest updates of the software.

Personal example:

I've almost opened an issue on a non-functional console parameter, but when I've reached the version part of the issue, I realized that an old version was in use.

riuson commented 2 years ago

Thanks. Fixed.

Once upon a time I set up this feature and forgot about it. Screenshot 2022-05-17 163221

kenyerman commented 2 years ago

Verified!

Now when I click the button, the lcd-image-converter-20190317.zip is downloaded.

Also I want to thank you for this software. It is very useful and works well. 💖🎉

Closing because issue solved.