v2.0.3: Fix possible background 100% CPU usage
- Fix a bug where MarqueeLabels could possibly get stuck in a loop when an application moves into the background. Thanks to @PaulTaykalo for the fix in PR #69.
- Removed redundant NSNotificationCenter observers
- Other minor fixes.