rommapp / romm

A beautiful, powerful, self-hosted rom manager
https://romm.app
GNU Affero General Public License v3.0
2.03k stars 88 forks source link

[Bug] "New version available" link opens to a 404 #909

Closed Urkaz closed 4 months ago

Urkaz commented 4 months ago

RomM version v3.1.0

Describe the bug Pressing on the "See what's new!" on this notification: image opens the URL https://github.com/rommapp/romm/releases/tag/v3.2.0 which is invalid and results in a 404 error page by GitHub. I've seen this bug in older versions, and the problem is caused by the tag name, being "v3.2.0" on the URL opened but "3.2.0" on the releases page: https://github.com/rommapp/romm/releases/tag/3.2.0

To Reproduce Steps to reproduce the behavior:

  1. Press the "See what's new!" when a new version is available.
  2. See error

Expected behavior The link should open a valid page.

gantoine commented 4 months ago

Hah funny enough we just fixed this on 3.2.0, so when 3.3.0 comes up it'll work properly. Thanks for letting us know!