Release v1.2.0a10

This commit is contained in:
Gobinath 2017-04-25 15:43:25 -04:00
parent 252d5fa9e8
commit 249d3be998
4 changed files with 9 additions and 4 deletions

View File

@ -29,6 +29,7 @@ General Features:
Optional Features:
- Strict break for those who are addicted to computer
- Postpone break
- Skip or take break based on active windows (Regardless of full-screen-mode)
- Customize individual break time
- Define your own custom exercise
@ -36,6 +37,7 @@ Optional Features:
- Turn on/off audible alert for individual breaks
- Customize disable time period
- Lock screen after long breaks
- Add images to breaks
- Plug-in support to extend Safe Eyes
For more details: [SafeEyes Features](http://slgobinath.github.io/SafeEyes/#features)
@ -50,6 +52,7 @@ For more details: [SafeEyes Features](http://slgobinath.github.io/SafeEyes/#feat
* [हिंदी](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/config/lang/hi.json)
* [Magyar](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/config/lang/hu.json)
* [Bahasa Indonesia](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/config/lang/id.json)
* [Polski](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/config/lang/pl.json)
* [Português](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/config/lang/pt.json)
* [Русский](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/config/lang/ru.json)
* [Slovenský](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/config/lang/sk.json)

4
debian/changelog vendored
View File

@ -1,4 +1,6 @@
safeeyes (1.2.0a9-1) xenial; urgency=low
safeeyes (1.2.0a10-1) xenial; urgency=low
* Handle configuration update efficiently
* Move to Python 3

View File

@ -40,7 +40,7 @@ about_dialog_glade = os.path.join(Utility.bin_directory, "glade/about_dialog.gla
is_active = True
SAFE_EYES_VERSION = "1.2.0a9"
SAFE_EYES_VERSION = "1.2.0a10"
"""
Listen to tray icon Settings action and send the signal to Settings dialog.

View File

@ -23,13 +23,13 @@ def _data_files(path):
setuptools.setup(
name="safeeyes",
version="1.2.0a9",
version="1.2.0a10",
description="Protect your eyes from eye strain using this continuous breaks reminder.",
long_description=long_description,
author="Gobinath Loganathan",
author_email="slgobinath@gmail.com",
url="https://github.com/slgobinath/SafeEyes",
download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.0a9.tar.gz",
download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.0a10.tar.gz",
packages=setuptools.find_packages(),
package_data={'safeeyes': ['config/*.json',
'config/style/*.css',