Release v1.2.0

This commit is contained in:
Gobinath 2017-04-28 13:54:05 -04:00
parent af7754ca97
commit ec6f6c9fdc
5 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# Safe Eyes
Protect your eyes from eye strain using this continuous breaks reminder. A Free and Open Source Linux alternative to EyeLeo; a sexy and customizable alternative to Workrave.
Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder. A Free and Open Source Linux alternative to EyeLeo.
Visit to the official site: http://slgobinath.github.io/SafeEyes/ for more details.

6
debian/changelog vendored
View File

@ -1,4 +1,6 @@
safeeyes (1.2.0a10-1) xenial; urgency=low
safeeyes (1.2.0-1) xenial; urgency=low
* Support postponing the break
* Handle configuration update efficiently
@ -8,7 +10,7 @@ safeeyes (1.2.0a10-1) xenial; urgency=low
* Add custom breaks
* Add break image
* Add optional break image feature
* Add lock screen support

View File

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

View File

@ -38,7 +38,7 @@
"idle_time": "Durée minimale d'une pause (en minutes)",
"interval_between_two_breaks": "Intervalle entre deux pauses (en minutes)",
"language": "Langue",
"license": "licence",
"license": "Licence",
"long_break_duration": "Durée d'une pause longue (en secondes)",
"no_of_short_breaks_between_two_long_breaks": "Nombre de pauses courtes entre deux pauses longues",
"postpone": "Reporter",

View File

@ -23,13 +23,13 @@ def _data_files(path):
setuptools.setup(
name="safeeyes",
version="1.2.0a10",
version="1.2.0",
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.0a10.tar.gz",
download_url="https://github.com/slgobinath/SafeEyes/archive/v1.2.0.tar.gz",
packages=setuptools.find_packages(),
package_data={'safeeyes': ['config/*.json',
'config/style/*.css',