You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct Fujifilm GPS day and month ordering. (#227)
Correct the order of day and month in the structure, this appears to
have been wrong from day zero.
Fix GPS updates for FujifilmSecure.
Simplify and correct GPS data handling.
Fix finding client during disconnect event. (#220)
With target RPA active, addresses change before connection and after
identify resolution.
This resulted in a failure to find the right client handle when
searching by peer address.
Fix this by finding the client by connection handle.
Display version rather than 'furble' for test builds.
Add a test version macro for displaying the version in the header.
This should only be needed during test builds, remember to disable
before merging back.