jbsparrow / CyberDropDownloader

Bulk Gallery Downloader for Cyberdrop.me and Other Sites
GNU General Public License v3.0
108 stars 7 forks source link

Sorting2 #83

Closed datawhores closed 1 week ago

datawhores commented 1 week ago

Changes

datawhores commented 1 week ago

It would have been okay to increment to 5.5 in when sorted was added, because it more then just a bug fix or adding a new website

jbsparrow commented 1 week ago

I'll keep that in mind for future updates, never really worked with building a package before this so I'm not the most well-versed on how versioning works. Thank you.

datawhores commented 1 week ago

I'll keep that in mind for future updates, never really worked with building a package before this so I'm not the most well-versed on how versioning works. Thank you.

It is usually

jbsparrow commented 1 week ago

I'll keep that in mind for future updates, never really worked with building a package before this so I'm not the most well-versed on how versioning works. Thank you.

It is usually

  • bug fixes are 1.0.0 to 1.0.1 type increments or patch releases

  • new features are 1.0.0 to 1.1.0 type increments or minor releases

  • the last one I find harder to define but it is 1.0 to 2.0 type increments or major release

it usually meant for larger changes or ones that are not backwards compatible

last time that happened Jules made 100s of commits, and did a full-rewrite

https://github.com/Jules-WinnfieldX/CyberDropDownloader/compare/4.2.231...5.0.1

Thank you!! :))