mirror of
https://github.com/slgobinath/SafeEyes.git
synced 2024-12-23 23:41:20 +01:00
Release v1.1.8
This commit is contained in:
parent
9991612c39
commit
a0459ed8d2
@ -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`
|
||||
|
||||
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user