From 3117a7948e3a5d9843443a49305b51f71e88a5ac Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 15 Jun 2020 01:41:37 +0530 Subject: [PATCH] Minor README updates for v4 --- CHANGELOG.md | 1 + README.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8441a6a..0e303a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Unreleased * 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. 3.0.0 ===== diff --git a/README.md b/README.md index d6ad561..ba2a875 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,8 @@ [![Build Status](https://travis-ci.org/captn3m0/hackertray.png)](https://travis-ci.org/captn3m0/hackertray) HackerTray is a simple [Hacker News](https://news.ycombinator.com/) Linux application -that lets you view top HN stories in your System Tray. It relies on appindicator, so -it is not guaranteed to work on all systems. It also provides a Gtk StatusIcon fallback -in case AppIndicator is not available. +that lets you view top HN stories in your System Tray. It uses appindicator where available, +but provides a Gtk StatusIcon fallback in case AppIndicator is not available. The inspiration for this came from [Hacker Bar](http://hackerbarapp.com), which is Mac-only. @@ -107,7 +106,7 @@ To develop on hackertray, or to test out experimental versions, do the following On every launch, a request is made to `https://pypi.python.org/pypi/hackertray/json` to check the latest version. -**No more tracking**. All data every collected for this project has been deleted. You can see [the wiki](https://github.com/captn3m0/hackertray/wiki/Analytics) for what all was collected earlier. +**No more tracking**. All data every collected for this project has been deleted. You can see [the wiki](https://github.com/captn3m0/hackertray/wiki/Analytics) for what all was collected earlier (Version `< 4.0.0`). ## Credits