This file will only list released and supported versions, usually skipping over very minor updates.
- Migrated from setup.py to pyproject.toml
- Switched from requests to urllib (zero external dependencies)
- Switched from custom appindicator shim to native AppIndicator3 via GObject introspection
- Migrated icon loading to importlib.resources
- Modernized version detection using importlib.metadata
- Requires Python 3.11+
- Adds a --reverse flag for users with bar at the bottom of their screen
- Uses markup to keep points in fixed-width, so titles are more readable
- Removes the buggy hover-out behaviour (non-appindicator). You now need to click elsewhere to close the menu
- Changes "Show Comments" entry to a radio menu item
- Adds support for --firefox auto, picks the default firefox profile automatically
- Upgrades to Python 3.0. Python 2 is no longer supported
- Switches from PyGtk to PyGObject.
- AppIndicator is no longer supported, because it is Python 2 only
- Removed all MixPanel tracking.
- Oct 3, 2014
- Major release.
- Firefox support behind
--firefoxflag - Analytics support. Can be disabled using
--dntflag - Hovering now shows url, timestamp, and uploader nick
- Sep 27, 2014
- Adds proxy support
- Adds support for using chrome history behind the
--chromeflag.