Skip to content

Commit

Permalink
Prepare alpha version 1.2.0a1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
slgobinath committed Apr 14, 2017
1 parent ee8961d commit 522fce9
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 13 deletions.
32 changes: 24 additions & 8 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
5 changes: 3 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion safeeyes/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file modified safeeyes/resource/short_break_rotate_clockwise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified safeeyes/resource/short_break_rotate_counter_clockwise.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion share/applications/safeeyes.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 522fce9

Please sign in to comment.