version 1.0

This commit is contained in:
2015-10-31 20:38:11 +03:00
parent 0ffa071746
commit 5bde21a5c7
10 changed files with 2240 additions and 41 deletions

View File

@@ -2,8 +2,10 @@
This is Light weight mail notifier written in PyQt5. It checks your mailbox periodically and notify you if you have new mail.
## Screenshot
![Screenshot](https://raw.github.com/rinaldus/mail-notify/master/screenshot.jpg)
## Screenshots
![MailboxEmpty](https://raw.github.com/rinaldus/mail-notify/master/screenshots/screen1.jpg)
![MailboxFull](https://raw.github.com/rinaldus/mail-notify/master/screenshots/screen1.jpg)
![Settings](https://raw.github.com/rinaldus/mail-notify/master/screenshots/screen3.jpg)
## Install
@@ -16,6 +18,16 @@ Give execute permission to mail-notifier.py
```sh
$ chmod +x mail-notifier.py
```
## Todo
## Changelog
### Version 1.0 (release date: 31.10.15)
* Settings window
* All parameters are stored in configuration file *(~/.config/mail-notify/settings.conf)*
* Many improvements
### Version 0.10 (pre release date: 28.10.15)
* Initial version
* All parameters are stored right in script
## Todo
* "About program" window