Jayy001 / codexctl

Automated update managment for the ReMarkable tablet
GNU General Public License v3.0
107 stars 13 forks source link

latest needs to be manually updated, which means it's often behind #54

Closed Eeems closed 4 months ago

Eeems commented 10 months ago

The current data structure for latest doesn't work properly when there is a stable release for one device, but not the other.

Ideally, you would just compare the listed version numbers and grab the highest one for latest. That way, there would be no need to keep the value updated.

The toltec value should allow splitting rm1/rm2 values out though, if there is ever another release only for one device.