Skip to content

Commit

Permalink
Release v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Feb 18, 2017
1 parent 9991612 commit a0459ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ yaourt -S safeeyes

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

2: Download and extract [safeeyes.tar.gz](https://github.com/slgobinath/SafeEyes/releases/download/v1.1.7/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.8/safeeyes.tar.gz) into `/`: `sudo tar -xzvf safeeyes.tar.gz -C /`

4: Start Safe Eyes using this command: `/opt/safeeyes/safeeyes`

Expand Down Expand Up @@ -272,6 +272,7 @@ Core functionalities of Safe Eyes are tested by the developer in the follwing en
* Linux Mint 18
* Ubuntu Mate 16.04
* Kubuntu 16.10
* Antergos 2017

## LICENSE

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.7-1) xenial; urgency=medium
safeeyes (1.1.8-1) xenial; urgency=medium

* Fix random crash

* Fix long breaks in hours

Expand Down
2 changes: 1 addition & 1 deletion safeeyes/safeeyes/safeeyes
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ system_language_directory = os.path.join(Utility.bin_directory, "config/lang")

is_active = True
CONFIGURATION_VERSION = 3
SAFE_EYES_VERSION = "1.1.7"
SAFE_EYES_VERSION = "1.1.8"

"""
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 @@ -10,7 +10,7 @@ Comment[pt]=Proteja seus olhos da tensão ocular
Comment[tr]=Gözünüzü yorgunluğa karşı koruyun
Exec=/opt/safeeyes/safeeyes
Icon=safeeyes
Version=1.1.7
Version=1.1.8
Terminal=false
Type=Application
Categories=Utility;

0 comments on commit a0459ed

Please sign in to comment.