From 2d145b32581c0366f71040715b1a39e68036b884 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 15 Jun 2020 18:07:43 +0530 Subject: [PATCH] Version Bump (4.0.2) --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e303a5..d854436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ===== diff --git a/setup.py b/setup.py index c3c7cfb..0cb8f91 100644 --- a/setup.py +++ b/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',