Skip to content
Snippets Groups Projects
Changelog 2.75 KiB
Newer Older
  • Learn to ignore specific revisions
  • version 2.1-beta3 (2017-07-02)
    - get localisation working, added missing translations to fr locale.
    
    - added russian translation (it's not very good)
    - LunaWidget stretches to fit, not fixed size anymore
    
    dxtwjb's avatar
    dxtwjb committed
    version 2.1-beta2 (2017-06-29)
    - pick lunar image from a list
    - current image shown with callibration grid on config page (Tycho & Copernicus marked)
    
    dxtwjb's avatar
    dxtwjb committed
    version 2.1-beta (2017-05-07)
    - changed the image (edit LunaIcon.qml to use the old one)
    - draws the phase shadow on a full moon image instead of an image per day
    - maintains circular aspect when resized
    
    dxtwjb's avatar
    dxtwjb committed
    version 2.0.3 (2017-03-26)
    - stop trampling over theme
    - fix tooltips for >=Qt5.5
    
    dxtwjb's avatar
    dxtwjb committed
    version 2.0.2 (2017-03-13)
    - Issue 3: use lower version of Layouts so it works with >=Qt5.5
    
    version 2.0.1 (2017-02-11)
    - zip now now contains the content of the package directory
    
    wwjjbb's avatar
    wwjjbb committed
    version 2.0 (2016-12-01)
    - modified to be a Plasma 5 plasmoid
    
    version 1.4 (2013-05-16):
    - the dialog now scrolls in and out instead of just appearing or disappearing
      when the plasmoid is added in a panel
    - split tooltip text in a main text and a subtext
    version 1.3 (2012-11-29):
    - scrolling the mouse wheel when the mouse cursor is in the popup dialog
      navigates to the previous or next moon phases
    - show a more correct description of the current phase in the tooltip
    version 1.2 (2012-11-08):
    - really make the arrow keys and the "Home" key work again in the popup
      dialog by focusing the dialog each time it is shown
    - show correct moon phase in the tooltip
    - load the popup dialog only when actually requested (namely when the
      user clicks on the moon image for the first time); this makes the
      plasmoid load faster
    version 1.1 (2012-07-18):
    - make the arrow keys and the "Home" key work again in the popup dialog
    - allow changing the shown phases in the popup dialog with the "Page Up"
      and "Page Down" keys
    - allow specifying a custom date format for the dates in the popup
    version 1.0 (2012-05-03):
    - show the dates in the popup dialog using the user's locale
    - allow different formats for the dates in the popup dialog
    - add French translation
    version 0.4 (2011-12-19):
    - use Plasma Components instead of Plasma Widgets for a better layout
      of the popup dialog (KDE Plasma 4.8+ required)
    version 0.3 (2011-07-07):
    - add tooltip (KDE Plasma 4.7+ required)
    - put the dates of the current month's phases in a separate dialog
      (KDE Plasma 4.7+ required)
    - the SVG image of the current moon phase is smoother
    version 0.2 (2011-06-30):
    - add configuration dialog which allows to configure the hemisphere and
      whether the background is drawn
    - remove bug: when today is the 30th or 31st of a month, then the dates
      in the months with less days are not shown correctly
    - remove bug: the moon image was never updated, now it is updated regularly
    version 0.1 (2011-03-24):
    - first version