Java Marine API - RELEASE NOTES Version 0.7.0 (b20140221221017) This is a pre-alpha release, major API changes may be introduced in future versions. Released on 2014-02-21. NEW FEATURES * AbstractSentenceListener; base class for creating listeners with automatic sentence type resolving and casting. * Support for ROT sentences (vessel's rate of turn) CHANGES * SentenceId; fixed a bug in parseStr(), sentence id length was assumed to be exactly three chars. This prevented parsing proprietary sentences that may have ids of different lenghts. * PositionEvent; fixed speed returned in knots instead of km/h. * TalkerId; added new id 'CP' (Channel Pilot). * SentenceReader; refactored and removed duplicate code. * Javadoc improvements KNOWN ISSUES * Position.distanceTo() may produce inaccurate results. * All AIS sentences may not be supported as TalkerId has only AI, AB and BS.