V1.2 (march 2023):

    - support for arm (Thomas Lucas)

 
v1.1 (june 2014):

    - the former 0-1 mode has been renamed 'logical' and a new '0-1' mode has been added, 
      which will allways give 0-1 coordinates, even on screen tablets.

    - fixed a finger index issue and replaced the abstraction 'recycleFingersIDs.maxpat'
      by the javascript 's2m.recycleFingersIDs.js'

v1 : first release, with 64b support.
 
beta 4 :
    workaround for a wacom driver issue : when a finger was added to a tablet,
    its addition was reported several time. we now filter that.
V1.3 (july 2026):

    - ext_main() entry point (Max SDK 8.2+ convention, recommended for Max 9)
    - fixed a potential crash in the detach callback (unknown device)
    - clearer error messages when the Wacom driver / WacomMultiTouch.framework is missing
    - fixed CMakeLists.txt : weak-link to WacomMultiTouch.framework, universal arm64+x86_64,
      windows-only SDK shim excluded from mac builds
    - added build.sh and fix_quarantine.sh (Gatekeeper unblocking for macOS Sequoia/Tahoe)
