Unfortunately the official support pages are hosted at sourceforge and currently missing in action for me (SF has issues lately).
The files on github (which I suppose are the latest) are the same for the splitter.
I know this the issue has been resolved, but I though I would comment on the info above.
SourceForge.net has lots of outages and their Git hosting is dog slow. Github is good, but not sure for how long - with Microsoft's take-over everything normally goes to s**t pretty soon after.
With that, I now host fpGUI on my own server (
git clone git@geldenhuys.co.uk:fpgui) and SourceForge & Github only serve as public mirror repositories. This has many benefits for managing the project, as I can now give read/write git access per directory or even per file, where you can't with SF.net or Github. Also no countries are blocked from accessing fpGUI. I haven't yet, but I also plan on moving the fpGUI website and Bug Tracker to my server too (and then disable those services on SF.net and Github).
As for which branches of fpGUI to use. "
master" is the last stable released branch
"
maint" is the latest stable branch and a lot more up-to-date than "master" at the moment.
"
develop" is the bleeding edge branch where most of the work is happening these days.