* Feature: Two new tutorials (T02: Vertex Arrays) and (T04: Vertex Lighting) which showcase the relevant OpenGL features.
* Feature: A new Test (S03: Extensions) which uses reflection to obtain a list of extensions supported by your hardware. NOT SUPPORTED UNDER MONO 1.2.5 (Mono Windows.Forms implementation issue).
* Feature: GameWindow.Title property to retrieve or set the title of the GameWindow.
* Feature: GameWindow.Run() can now set a target update and render frequency.
* Feature: Improved GameWindow events. No need to call base functions on inheriting classes (i.e. base.OnRenderFrame inside the OnRenderFrame override).
* Feature: Optimized GL.LoadAll().
* Feature: Vector2, Vector3 and Vector4 structs, with associated math functions.
* Bug fix: Added a few missing Keys in Keyboard.
* Bug fix: Resize event was raised twice during GameWindow startup.