indicator-lunar (1.0.76-1) trusty; urgency=low

  * Whitespace padding can now be added to the front/rear of the icon text.
    This is useful in Ubuntu 17.10 as the icon and text are too close together.
  * Updated Russian translation.  Thanks to Oleg Moiseichuk.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sat, 21 Oct 2017 16:01:52 +1000


indicator-lunar (1.0.75-1) trusty; urgency=low

  * Bug fix: In Ubuntu 16.04 and greater, icons for ubuntu-mono-dark and
    ubuntu-mono-light would not load due to directories not present in the
    underlying index.theme file.
  * Added options to specify the date/time format for attributes.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 6 Oct 2017 12:43:15 +1000


indicator-lunar (1.0.74-1) trusty; urgency=low

  * Corrected warnings in .desktop file.
  * Removed expired eclipse information.
  * About/Preferences dialogs now block each other - only show one at a time.
  * User settings now stored in the directory specified by the environment
    variable XDG_CONFIG_HOME, or, if not present, $HOME/.config
    (existing user settings stored in $HOME are migrated to the new location).
  * Update release to trusty as precise is end of life.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 1 Mar 2017 19:49:38 +1000


indicator-lunar (1.0.73-1) precise; urgency=low

  * Bug fix: Date/Time objects returned from the pyephem backend may have a
    zero component for milliseconds which is dropped.
    When parsing from string to a Date/Time a format exception occurs.
  * Removed expired eclipse information.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 1 Mar 2017 19:49:38 +1000


indicator-lunar (1.0.72-1) precise; urgency=low

  * Bug fix: Bad comet data was causing a core dump.
    Ideally the underlying data would be screened for bad data, but the data
    format is long and convoluted.
    Instead, each comet is computed and if certain attributes are NaN, namely
    earth_distance, phase, size and sun_distance, the comet is deemed to have
    bad data.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 8 Feb 2017 23:42:18 +1000


indicator-lunar (1.0.71-1) precise; urgency=low

  * Bug fix: If the moon was unchecked, the icon could not be created nor the
    full moon notification be computed.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 20 Jan 2017 12:29:35 +1000


indicator-lunar (1.0.70-1) precise; urgency=low

  * Bug fix: Mixing of round and int caused a mismatch between the moon's
    phase and illumination.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 14 Dec 2016 11:51:53 +1000


indicator-lunar (1.0.69-1) precise; urgency=low

  * Bug fix: Now uses the X-GNOME-Autostart-enabled tag for autostart.
  * The satellite notification has been simplified to show the rise/set time
    (rather than date and time) and the rise/set azimuth is rounded.
  * The dynamically created icon is updated only as needed
    (when the lunar illumination, bright limb or theme change values).
  * Changes to formats/rounding of several attributes to improve readability.
  * Minor change to tool tip in the Preferences.
  * Removed expired eclipse information.
  * Fixed PyGIWarnings on imports.
  * Overhaul of icons: only the hicolor icon is required and all theme icons
    are created from the hicolor via the build script.
  * Overhaul of build script: extracted common functions into a separate
    script used by all indicators.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sun, 24 Jul 2016 13:04:17 +1000


indicator-lunar (1.0.68-1) precise; urgency=low

  * Fixed tooltip on sort satellite by date/time option to reflect the default
    value. 
  * Added tooltip to 'group stars by constellation' option.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 16 Jun 2016 23:58:17 +1000


indicator-lunar (1.0.67-1) precise; urgency=low

  * Fixed Lintian warnings - added extended description to control file and
    copyright file now refers to common license file for GPL-3.
  * Icons for elementary and ubuntu-mono-light theme were incorrect colours.
  * Updated comment of desktop file.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 6 Jun 2016 23:27:06 +1000


