diff --git a/debian/changelog b/debian/changelog index cc4c98aa..84d37880 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,23 @@ -safeeyes (1.2.0-1) xenial; urgency=medium +safeeyes (1.2.0a1-1) xenial; urgency=low + + * Move to Python 3 + + * Add plugin support + + * Add custom breaks + + * Add break image + + * Add lock screen support + + * Prevent disabling Safe Eyes after notification * Fix random crash + * Use system language if available + + * Fix disable menu issue in Elementary OS + * Fix long breaks in hours * Fix locale time format issue @@ -19,21 +35,21 @@ safeeyes (1.2.0-1) xenial; urgency=medium * Add next break information to tray menu * Support translation - + * Adding multiscreen support & handling system suspend - + * Fixing bug in Ubuntu MATE environment - + * Removing apscheduler dependency * Fixing seconds instead of minutes bug - + * Bug fixes for Ubuntu 14.04 and keyboard lock during break - + * Reducing minimal Python requirement - + * Fixing appindicator version mismatch - + * Fixing apscheduler version mismatch * Initial release diff --git a/debian/control b/debian/control index 3e0abe78..a063caec 100644 --- a/debian/control +++ b/debian/control @@ -17,10 +17,11 @@ Description: Safe Eyes - Short breaks with eye exercises - Long breaks to change physical position and to warm up - Strict break for those who are addicted to computer - - Highly customizable - - Do not disturb when working with fullscreen applications( Eg: Watching movies) + - Do not disturb when working with full-screen applications( Eg: Watching movies) - Notifications before every break - Optional audible alert at the end of break + - Option to lock screen after long breaks - Smart pause and resume based on system idle time - Multi-monitor support + - Plugins to utilize Safe Eyes - Elegant and customizable design diff --git a/safeeyes/__main__.py b/safeeyes/__main__.py index 5c2cb376..67c4f97e 100755 --- a/safeeyes/__main__.py +++ b/safeeyes/__main__.py @@ -44,7 +44,7 @@ is_active = True CONFIGURATION_VERSION = 4 -SAFE_EYES_VERSION = "1.2.0" +SAFE_EYES_VERSION = "1.2.0a1" """ Listen to tray icon Settings action and send the signal to Settings dialog. diff --git a/safeeyes/resource/short_break_rotate_clockwise.png b/safeeyes/resource/short_break_rotate_clockwise.png index 53dea906..475139d4 100644 Binary files a/safeeyes/resource/short_break_rotate_clockwise.png and b/safeeyes/resource/short_break_rotate_clockwise.png differ diff --git a/safeeyes/resource/short_break_rotate_counter_clockwise.png b/safeeyes/resource/short_break_rotate_counter_clockwise.png index 1a2c8033..773ad9a7 100644 Binary files a/safeeyes/resource/short_break_rotate_counter_clockwise.png and b/safeeyes/resource/short_break_rotate_counter_clockwise.png differ diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..224a7795 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md \ No newline at end of file diff --git a/setup.py b/setup.py index 9c401a21..3ea07a9f 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def _data_files(path): setuptools.setup( name="safeeyes", - version="1.2.0", + version="1.2.0a1", description="Protect your eyes from eye strain using this continuous breaks reminder.", long_description=long_description, author="Gobinath Loganathan", diff --git a/share/applications/safeeyes.desktop b/share/applications/safeeyes.desktop index fffd4a20..b5c19031 100755 --- a/share/applications/safeeyes.desktop +++ b/share/applications/safeeyes.desktop @@ -15,7 +15,7 @@ Comment[es]=Protege tus ojos de la fatiga ocular Comment[ru]=Защитите свои глаза от зрительного перенапряжения Exec=safeeyes Icon=safeeyes -Version=1.2 +Version=1.2.0 Terminal=false Type=Application Categories=Utility;