File tree 8 files changed +32
-13
lines changed
8 files changed +32
-13
lines changed Original file line number Diff line number Diff line change 1
- safeeyes (1.2.0-1) xenial; urgency=medium
1
+ safeeyes (1.2.0a1-1) xenial; urgency=low
2
+
3
+ * Move to Python 3
4
+
5
+ * Add plugin support
6
+
7
+ * Add custom breaks
8
+
9
+ * Add break image
10
+
11
+ * Add lock screen support
12
+
13
+ * Prevent disabling Safe Eyes after notification
2
14
3
15
* Fix random crash
4
16
17
+ * Use system language if available
18
+
19
+ * Fix disable menu issue in Elementary OS
20
+
5
21
* Fix long breaks in hours
6
22
7
23
* Fix locale time format issue
@@ -19,21 +35,21 @@ safeeyes (1.2.0-1) xenial; urgency=medium
19
35
* Add next break information to tray menu
20
36
21
37
* Support translation
22
-
38
+
23
39
* Adding multiscreen support & handling system suspend
24
-
40
+
25
41
* Fixing bug in Ubuntu MATE environment
26
-
42
+
27
43
* Removing apscheduler dependency
28
44
29
45
* Fixing seconds instead of minutes bug
30
-
46
+
31
47
* Bug fixes for Ubuntu 14.04 and keyboard lock during break
32
-
48
+
33
49
* Reducing minimal Python requirement
34
-
50
+
35
51
* Fixing appindicator version mismatch
36
-
52
+
37
53
* Fixing apscheduler version mismatch
38
54
39
55
* Initial release
Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ Description: Safe Eyes
17
17
- Short breaks with eye exercises
18
18
- Long breaks to change physical position and to warm up
19
19
- Strict break for those who are addicted to computer
20
- - Highly customizable
21
- - Do not disturb when working with fullscreen applications( Eg: Watching movies)
20
+ - Do not disturb when working with full-screen applications( Eg: Watching movies)
22
21
- Notifications before every break
23
22
- Optional audible alert at the end of break
23
+ - Option to lock screen after long breaks
24
24
- Smart pause and resume based on system idle time
25
25
- Multi-monitor support
26
+ - Plugins to utilize Safe Eyes
26
27
- Elegant and customizable design
Original file line number Diff line number Diff line change 44
44
45
45
is_active = True
46
46
CONFIGURATION_VERSION = 4
47
- SAFE_EYES_VERSION = "1.2.0 "
47
+ SAFE_EYES_VERSION = "1.2.0a1 "
48
48
49
49
"""
50
50
Listen to tray icon Settings action and send the signal to Settings dialog.
Original file line number Diff line number Diff line change
1
+ [metadata]
2
+ description-file = README.md
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def _data_files(path):
23
23
24
24
setuptools .setup (
25
25
name = "safeeyes" ,
26
- version = "1.2.0 " ,
26
+ version = "1.2.0a1 " ,
27
27
description = "Protect your eyes from eye strain using this continuous breaks reminder." ,
28
28
long_description = long_description ,
29
29
author = "Gobinath Loganathan" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Comment[es]=Protege tus ojos de la fatiga ocular
15
15
Comment[ru]=Защитите свои глаза от зрительного перенапряжения
16
16
Exec =safeeyes
17
17
Icon =safeeyes
18
- Version =1.2
18
+ Version =1.2.0
19
19
Terminal =false
20
20
Type =Application
21
21
Categories =Utility;
You can’t perform that action at this time.
0 commit comments