marcus-crane / khinsider

A khinsider downloader written in Go
MIT License
45 stars 6 forks source link

Update version string #29

Closed eddsalkield closed 2 years ago

eddsalkield commented 2 years ago

The current version string is 2.0.4, and seems to therefore be triggering requests to update even on the latest version, 2.0.6.

marcus-crane commented 2 years ago

Ah oops! This should really be automated to be honest but since it's not packaged, that's why it's hardcoded.

Maybe I can have the release pipeline bump the number and commit it or something

This should actually be 2.0.7 now by the way as I'll need to cut a new release 😅

eddsalkield commented 2 years ago

Yeah this makes sense. Since it's a trivial change you should probably just bump it yourself on next release :)

Also FYI, I've created a package currently on Alpine Linux edge.

Thanks for all your work on this!

marcus-crane commented 2 years ago

Ah, thanks! I had been meaning to look into providing a proper apt repository among other things so thanks for the alpine distribution 🥳

It's in my side project backlog somewhere to do a better rewrite ditching the remote JSON index for a sqlite db containing the full site metadata.

That way, you can do searches on any criteria such as platform, year of release and so on 🙂

I have a working PoC scraper floating around somewhere but nothing releasable. To start with, it'd probably just fetch the latest DB each time but ideally it's move to just retrieving deltas to keep things fast.

Anyway, thanks for your interest! I'm on holiday at the moment for the next few days but I'll cut a release when I get back.

I should really look into creating a formal release checklist so I don't forget these sorts of things.

eddsalkield commented 2 years ago

Thanks!