KISS version history
====================
2.4.2, 2020-06-04
	Compiled against KSP 1.9.1.
	

2.4.1, 2019-10-21
	Compiled against KSP 1.8.0.
	Changed: updated Unity .dll references for Unity 2019.2
	

2.4.0, 2018-11-14
	Compiled against KSP 1.5.1.
	Fixed: added custom logic to make GameTime timestamps sortable
	
	
2.3.0, 2018-03-31
	Compiled against KSP 1.4.1.
	Fixed:		Settings icon was not loaded in KSP 1.4.x.
	Fixed:		When using KISS to delete a savegame, the corresponding ".loadmeta" file is now properly deleted as well.
	Changed:	In order to avoid textures being loaded multiple times, KISS is now started only once and kept alive from that moment on. 


2.2.0, 2017-03-11
	Compiled against KSP 1.2.2.
	Added:		KISS is now also available while at the space center!
	Added:		A few log statements during startup to help people with troubles getting KISS to work.
	Changed:	Moved GUI Initialization stuff into Load() (from Update()).
	
	
2.1.0, 2016-11-20
	Changed:	A few minor tweaks under the hood (cleaned up some code segments and comments).
	
	
2.1.0-beta1, 2016-11-08
	Added:		Made keyboard shortcut configurable.
	
	
2.0.0, 2016-09-11
	Fixed:		Width of buttons in list not adjusting properly to long filenames.


2.0.0-beta1, 2016-08-29
	Added:		Allow deletion of savegames directly from KISS.
	Added:		KISSDialog class for creating modal dialogs.
	Added:		Settings panel and a button (with icon) to toggle it.
	Added:		Option to require confirmation before overwriting existing files.
	Added:		Option to require confirmation before deleting existing files.
	Added:		Option to choose between system time and game time for the timestamp.
	Added:		Option to reverse the list of existing savegames.
	Added:		Three choices for the filename suggestion: "{timestamp}_{vesselName}"; "{vesselName}_{timestamp}" or "quicksave".
	Added:		Quicksave mode: save current game with the suggested filename without showing GUI (requires "MOD + F8" to show window again).
	Fixed:		KISS now reacts properly to "ESC" and "ENTER/RETURN" in every situation.


1.1.1, 2016-06-24
	Compiled against KSP 1.1.3.
	Changed IDE from Xamarin to Visual Studio 2015.


1.1.0, 2016-04-24
	Fixed:		Quicksaves created with KISS no longer put the player at the space center after loading them in KSP 1.1.
	Changed:	Rebuilt the GUI code to work with KSP 1.1 and Unity 5. (Fortunately everything still works with KSP 1.0.5, yay!)
	Changed:	Adjusted the yellow textcolor of window caption and highlighted list items to a slightly darker/more orange shade.


1.0.0, 2016-04-08
	Built for KSP 1.0.5.
	Initial public release.
	Added:		Select and immediately overwrite an existing savegame using double-click.


0.9.1, 2016-04-05
	Changed:	Updated README file.
	Added:		Changelog (changelog.txt).


0.9.0, 2016-04-05
	Added: 		Highlighting of currently selected savegame in list.