Skip to content

Commit d640bb6

Browse files
committed
Update changelog and README
1 parent 060e593 commit d640bb6

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Install
3636
- Tkinter (Python wrapper for Tk)
3737
- libnotify and a notification server if your desktop environment does not provide one.
3838
(see https://wiki.archlinux.org/index.php/Desktop_notifications for more details)
39-
- PyCrypto https://pypi.python.org/pypi/pycrypto
39+
- PyCryptodome (https://pypi.python.org/pypi/pycryptodome) or PyCrypto (https://pypi.python.org/pypi/pycrypto)
4040
- Pillow https://pypi.python.org/pypi/Pillow
4141

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

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

5656
Then install the application:
5757
::
@@ -79,7 +79,7 @@ at <j_4321@protonmail.com>.
7979

8080
.. |Release| image:: https://badge.fury.io/gh/j4321%2FCheckMails.svg
8181
:alt: Latest Release
82-
:target: https://badge.fury.io/gh/j4321%2FCheckMails
82+
:target: https://github.com/j4321/CheckMails/releases
8383
.. |Linux| image:: https://img.shields.io/badge/platform-Linux-blue.svg
8484
:alt: Linux
8585
.. |License| image:: https://img.shields.io/github/license/j4321/CheckMails.svg

changelog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
CheckMails - System tray unread mail checker
22
=============================================
3-
Copyright 2016 Juliette Monsel <j_4321@protonmail.com>
3+
Copyright 2016-2018 Juliette Monsel <j_4321@protonmail.com>
44

55
Changelog
66
---------
77

8+
- Version 1.2.2
9+
* Add compatibility with pycryptodome as an alternative to pycrypto
10+
* Show dialog in case of failed authentication
11+
812
- Version 1.2.1
913
* Fix ValueError in after_cancel with Python 3.6.5
1014
* Add compatibility with Tcl/Tk 8.5

checkmailslib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
Version
2121
"""
2222

23-
__version__ = "1.2.1"
23+
__version__ = "1.2.2"

0 commit comments

Comments
 (0)