1.00
- make fontsize/ fontfamiliy changeable 
- different types of macros
  c = command ( for now wie have the delay command)
	"c,delay,seconds" 
  m = mouse (fully functional)
	"m,xpos,ypos,TypeOfClick"
  k = keyboard (experimental)
	"k,KeyCode,KeyValue,event"
- initial recording of keyboard macros
- finalize recording of keyboard macros and consume key 
- use pyatspi directly, remove orca depency
- BUG pressing cancle in macro recorder provides a endles loop
- Overall Clearups and Bugfixes
- check for correct gi lib versions on start
- new commandline option -v for debugging
- brand new application Menu in Navigator (F10) _OCRdesktop, _Interact, _Macro, _Help
- deprecate the many buttons. Now we can do everything (and more) with our menu
- Macros runable/deletable/loadable/save from Navigation GUI
- Implement _Macro Menu in MacroRecorder GUI
- Rename Delete (macro) to "Unload"
- Send to Clippboard in Menu ctrl + C
- Set default filename in Save As
- About Dialog
- Retry OCR <F5> (did the OCR again with the current screenshot for hopfully better results)
- parameter -l <languagecode> for specifieing the language (default is eng)
- parameter -g grayscale image before OCR
- parameter -i invert image before OCR
- parameter -b break just into hard black or white (not grayscale) (good fore OCR neon coloor text
- parameter -t 0 - 255 set the line for breaking into black and white (200 is a good value)
- invert, grayscale and black white available in the UI. F5 will respect this
- approxiimate fontsize in detailview
- parameter -o output via stdout

