2.0
- Rewrite of the original gMedia, with options to register new media for other addons. Fully backward compatible with gMedia 1.x
- Fixed some issues with the panel shadows in non-perfect UI scales. Shadows should stick better to their parents now.
- panel() now uses one less frame per object
- Removed the formatCoin() function, as this is now handled (better) by gLib
- Added a lib.fontn to handle the display name of fonts  

1.152
- Further modified the kerning on the bugged "EURO"-style font
- Updated the name schemes in the panel() function

1.151
- New font included. 
- Fixed a bug with the kerning on commas followed by space on the "EURO"-style font.

1.15
- Now uses rActionButtonStyler - Dajova for button skinning, all default button textures replaced

1.142
- Added a new texture

1.141
- panel() has 1 new attribute: alpha
- the function shadow({ parent = PARENTFRAME, anchor = ANCHORFRAME, name = FRAMENAME }) has been added to produce shadows
- new library; gMedia.colors
- replacement raid class colors in gMedia.colors.RAID_CLASS_COLORS

1.14
- panel() has 4 new attributes: offsettop, offsetbottom, offsetleft, offsetright. 

1.13
- panel() has a new format. Attribute list is now delivered as an array, instead of separate values
- Darkened the border of the default panel() backdrop

1.12
- Rewrote :panel() function to provide internal scaling for pixel borders in all UIscales
- Changed the order of things to avoid some nils and taints

1.11
- Fullscreen shaded texture added
- Certain rescaling features removed, as it ultimately proved unreliable. If people want perfect borders, they're just going to have to accept the correct UIScale.

1.1
- New functions and constants for UIscaling: UI_SCALE_IDEAL, UI_SCALE_MULTIPLIER(), 
- Added default values to all functions

1.06
- Unregisters events when no longer needed

1.05
- Fixed the CVar for "uiScale"

1.04
- Added scaling to the panel() function, to maintain perfect 1px borders in nearly all UIscales

1.0
- Release version