mirror of https://github.com/captn3m0/hackertray
parent
b751bcd74c
commit
249f3f1b84
|
@ -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
|
||||
=====
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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…
Reference in New Issue