Skip to content

Releases: Kosmorro/kosmorro

Version 0.6.0

01 Mar 13:44
Compare
Choose a tag to compare

Features

  • add ability to save PDF file (2fadc2a)
  • add support for maximal elongations of Mercury and Venus (9dbc093)
  • add support for timezones (d7730bd)

Version 0.5.2

04 Feb 19:49
Compare
Choose a tag to compare

Bug Fixes

  • add missing dependency for PIP (906a592)

Version 0.5.1

03 Feb 12:26
Compare
Choose a tag to compare

Bug Fixes

  • add compatibility for Skyfield 1.17 (081aab1)

Version 0.5.0

26 Jan 08:45
Compare
Choose a tag to compare

v0.5.0 (2020-01-26)

Features

  • add colors in the text return (38fc066)
  • i18n: make the strings translatable (c4f07a1)
    • Kosmorro is now available in French and German!

Version 0.4.0

28 Dec 17:19
Compare
Choose a tag to compare

v0.4.0 (2019-12-28)

Features

  • events: add support for conjunctions (8d60a2a)
  • rename fields in the JSON response for more coherence (4029ba9)
  • ephemerides: compute ephemerides if the position is set only (467c822)
  • events: add support for opposition events (fa2da9e)

BREAKING CHANGES

  • the fields "details" and "ephemerides" have been switched.
  • ephemerides: invoking kosmorro command without --latitude and
    --longitude arguments will now only output the Moon phase and,
    eventually, the events for the given date (or today if date not given).

Version 0.3.1

01 Dec 12:43
Compare
Choose a tag to compare

v0.3.1 (2019-12-01)

Bug Fixes

  • moonphase: fix the Moon phase prediction (d715746)

Version 0.3.0

01 Dec 10:00
Compare
Choose a tag to compare

Bug Fixes

  • position: remove useless altitude argument (d079fc7)
  • terminology: use the "Object" term (e21f632)

Features

  • moon-phase: compute more accurate Moon phase (6856d45)

Performance Improvements

  • position: enhance the position performing (61536da)

BREAKING CHANGES

  • position: invoking kosmorro command with the --altitude argument
    will now fail with an "unrecognized arguments" error.
  • moon-phase: JSON format now returns the moon phase as an object
    instead of a string

Version 0.2.3

24 Nov 09:51
Compare
Choose a tag to compare

v0.2.3 (2019-11-24)

Bug Fixes

  • dumper: display the right date on output text (2511d31)

Version 0.2.2

18 Nov 18:48
Compare
Choose a tag to compare

Bug Fixes

  • set times are now correct (82bdc70)

Features

  • add argument to get the current version (5f74b08)

Version 0.2.1

17 Nov 16:43
Compare
Choose a tag to compare

v0.2.1 (2019-11-17)

Bug Fixes

  • Move version constant to its own file to prevent sgp4 module failing in the AUR (9a0c9d3)