nesbox / TIC-80

TIC-80 is a fantasy computer for making, playing and sharing tiny games.
https://tic80.com
MIT License
4.83k stars 460 forks source link

New release soon / more frequent releases? #2560

Open aliceisjustplaying opened 1 month ago

aliceisjustplaying commented 1 month ago

A whole lot has happened since the last release and while we may not have 1.2 yet, my two cents is it'd be worth considering a new 1.1.whatever release, given all the fixes etc.

Also in general, perhaps it's worth considering doing new releases more frequently? And/or retargeting what we want for 1.2?

A simple target for the next release soon could be merging #2558, fixing #2559 and setting up 64-bit RPi releases in #2188.

Thoughts @nesbox?

nesbox commented 1 month ago

Personally, I'd like to release a new version when the scripts start working as shared libs, I'm working hard on this right now here #2257 and I'm very close to the end :)

Skeptim commented 4 weeks ago

I don't contribute to the code so these are just some thoughts/suggestions of fixes that could be done before the release, I let you judge:

joshgoebel commented 4 weeks ago

IMHO we should really consider semantic versioning. In that case most every release would be minimally a minor release. Ie

1.2 1.3 1.4

Etc