Repository changes
-
Hey everybody,
I don't know if you've noticed but I've created a develop branch on the repository and I will push all new changes on there from now on.
Pushing everything directly to master would cause issues and not guarantee stable releases so I decided to move all the development to the other branch and just merge into master when I know everything is working correctly.
In case you want to still have an updated build on every commit, you can get the latest sources by typinggit pull git checkout develop
and then build it on your own PC.