re3Dprinting / touchscreen

GNU Affero General Public License v3.0
3 stars 0 forks source link

Some release tags break the user-update feature #67

Closed jim-thompson closed 4 years ago

jim-thompson commented 4 years ago

I tagged a commit with "release/jt-test-2020.03.06". When I touched the "Check for Update" feature, I saw no updates, and saw the error "invalid literal for int() with base 10: 'jt-test-2020'" on stderr.

plloppii commented 4 years ago

So currently, the codebase is attemping to sort the tags based off the sematic version numbering of X.X.X. It was an attempt to show the latest releases on top of the list. Do we want to show versions that are outside the format of release/X.X.X?

Will put in more error catching so that the software doesn't crash.

plloppii commented 4 years ago

issue resolved in release release/beta/1.0.16