Version Bump (4.0.2)

This commit is contained in:
Nemo 2020-06-15 18:07:43 +05:30
parent b751bcd74c
commit 249f3f1b84
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -6,7 +6,7 @@ from setuptools import find_packages
requirements = ['requests'] requirements = ['requests']
setup(name='hackertray', setup(name='hackertray',
version='4.0.1', version='4.0.2',
description='Hacker News app that sits in your System Tray', 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.', 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', keywords='hacker news hn tray system tray icon hackertray',