indicator-lunar (1.0.66-1) precise; urgency=low

  * Bug fix: Tags in which the underlying object is unchecked or no longer
    exists (such as a comet/satellite) are stripped from the indicator text.
    Thanks to Oleg Moiseichuk for the regular expression code and testing!
  * Bug fix: "Orbital Element" renamed to "Comet".  Some user preferences will
    likely need to be reset.
  * The default text for the summary/message for satellite notification now
    includes the Number and International Designator.
  * The satellite menu text has been hard-coded to the format
    'Satellite Name : Number : International Designator'.  The corresponding
    user preference has been removed.
  * Removed the user preferences to specify the satellite on-click URL;
    satellite on-click still remains.
  * Added on-click URL look-up for comets.
  * Added latitude/longitude/elevation of user's location to icon text tags.
  * Added user preference to hide the moon/sun.
  * When computing moon/sun/planets/stars/comets, if the body is never up and
    the user preference is to hide on never up, the remaining computations for
    that body are omitted.
  * Removed expired eclipse information.
  * Use the process wrapper utilities rather than direct calls.
  * Changes to API for showing message dialogs.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 23 Sep 2015 13:20:45 +1000


indicator-lunar (1.0.65-1) precise; urgency=low

  * New release of pyephem 3.7.6.0.
  * Removed the getBodyCopy() functionality which was a workaround for issue
    https://github.com/brandon-rhodes/pyephem/issues/44

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 24 Aug 2015 17:25:16 +1000


indicator-lunar (1.0.64-1) precise; urgency=low

  * Bug fix: The values for date/time were appearing in UTC in the Preferences
    dialog.  Although valid values, they should strictly appear in local
    date/time to match the values in the indicator menu.
  * Bug fix: Some textual values were not being translated in the Preferences
    dialog.
  * Removed DD:MM:SS from satellite notification as the notification looked
    too crowded/busy.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 4 Aug 2015 8:06:09 +1000


indicator-lunar (1.0.63-1) precise; urgency=low

  * Bug fix: The calculation to determine when the full moon notification
    should be displayed was incorrectly determining the illumination
    percentage and the hourly frequency.
  * Bug fix: The satellite notification would sometimes appear multiple times
    for a given satellite's transit.
  * Made the satellite notification appear about a minute prior to when the
    satellite rises.
  * Added a separator between RA/Dec and Az/Alt as these are independent.
  * Swapped order of RA/Dec and Az/Alt around as Az/Alt is easier to apply.
  * Added the constellation adjacent to each star in the preferences.
  * Stars can now be grouped by their constellation - when activated the
    constellation will be dropped from the star's information.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 23 Jul 2015 22:30:13 +1000


indicator-lunar (1.0.62-1) precise; urgency=low

  * Bug fix: Omitted the '_' from 'translator-credits' in the About dialog.
  * Bug fix: Satellite notification rise/set azimuth mixed degrees with HMS.
  * Satellite notification rise/set time now in local rather than UTC.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 26 May 2015 16:03:29 +1000


indicator-lunar (1.0.61-1) precise; urgency=low

  * Bug fix: The changelog was not added to the debian/rules file.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 22 May 2015 23:55:10 +1000


indicator-lunar (1.0.60-1) precise; urgency=low

  * Bug fix: Satellite notification failed due to badly parsed strings.
  * Bug fix: The changelog path was incorrect.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 22 May 2015 18:05:07 +1000


indicator-lunar (1.0.59-1) precise; urgency=low

  * Bug fix: The Icon Text was incorrectly parsing nested brackets.
  * Bug fix: The declination attribute was incorrectly including the '-' when
    the value was South.
  * GTK.AboutDialog now uses a Stack rather than Notebook to hold the
    underlying widgets.  Rather than try to (constantly) reverse engineer
    the GTK.AboutDialog to retrofit the changelog tab, the default
    GTK.AboutDialog is used with a hyperlink to the changelog inserted.
  * Removed all display formatting from backend and put into frontend.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 13 May 2015 15:36:53 +1000


