1.3.1 (2013-12-25) * Updated API for shell 1.1.0 (adds Shell_getSupportPath) 1.3.0 (2013-07-14) * Updated API for shell 1.0.0 (adds threads) * Fixed overrelease of an object allocated during view initialization (had no observable effect, but theoretically could lead to a crash) 1.2.0 (2012-06-10) * Updated API for shell Stable_2012-06-09 (adds cursor management and mouse deltas) 1.1.0 (2012-02-11) * Updated API for shell Stable_2012-02-04 (adds timers, buffer swapping made optional) * Fixed a bug that would cause an NSRangeException on when a dead key was pressed 1.0.2 (2011-10-23) * NSOpenGLShell_getMainScreenDimensions is superseded by Shell_getMainScreenSize and has been removed. * Target_keyUp no longer receives a charCode parameter. 1.0.1 (2011-10-14) * nsopenglshell will no longer chdir to Shell_getResourcePath() at startup; this is now the target's responsibility * Fixed a bug that caused the first mouse event not to fire after entering full screen mode from Target_init() 1.0.0 (2011-07-04) * Initial version