Minor README updates for v4

This commit is contained in:
Nemo 2020-06-15 01:41:37 +05:30
parent 0a48248739
commit 3117a7948e
2 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,7 @@ Unreleased
* Upgrades to Python 3.0. Python 2 is no longer supported * Upgrades to Python 3.0. Python 2 is no longer supported
* Switches from PyGtk to PyGObject. * Switches from PyGtk to PyGObject.
* AppIndicator is no longer supported, because it is Python 2 only * AppIndicator is no longer supported, because it is Python 2 only
* Removed all MixPanel tracking.
3.0.0 3.0.0
===== =====

View File

@ -5,9 +5,8 @@
[![Build Status](https://travis-ci.org/captn3m0/hackertray.png)](https://travis-ci.org/captn3m0/hackertray) [![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 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 that lets you view top HN stories in your System Tray. It uses appindicator where available,
it is not guaranteed to work on all systems. It also provides a Gtk StatusIcon fallback but provides a Gtk StatusIcon fallback in case AppIndicator is not available.
in case AppIndicator is not available.
The inspiration for this came from [Hacker Bar](http://hackerbarapp.com), which is Mac-only. 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. 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 ## Credits