Arrh! That makes sense, great so there's not a hidden bug. If you only have absolute selected it does nothing, If you want it to work like before leave that unchecked and just use the center start option.
Documentation is now within T2Laser, press Shift-F1 or select Manual from the Help menu.
Then you can easily search it, so for example, "absolute" brings you to this:
Center (Start Point)
o Position the laser (and set home) in the center of the job (between extents) before starting
o Absolute option uses the entire drawing from 0,0 to maximum extents for center position
So what does that mean, well previously I would take the extents of the drawing... min and max, then figure out the center by min + ((max - min)/2) but if you select absolute it will use 0 to max (or max/2).
e.g. for a drawing that starts at 50,50 and goes to 100,100. Center start alone would place the center at 75,75 but selecting absolute would place it at 50,50. This is also important when using the frame feature as one will frame 50,50 to 100,100 and the other 0,0 to 100,100. Big difference. As many features are, this was a user request.