EvilCraft

EvilCraft

31M Downloads

New markdown changelog should use natural sort for its versions

Jack-McKalling opened this issue ยท 3 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

The new changelog made in markdown format, lists some of the versions in the wrong order, in the 1.19 (lts) branch.
Namely, from the bottom up, 1.2.10 to 1.2.47 are listed before 1.2.7 to 1.2.9.
This looks like the alphabetical sorting order is used instead of natural sort.

I suspect this to apply to all repos that now use this new markdown format, but so far it's only been visible in this one because of the versions in question.

Steps to reproduce the problem:

  1. See this commit: d6e001c

Expected behaviour:

1.2.7 - 1.2.9 should come before 1.2.10 - 1.2.47, reading upwards.


Versions:

  • This mod: 1.2.47
  • Minecraft: 1.19.2
  • Mod loader version: not relevant

Log file:

commented

Will be fixed for upcoming releases.

commented

Thanks for reporting!

commented

Also see this new commit that is also visibly affected: CyclopsMC/ColossalChests@65c9640