mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	- Added new option for decoding Character references. DecodeCharacterReference Set to 0 : Does nothing. (default) Set to 1 : Decodes both numeric character references and character entity references. Set to 2 : Decodes only numeric character references. Set to 3 : Decodes only character entity references. - Replaced CreateThread() to _beginthreadex() to fix minor memory leak. - Fixed the issue that UpdateRate is set to 0 if UpdateRate= is set.