------------------------------------------
v0.9.5 to v(1/3*3)(equal to 1 until measured in a finite precision system)(Oct 18 2018 - Christmas 2018)

RetroArch GUI:
*switch to official VFS API, no more blobs of fopen() calls
*update the core info file

Qt GUI:
*fixed audio threading
*removed unneeded buffers on the GUI side and replaced them with a mutex

Core:
*sound works perfectly as far as I can tell(unless a program purposely sets the sample length > 1 second, which is useless for generating sound anyway)
*add ARM optimized 68k CPU core(not fully working yet, SIGSEGVs when running)
*allow safety checks to be disabled with EMU_NO_SAFETY, accuracy is maintained when its not defined
*switch byte buffer orders to optimize for 16 bit opcode fetches
*cyclone68000 reenabled for ARM devices, SIGSEGVs seem to be gone

------------------------------------------
v0.9 to v0.9.5(Sept 22 2018 - Oct 18 2018)

RetroArch GUI:
*add audio(sounds weird/not piezo buzzy enough but data stream seems correct)
*add on screen mouse
*allow loading ".ram" files

Qt GUI:
*add audio(thread data exchange screws it up though currently)
*added Mac OS icon
*added Windows icon
*now runs on Windows

Core:
*add audio
*bus error and address error are now handled properly

----------------------------------------
v0.7 to v0.9(Jul 30 2018 - Sept 22 2018)

Qt GUI:
*All Button Icons Are Now SVGs(they can scale infinitely without getting blocky)
*touch locations are now scaled properly
*size is now correct on Android
*loading and saving of device RAM
*can load and save savestates

Core:
*apps can be installed(with a hack, max app size is 64k, Palm OS can only malloc 64k at once)
*fixed crashing at 100% speed
*touchscreen works without memory injection
*can now touch the screen outside of debug mode
*touching the screen no longer crashes anything
*full 16mb of RAM is now present(only 8mb showed before)
*actual vectorized Palm M515 silkscreen image is now used for the touchscreen
*SD card can be inserted(requires hacks and isn't readable even with hacks)