indicator-lunar (1.0.58-1) precise; urgency=low

  * Bug fix: The Icon Text tag list in the Preferences dialog was missing the
    Tropical Sign tag for stars and all tags for planetary moons.
  * Bug fix: The Right Ascension in degrees was incorrect for all objects.
  * Bug fix: The Bright Limb angle calculation was erroneous due to mixing of
    degrees and radians!
  * Only write out the list of orbital elements and satellites if the user
    elects to not add new.  This reduces the volume of information stored in
    the preferences file by an order of magnitude.
  * The option to automatically add new satellites and orbital
    elements now also works when clicking OK in the preferences.
  * Added distance to Earth in kilometres for the Moon's menu item.    
  * Added timeouts to the TLE/OE download.
  * Added caching of TLE/OE downloaded data to avoid over-taxing the
    respective data sources and to run the indicator off-line.
  * Added warnings to some tooltips about having too many bodies might slow
    down the indicator.
  * Removed elapsed eclipse data.
  * Removed redundant functions to convert hours/minutes/seconds and
    degrees/minutes/seconds to decimal degrees as PyEphem does it for free!
  * Changed some defaults to reduce the amount of data that is displayed.
    When loading satellites or orbital elements, these are not checked.
    Stars are not checked on initial run of the indicator.
  * The lookahead period for computing satellite passes has been reduced to
    two days (previously it was ten days).  This significantly reduces the
    time to refresh whilst only dropping a handful of satellites.
  * For Saturn, added the earth tilt and sun tilt angles. 

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 4 Mar 2015 10:11:04 +1000


