hexparrot / mineos-node

node.js implementation of mineos minecraft management
GNU General Public License v3.0
341 stars 174 forks source link

Papermc - sort order for releases #354

Open binhex opened 4 years ago

binhex commented 4 years ago

hi, i see you have just committed some changes to master, including a change to fix up papermc to pull the latest releases.

one thing to note (yes its minor) is that the sort order is a little whacky, with the latest release being near the bottom of the list, with Paper 1.8.8 and Paper 1.9.4 at the very bottom, any chance this could be sorted the same as mojang, so that newest releases are at the top?.

screenshot included to show the current sort order, im assuming the sort order is coming from the api you are referencing.

image

Ahze85283 commented 4 years ago

@binhex this was mentioned by @hexparrot in the following https://github.com/hexparrot/mineos-node/pull/339#issuecomment-632232124

binhex commented 4 years ago

ahh right thanks for that @Ahze85283 tbh its not a big thing so if its a real PITA then im cool with ignoring it for now but thought it worth mentioning.

Ahze85283 commented 4 years ago

Of course @hexparrot Just trying to help as much as I can. I was just letting @binhex Know that this is known. So you don't have duplicate reports in git. It's yours so if you want to track it in this report cool. 😁

tucks commented 2 years ago

@hexparrot I may have resolved this in https://github.com/hexparrot/mineos-node/pull/486