Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Feb 6, 2017
1 parent f86ce4a commit 63bc7d6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Manual installation is not tested in any systems. I will update this page as soo

* Fedora 24: `libappindicator-gtk3`, `python-xlib`, `python-gobject`, `xorg-x11-utils`, `python-dbus`, `xprintidle` and `mpg123`

2: Download and extract [safeeyes.tar.gz](https://github.com/slgobinath/SafeEyes/releases/download/v1.1.2/safeeyes.tar.gz) into `/`: `sudo tar -xzvf safeeyes.tar.gz -C /`
2: Download and extract [safeeyes.tar.gz](https://github.com/slgobinath/SafeEyes/releases/download/v1.1.3/safeeyes.tar.gz) into `/`: `sudo tar -xzvf safeeyes.tar.gz -C /`

If you have any issues in installing Safe Eyes, please report them [here](https://github.com/slgobinath/SafeEyes/issues)

Expand Down Expand Up @@ -105,19 +105,28 @@ For more details, have a look at existing language files: [lang](https://github.

### Currently available translations
* [Čeština](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/cz.json)
* [English](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/en.json)
* [Deutsch](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/de.json)
* [English](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/en.json)
* [Español](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/es.json)
* [Français](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/fr.json)
* [Magyar](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/hu.json)
* [Português](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/pt.json)
* [Русский](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/ru.json)
* [Slovenský](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/sk.json)
* [தமிழ்](https://github.com/slgobinath/SafeEyes/tree/master/safeeyes/safeeyes/config/lang/ta.json)




## History
Version 1.1.3:
* Optional audible alert after breaks
* Pause Safe Eyes if the system is idle for a given time. (Resume when user is active)
* Bug fix for no break after fullscreen apps found

Version 1.1.2:
* Bug fix for no break

Version 1.1.1:
* About dialog
* UI control to select the language
Expand Down
4 changes: 3 additions & 1 deletion safeeyes/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
safeeyes (1.1.2-1) xenial; urgency=medium
safeeyes (1.1.3-1) xenial; urgency=medium

* Optional audible alert and pause Safe Eyes if system is idle

* Bug fix for no breaks after 1st one

Expand Down
3 changes: 2 additions & 1 deletion safeeyes/safeeyes/config/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@
"interval_between_two_breaks": "Intervall zwischen zwei Pausen",
"no_of_short_breaks_between_two_long_breaks": "Anzahl von kleinen Pausen zwischen zwei langen Pausen",
"time_to_prepare_for_break": "Zeit zur Vorbereitung für die Pause (in Sekunden)",
"idle_time": "Minimum idle time to pause (in minutes)",
"strict_break": "Strikte Pause (Überspringen nicht möglich)",
"audible_alert": "Akustisches Signal am Ende der Pause",
"language": "Sprache",
"enable": "Safe Eyes Aktivieren/Deaktivieren",
"enable": "Safe Eyes Aktivieren",
"settings": "Einstellungen",
"about": "About",
"quit": "Schließen",
Expand Down
1 change: 1 addition & 0 deletions safeeyes/safeeyes/config/lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Поводите глазами по кругу по часовой стрелке",
"Поводите глазами по кругу против часовой стрелки",
"Поморгайте",
"Сфокусируйте взгляд на далёком объекте",
"Выпейте воды"
]
},
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/safeeyes/glade/settings_dialog.glade
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="label" translatable="yes">Minimum idle time to pause Safe Eyes (in minutes)</property>
<property name="label" translatable="yes">Minimum idle time to pause (in minutes)</property>
</object>
<packing>
<property name="left_attach">0</property>
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/safeeyes/safeeyes
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ system_language_directory = os.path.join(bin_directory, "config/lang")

is_active = True
CONFIGURATION_VERSION = 2
SAFE_EYES_VERSION = "1.1.2"
SAFE_EYES_VERSION = "1.1.3"

"""
Listen to tray icon Settings action and send the signal to Settings dialog.
Expand Down
2 changes: 1 addition & 1 deletion safeeyes/share/applications/safeeyes.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Comment[fr]=Protégez vos yeux de la fatigue
Comment[ta]=உங்கள் கண்களை சோர்வடையாது பாதுகாத்திடுங்கள்
Exec=/opt/safeeyes/safeeyes
Icon=safeeyes
Version=1.1.2
Version=1.1.3
Terminal=false
Type=Application
Categories=Utility;

0 comments on commit 63bc7d6

Please sign in to comment.