v0.3.2
 * Fix KRPC.CurrentGameScene (#262)

v0.2.4
 * Shut down server when switching to main menu (or any other non-game scene)

v0.2.3
 * Added KRPC.CurrentGameScene (#237)

v0.2.2
 * Stream updates are only sent to clients when the result changes (#170)
 * Removed support for protobuf enumerations and custom protobuf messages as RPC parameter/return values. Note: these features were not used anywhere, and only cause complications for client libraries
 * Fix bug where KSP hangs if the game is quit whilst the server is running
 * Remove support for blizzy's toolbar, in favour of using the stock applauncher

v0.2.1
 * Add "Any" option to server address drop down

v0.2.0
 * Update to protobuf 3.0.0-beta-2

v0.1.12
 * Built for KSP 1.0.5

v0.1.11
 * Documentation returned by calling KRPC.GetServices (#31)
 * Fix bug preventing disconnection of clients from the server window (#161)
 * Fix clearing bytes read/written statistics when the server is restarted
 * Add "Clear Statistics" button to server info window
 * Documentation at http://djungelorm.github.io/krpc/docs/ generated by calling KRPC.GetServices (#31)

v0.1.10
 * KSP 1.0.4 support (#151)
 * Performance improvements (#129,#131,#139)
 * Fix UI disappearing bug (#133)

v0.1.9
 * None

v0.1.8
 * KSP 1.0.2 support (#114)
 * Add support for static class methods (#106)

v0.1.7
 * Fix CKAN install bug on Windows (#105)

v0.1.6
 * Nicer errors returned to client (#97)
 * Include protobuf source and compiled Python, Java and C++ versions in release (#100)

v0.1.5
 * Server now persists across game scene changes
 * Services specify during which game scenes they are available
 * Use a combo box for the server address
 * Display service errors when KSP loads (#89)
 * Add KSP compatibility checker
 * Add logging severity levels
 * Fix bug where yielded continuations are run more than once per update

v0.1.4
 * Support for KSP 0.90.0
 * Add support for tuples (#49,#50)
 * Add support for streams (#24,#56)
 * Fix issue with null values passed as a parameter (#65)
 * Add KSP AppLauncher button
 * No longer bundle Toolbar plugin (kRPC will still use Toolbar plugin if available)
 * Performance improvements (#68)

v0.1.3
 * Add support for collections (lists, dictionaries and sets)

v0.1.2
 * None

v0.1.1
 * Minor server code improvements

v0.1.0
 * Initial pre-release
