Zelda Classic 2.53.0 Gamma (RC) 8 for Windows
Includes ZLaunch, 2.6.11, fixing the inability to save the Skip Logo config setting.

Changes Over Gamma 6

Code:
//Gamma 8

Revised the Bombchu emulation behaviour, and toggled the QR based on
	quest header data.
	2.50.0 and 2.50.1 quests have superbomb enabled by default.
	2.50.2 and 2.50.3RC1 quests have normal bomb by default.
	The emulation option is unavailable for quests made 
	in 2.50.3RC1 or later. 

Added the following to std.zh:
	const float STD_VERSION;
	float __stdzh_getVersion();
	bool HasKey(int level);
	bool HasKey();
	int NumKeys(int level);
	int NumKeys();
	bool ConsumeKey(int level);
	bool ConsumeKey();

Revamped all keyboard key dialogues:
	Added the ability to clear any keyboard key setting from 
		the GUI using a new 'Clear' button. 
		This button is on all keyboard key dialogues.
	Ensured that modifier key bindings must be unique against all other keybindings.
	Ensured that a keybinding of 0 (None) does not need to be unique.
Added a dialogue to configure cheat modifier keys.
	( ZoriaRPG, 1st April, 2019 )
Full Changelog