Skip to content

Releases: Kosmorro/kosmorro

Version 1.0.1

03 Jan 15:51

Choose a tag to compare

This is a release to bypass a buguous release that PyPI does not want me to upload.

Version 1.0.0

03 Jan 15:39
27267e5

Choose a tag to compare

Features

BREAKING CHANGES

  • --latitude and -longitude are not supported anymore. Use --position instead.

Version 1.0.0 RC3

11 Nov 09:05

Choose a tag to compare

Version 1.0.0 RC3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0rc2...v1.0.0rc3

Version 1.0.0 RC2

27 Oct 20:45

Choose a tag to compare

Version 1.0.0 RC2 Pre-release
Pre-release

What's Changed

  • feat: add support for Python 3.14 by @Deuchnord in #421
  • feat: translations update from Hosted Weblate in #381
  • fix: adjust timezone based on the date of calculation by @Deuchnord in #426

Full Changelog: v1.0.0rc1...v1.0.0rc2

Version 1.0.0 RC1

19 Oct 16:31

Choose a tag to compare

Version 1.0.0 RC1 Pre-release
Pre-release

Warning

This is the first release candidate for version 1.0.0 of Kosmorro.
It is not considered as stable, feel free to play with it and tell me in the Issues if you find some creepy bugs.
Thank you!

Features

  • Python 3.13 support (d7def50)
  • replace latitude and longitude with one argument alone: --position (#191) (5cab68e)
  • add support for KOSMORRO_POSITION environment variable (6c5dc6f)
  • add support for command line completion (151c3a7)
  • add support for seasons and lunar eclipses (facd319)
  • guess output format from output file extension (#197) (4b1f06e)
  • New export format: LaTeX (4d5b941)
  • send error and warning messages in standard error instead of standard output (c377c63)
  • timezone: add support for the tz database (3a87cfa)
  • add support for the Open location code format.
    • Warning: this does not support Plus Codes yet.

BREAKING CHANGES

  • --latitude and -longitude are not supported anymore. Use --position instead.

v0.10.13

17 Dec 09:13

Choose a tag to compare

Bug Fixes

  • compatibility with Python 3.12 (4d6b980)

Version 0.10.12

24 May 11:59
0cf9447

Choose a tag to compare

Bug Fixes

Version 0.10.11

11 Nov 10:30

Choose a tag to compare

Bug Fixes

  • fix localization for Earth and apsis (#275) (1f1118c)

Build System

BREAKING CHANGES

  • Python 3.7 is not supported anymore
  • AppImage is no longer available. This decision has been made because it has become hard to maintain lately, and I don't have time nor motivation to fix it.

Version 0.10.10

20 Mar 10:45

Choose a tag to compare

Bug Fixes

  • use Babel to translate the dates (9268113)
  • events: ignore unsupported event types (9bfa8f5)

Features

  • i18n: delete pseudo-translation (b2535ab)

BREAKING CHANGES

Version 0.10.9

12 Jan 17:07

Choose a tag to compare

a.k.a the Huge Oops Version

Bug Fixes

  • Fix the distribution on PyPI that was actually the unfinished version 1.0.0. Yes, really.

I think I need some sleep.