indicator-lunar (1.0.57-1) precise; urgency=low

  * Bug fix: The last update for satellite TLE data and orbital element data
    was not being set to the current time after an update.
  * Bug fix: In the Preferences, if a bad URL for satellite TLE data or
    orbital element data was entered, the resulting bad data was carried
    through to the indicator proper.
  * Option to automatically add new satellites and/or orbital elements from
    the respective data source.
  * Changed astronomical unit abbreviation from AU to ua to keep in line with
    SI (http://en.wikipedia.org/wiki/Non-SI_units_mentioned_in_the_SI).
  * Dynamically created icons, such as
      the full moon notification when testing in the preferences;
      the indicator icon which changes according to the current
      lunar illumination percentage;
    are now saved to the /tmp directory (or equivalent).
  * Eclipse type information uses a class, so no longer reliant on strings.
  * Internationalisation.  Many thanks to Oleg Moiseichuk who was instrumental
    in this miracle!
  * Added Russian translation.  Thanks to Oleg Moiseichuk. 
  * About dialog changed to accept translator information.
  * Overhaul of repository structure and build script.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 16 Feb 2015 8:46:02 +1000


indicator-lunar (1.0.56-1) precise; urgency=low

  * Bug fix: The 'visible' flag was missing in the satellite notification.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 8 Jan 2015 20:50:25 +1000


indicator-lunar (1.0.55-1) precise; urgency=low

  * Added orbital elements (comets, et al).
    Many thanks to the Minor Planet Center for making the data available!
  * Added sorting to the list of tags (icon text) and the list of satellites
    in the Preferences dialog.
  * Prevent the credits section in the About dialog from scrolling.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 1 Jan 2015 19:57:40 +1000


indicator-lunar (1.0.54-1) precise; urgency=low

  * Bug fix: Removed a bogus import which prevented running on Xubuntu.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sun, 28 Dec 2014 14:54:08 +1000


indicator-lunar (1.0.53-1) precise; urgency=low

  * Bug fix: When checking (adding) a planet in the preferences, the
    magnitude, right ascension, declination, azimuth and altitude were
    omitted from indicator text tags table.
  * Bug fix: When checking (adding) a star in the preferences, the
    constellation, rise time and set time were omitted from indicator text
    tags table.
  * Satellites can now be sorted by rise date/time.  This is now the default.
  * Satellite notification now optionally includes the rise time, set time,
    set azimuth and visibility.
  * Satellite notification now shows satellites in name/number order
    or rise time order, depending on user preference.
  * The URL which is opened on satellite selection is now configurable.
  * Planets/stars which 'never rise' can now be hidden.
  * The TLE data source may be specified as a URL (including local file).
  * Removed the satellite subsequent pass information as it slowed down the
    update of the indicator (noticable when many satellites are checked).
  * When showing only visible passes, satellites which are circumpolar or
    'always up' are included, despite not actually transiting.
  * Added Tropical Sign to stars.
  * Added attributes of the major moons to Mars, Jupiter, Saturn and Uranus.
  * Added dawn/dusk for sun.
  * Overhaul of the Preferences dialog.
  * Neatened up the left alignment changelog text in the About dialog.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 12 Sep 2014 15:55:26 +1000


indicator-lunar (1.0.52-1) precise; urgency=low

  * Full moon (werewolf) notification message now supports multiple lines.
    For formatting restrictions, refer to https://wiki.ubuntu.com/NotifyOSD.
  * Satellite info object now provides international designator.
  * Renamed some preferences - the user may need to set their preferences
    particularly if defaults were changed.
  * Reorganisation and overhaul of the Preferences dialog.
  * Satellite menu text is now configurable.
  * Satellite rise notification summary and message are now configurable.
    For formatting restrictions, refer to https://wiki.ubuntu.com/NotifyOSD.
  * Clicking on a satellite's child menu items will open that satellite at
    http://www.n2yo.com.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 29 Jul 2014 19:18:54 +1000


indicator-lunar (1.0.51-1) precise; urgency=low

  * Ensure that the full moon notification happens approximately hourly and not
    more frequently.
  * Removed debug print statement.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sat, 12 Jul 2014 17:32:21 +1000


indicator-lunar (1.0.50-1) precise; urgency=low

  * Bug fix: Handle 'add_credit_section' on Ubuntu 12.04 (was causing a
    segmentation fault).
  * Bug fix: Using the same name for the icon causes the icon to appear the
    same and so appindicator (or something) decides not to reload the icon.
    The workaround is to alternate the icon name on each refresh.
    https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1337620

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 8 Jul 2014 11:11:14 +1000


indicator-lunar (1.0.49-1) precise; urgency=low

  * Removed legacy code to support old appindicator framework.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 7 Jul 2014 17:27:45 +1000


indicator-lunar (1.0.48-1) precise; urgency=low

  * Can now distinguish satellites when they never rise or are circumpolar.
    https://github.com/brandon-rhodes/pyephem/issues/45
    Thanks to Brandon Rhodes, author of pyephem!
  * Implement workaround for body copy segmentation fault issue
    https://github.com/brandon-rhodes/pyephem/issues/44.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 26 Jun 2014 18:54:11 +1000


indicator-lunar (1.0.47-1) precise; urgency=low

  * Bug fix: When switching to show visible satellite passes to show all
    passes, data for the visibility was not initialised.
  * Moved magnitude from the RA/Dec section to the main section as magnitude
    has nothing to do with location.
  * Added the azimuth to the satellite notification.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 24 Jun 2014 15:41:01 +1000


indicator-lunar (1.0.46-1) precise; urgency=low

  * Put in a fix to handle Gtk.TreeModelSort bug reported at 
    https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1114406.
  * When showing only visible satellites, the visible label is now dropped.
  * Added option to hide satellites when no transit information is available.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 23 Jun 2014 17:33:16 +1000


indicator-lunar (1.0.45-1) precise; urgency=low

  * A segmentation fault occurs when running with the new version of
    PyEphem 3.7.5.3.  This is a quick release which avoids calling the
    offending code.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sun, 22 Jun 2014 19:54:41 +1000


indicator-lunar (1.0.44-1) precise; urgency=low

  * New log handler which truncates the log file to 10,000 bytes.
  * Added spacing between rise/set and other data in the stars menu.
  * Added the option to show each planet/star/satellite as a submenu.
  * Added the option to show only visible satellite passes.
  * Added the option to limit the display to only upcoming satellite passes.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 12 Jun 2014 11:22:04 +1000


indicator-lunar (1.0.43-1) precise; urgency=low

  * Bug fix: Now handles the situation when the next rise/set time for a
    satellite is calculated to be None.
    
 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sun, 8 Jun 2014 22:08:46 +1000


indicator-lunar (1.0.42-1) precise; urgency=low

  * Bug fix: The star data was not being removed after a star was unchecked.
  * Bug fix: Each time the preferences was closed (on clicking OK) an update
    was kicked off (in addition to the main update).
  * Bug fix: Handle "extreme" latitudes when encountering always up or never
    up for rise/set of a body.
  * Planets can now be chosen by the user (for display in the menu).
  * Added rise/set times and constellation to stars.
  * Added URLs to credits section in About dialog.
  * Added satellite/station rise and set times - requires intermittent
    internet access for satellite TLE data.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 30 May 2014 19:48:16 +1000


indicator-lunar (1.0.41-1) precise; urgency=low

  * An import fell off somehow...adding back in!

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sat, 24 May 2014 21:10:11 +1000


indicator-lunar (1.0.40-1) precise; urgency=low

  * Added azimuth/altitude/magnitude information for all bodies.
  * Can now choose stars to display from the ephem catalog.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sat, 24 May 2014 10:49:40 +1000


indicator-lunar (1.0.39-1) precise; urgency=low

  * Fixed a bug where the eclipse data (the month) was incorrectly parsed in
    non-English locales.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 4 Apr 2014 14:59:25 +1000


indicator-lunar (1.0.38-1) precise; urgency=low

  * Fixed a bug where non-toggle buttons (the close button) were having the
    toggled signal set.
  * Put in a fix for Ubuntu 12.04 (Python 3.2) which does not handle
    AboutDialog::add_credit_section().

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sat, 15 Mar 2014 12:36:10 +1000


indicator-lunar (1.0.37-1) precise; urgency=low

  * Preferences loop was incorrectly handling OK/cancel.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sat, 1 Mar 2014 11:51:27 +1000


indicator-lunar (1.0.36-1) precise; urgency=low

  * Changed checking of Gtk.ResponseType.CANCEL to Gtk.ResponseType.OK
    as it was possible to simulate Gtk.ResponseType.OK by hitting the escape
    key.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sat, 1 Mar 2014 9:55:18 +1000


indicator-lunar (1.0.35-1) precise; urgency=low

  * Neglected to update the install file!

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 27 Feb 2014 11:05:00 +1000


indicator-lunar (1.0.34-1) precise; urgency=low

  * Added RA/Dec in hh:mm:ss/dd:mm:ss respectively.
  * Uses AboutDialog and showMessage from common library.
  * Moved theme methods to common library.
  * Moved eclipse information into a separate file and removed Ephem
    dependency.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 26 Dec 2013 12:05:57 +1000


indicator-lunar (1.0.33-1) precise; urgency=low

  * Bright limb angle was sometimes negative and needed to be "folded" into
    the correct quadrant by adding 360.
  * Changed the RA/Dec calculations in the bright limb to use Apparent
    Geocentric Position as this gives a closer value to that calculated by
    Meeus.
  * Added RA/Dec to sun and planetary bodies.
  * Thanks to Alan Eliasen (http://futureboy.us) for bright limb and RA/Dec.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 18 Dec 2013 20:23:11 +1000


indicator-lunar (1.0.32-1) precise; urgency=low

  * Created a new About dialog showing the changelog.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 16 Dec 2013 23:57:41 +1000


indicator-lunar (1.0.31-1) precise; urgency=low

  * Removed the option to run using GTKStatusIcon.
    When enabled and the indicator was run on a system which supports
    AppIndicator3, the icon would not appear.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sun, 15 Dec 2013 15:37:43 +1000


indicator-lunar (1.0.30-1) precise; urgency=low

  * Updated the About dialog to use Gtk+ 3.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sun, 15 Dec 2013 11:47:37 +1000


indicator-lunar (1.0.29-1) precise; urgency=low

  * Added the bright limb angle for the moon and planets.  Thanks to
    'Astronomical Algorithms' by Jean Meeus (and Jürgen Giesen for pointers).
  * The icon is now rotated to reflect the bright limb angle (and reality).
  * The icon text (the tooltip for GTKStatusIcon) is configurable.
  * Changed the control file 'Depends' from Python to Python3.
  * Increased the size of the werewolf summary/body text fields.
  * Modified the Tropical Sign function to use a copy of the body as
    downstream calculations were getting trashed.
  * Put in a preference to use GTKStatusIcon instead of AppIndicator.
    On Lubuntu 12.04 it was found that AppIndicator would be created but the
    tooltip would not render.  This preference lets the user fall back to GTK.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 2 Dec 2013 16:43:23 +1000


indicator-lunar (1.0.28-1) precise; urgency=low

  * Added the upcoming solar/lunar eclipse (until 2099).
    Thanks to Fred Espenak and Jean Meeus and NASA!
  * Updated About dialog to reflect various authors and shoulders of giants.
  * In Ubuntu 13.10 the initial value set by the spinner adjustment
    (for illumination %) was not appearing in the spinner field.
    Need to force the initial value by explicitly setting it.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 24 Oct 2013 20:32:13 +1000


indicator-lunar (1.0.27-1) precise; urgency=low

  * Displays the tropical sign for each planetary body calculated at midnight
    UTC.  Useful for the astrological enthusiast.
    Thanks to Ignius Drake (elespector@gmail.com) for the code!

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 17 Oct 2013 20:16:33 +1000


indicator-lunar (1.0.26-1) precise; urgency=low

  * Put in a test button to show the notification text.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 28 Aug 2013 20:22:21 +1000


indicator-lunar (1.0.25-1) precise; urgency=low

  * The notification text (summary and body) is now configurable.
  * The full moon screen notification is no longer fixed to hourly.
    The indicator updates according to the next date/time for any object's
    rise/set/phase change.  Therefore the full moon notification may occur
    more frequently than hourly.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 21 Aug 2013 16:29:13 +1000


indicator-lunar (1.0.24-1) precise; urgency=low

  * Fixed another update bug: the timeout call was not being refreshed on each
    update with the correct amount.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 2 Aug 2013 9:06:18 +1000


indicator-lunar (1.0.23-1) precise; urgency=low

  * The update sometimes occurred slightly earlier than when appropriate,
    likely due to truncating a float to int.  

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 31 Jul 2013 10:11:13 +1000


indicator-lunar (1.0.22-1) precise; urgency=low

  * Fixed a bug: GLib.timeout_add_seconds() requires an integer for the time
    value.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 8 Jul 2013 8:06:20 +1000


indicator-lunar (1.0.21-1) precise; urgency=low

  * Only updates when the next rise/set/phase/etc is due.
  * Only create the log file when needed.
    Thanks to Rafael Cavalcanti <rafael.kavalkanti@gmail.com>.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 5 Jul 2013 20:17:12 +1000


indicator-lunar (1.0.20-1) precise; urgency=low

  * Seems the bug fixed to handle a missing city was not quite fixed!
  * Now logs to a file in the user's HOME directory.
  * Attempt to bring about/preferences to front.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Sat, 4 May 2013 1:34:14 +1000


indicator-lunar (1.0.19-1) precise; urgency=low

  * Revised the icons to fill in a square boundary - no longer stretched on
    Lubuntu/Xubuntu.
  * Icons for Preferences/About now show for Lubuntu/Xubuntu.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 10 Apr 2013 11:17:21 +1000


indicator-lunar (1.0.18-1) precise; urgency=low

  * Replaced deprecated GObject calls with GLib.
  * Fixed a bug: if a city (from the timezone) was not found, the default
    crashed.  Also added a feature to strip "_" from timezones such as
    America/New_York.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 5 Feb 2013 17:16:54 +1000


indicator-lunar (1.0.17-1) precise; urgency=low

  * Ensured all calculations are based from the same date/time.
  * Added constellation/distance information to sun menu item. 
  * Added spacing to all menu items.
  * Adjusted each SVG such that the image is horizontally centred and has the
    same left/right margin for each image.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 13 Dec 2012 16:11:23 +1000


indicator-lunar (1.0.16-1) precise; urgency=low

  * Added indent for next moon phases.
  * Consolidate the first and third quarter SVG functions.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 29 Nov 2012 12:47:07 +1000


indicator-lunar (1.0.15-1) precise; urgency=low

  * The next phases of the moon were being dropped out before the phase
    actually arrived!

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 28 Nov 2012 8:51:47 +1000


indicator-lunar (1.0.14-1) precise; urgency=low

  * Now creates the lunar phase icon on the fly for each percentage of
    illumination!
  * Works on Ubuntu 12.04/12.10 and Lubuntu 12.10.  
    Untested on Xubuntu 12.04/12.10.
  * On Lubuntu 12.04, the icon fails to update, the icon label/tooltip does
    not display and menu separators look odd.  This occurs because
    AppIndicator3 successfully creates the indicator but then quietly fails to
    update the icon and so on.  The fix is to put in an override (to use GTK
    indicator)...which will only be done if a user screams for it.
    No idea if this occurs on Xubuntu 12.04.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 26 Nov 2012 10:01:40 +1000


indicator-lunar (1.0.13-1) precise; urgency=low

  * Now runs as Python 3 and requires python3-ephem (from same PPA).
  * Kept getting GTK missing child warnings so put menu update back to how it
    was.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 20 Nov 2012 14:50:07 +1000


indicator-lunar (1.0.12-1) precise; urgency=low

  * Changed how the update/menu was kicked off in the preferences.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 19 Nov 2012 16:43:09 +1000


indicator-lunar (1.0.11-1) precise; urgency=low

  * Added python3-gi to debian/control Depends (for Precise support).
  * Swapped out python-appindicator for gir1.2-appindicator3-0.1 in
    debian/control Depends.
  * Simpler handling for creating the indicator - should hopefully sustain
    more environments.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 16 Nov 2012 10:26:05 +1000


indicator-lunar (1.0.10-1) precise; urgency=low

  * Changes for Python3 (but still runs as Python2) and PyGObject.
    Have to run as Python 2 since PPA won't/can't build a Python 3 version of
    Ephem.
  * Switched back to using localtime!
  * Added option to start the werewolf warning at a particular illumination.
  * Using the PyEphem list of cities with latitude/longitude/elevation
    information, now displays sun/moon/planet data such as rise and set times.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 22 Oct 2012 21:24:49 +1000


indicator-lunar (1.0.9-1) precise; urgency=low

  * Noticed the dates for next phases were out by hours/days.  Removed the
    conversion to localtime (ephem.localtime) and got better/closer reality.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 9 Aug 2012 20:10:27 +1000


indicator-lunar (1.0.8-1) precise; urgency=low

  * Fixed a bug where the phase and illumination did not match due to
    rounding error.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Thu, 9 Aug 2012 19:22:09 +1000


indicator-lunar (1.0.7-1) precise; urgency=low

  * Handle the case where the directory ~/.config/autostart does not exist.
  * Increased the indent of the submenu items by one space.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 7 Aug 2012 22:40:01 +1000


indicator-lunar (1.0.6-1) precise; urgency=low

  * Adjusted phase calculations to precisely match definitions: Full moon is
    100%, new moon is 0 %, 1st/3rd quarter are 50%.  As a result, the
    icons/labels are only present for a few hours, but overall it's
    mathematically correct!
  * Added additional information to the menu including next phases and the
    next solstice and equinox.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 3 Aug 2012 8:58:31 +1000


indicator-lunar (1.0.5-1) precise; urgency=low

  * Consolidated all options into a preferences dialog.
  * Fixed the PPA URL in the About dialog.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Fri, 27 Jul 2012 23:12:56 +1000


indicator-lunar (1.0.4-1) precise; urgency=low

  * Changed the build process to use a single PPA.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Wed, 25 Jul 2012 20:50:52 +1000


indicator-lunar (1.0.3-1) precise; urgency=low

  * Added distance from earth/sun and constellation information to the menu.
  * Updated main icon to be a crescent.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 24 Jul 2012 9:55:08 +1000


indicator-lunar (1.0.2-1) precise; urgency=low

  * Added a generic icon to appear in the menu and unity search.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Tue, 24 Jul 2012 8:05:18 +1000


indicator-lunar (1.0.1-1) precise; urgency=low

  * Changed update rate to be hourly.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 23 Jul 2012 23:20:57 +1000


indicator-lunar (1.0.0-1) precise; urgency=low

  * First release.

 -- Bernard Giannetti <thebernmeister@hotmail.com>  Mon, 23 Jul 2012 20:50:17 +1000