Version Bump (4.0.2)

coveralls
Nemo 3 years ago
parent 50d7923380
commit 2d145b3258

@ -3,6 +3,13 @@ This file will only list released and supported versions, usually skipping over
Unreleased
==========
4.0.2
=====
* 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
4.0.1
=====

@ -6,7 +6,7 @@ from setuptools import find_packages
requirements = ['requests']
setup(name='hackertray',
version='4.0.1',
version='4.0.2',
description='Hacker News app that sits in your System Tray',
long_description='HackerTray is a simple Hacker News Linux application that lets you view top HN stories in your System Tray. It supports appindicator and falls back to Gtk StatusIcon otherwise.',
keywords='hacker news hn tray system tray icon hackertray',

Loading…
Cancel
Save