Is there a reason the "releases"-feature is not used for this project?
It shows people if/what new features where added, which bugs where fixed and could make this project more open to people.
btw: I love snapdrop and recommend it to people all the time! :) Keep up the great work.
Probably this is due to the fact that every commit is directly rolled out... So there are no release cycles, beta testing, version numbers, stuff like that.
all code is interpreted in realtime, there is no build process.
So... no Releases to Generate, is just de files as it is.
no release cycles, beta testing, version numbers, stuff like that
Regressions are shipped directly to the user in real time.
all code is interpreted in realtime
Doesn't really have anything to do with it, regular releases allows people to track progress between major points.