Skip to content

Commit

Permalink
Update changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
j4321 committed Sep 27, 2018
1 parent 060e593 commit d640bb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Install
- Tkinter (Python wrapper for Tk)
- libnotify and a notification server if your desktop environment does not provide one.
(see https://wiki.archlinux.org/index.php/Desktop_notifications for more details)
- PyCrypto https://pypi.python.org/pypi/pycrypto
- PyCryptodome (https://pypi.python.org/pypi/pycryptodome) or PyCrypto (https://pypi.python.org/pypi/pycrypto)
- Pillow https://pypi.python.org/pypi/Pillow

You also need to have at least one of the following GUI toolkits for the system tray icon:
Expand All @@ -51,7 +51,7 @@ Install

In Archlinux, you will need to install the following packages:
tk, tktray (`AUR <https://aur.archlinux.org/packages/tktray>`__), libnotify and the notification server of your choice,
python-crypto, python-pillow
python-pycryptodome, python-pillow

Then install the application:
::
Expand Down Expand Up @@ -79,7 +79,7 @@ at <[email protected]>.

.. |Release| image:: https://badge.fury.io/gh/j4321%2FCheckMails.svg
:alt: Latest Release
:target: https://badge.fury.io/gh/j4321%2FCheckMails
:target: https://github.com/j4321/CheckMails/releases
.. |Linux| image:: https://img.shields.io/badge/platform-Linux-blue.svg
:alt: Linux
.. |License| image:: https://img.shields.io/github/license/j4321/CheckMails.svg
Expand Down
6 changes: 5 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
CheckMails - System tray unread mail checker
=============================================
Copyright 2016 Juliette Monsel <[email protected]>
Copyright 2016-2018 Juliette Monsel <[email protected]>

Changelog
---------

- Version 1.2.2
* Add compatibility with pycryptodome as an alternative to pycrypto
* Show dialog in case of failed authentication

- Version 1.2.1
* Fix ValueError in after_cancel with Python 3.6.5
* Add compatibility with Tcl/Tk 8.5
Expand Down
2 changes: 1 addition & 1 deletion checkmailslib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
Version
"""

__version__ = "1.2.1"
__version__ = "1.2.2"

0 comments on commit d640bb6

Please sign in to comment.