Releases: Kosmorro/kosmorro
Releases · Kosmorro/kosmorro
Version 1.0.1
Version 1.0.0
Features
- add support for Python 3.13 and 3.14 (d7def50)
- i18n: add Romanian translation (a61bdb8) (thanks @Nic-T!)
- i18n: add Tamil translation (089d439) (thanks தமிழ்நேரக்குழு!)
- i18n: add Kabyle translation (fcd99f9) (thanks ButterflyOfFire!)
- replace latitude and longitude with one argument alone: --position (#191) (5cab68e)
- add support for
KOSMORRO_POSITIONenvironment 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)
BREAKING CHANGES
--latitudeand-longitudeare not supported anymore. Use--positioninstead.
Version 1.0.0 RC3
What's Changed
- fix: remove unused strings by @Deuchnord in #429
- fix: fix documentation by @Deuchnord in #431
Full Changelog: v1.0.0rc2...v1.0.0rc3
Version 1.0.0 RC2
What's Changed
- feat: add support for Python 3.14 by @Deuchnord in #421
- feat: translations update from Hosted Weblate in #381
- New language: Romanian by @Nic-T
- New language: Tamil by @TamilNeram
- 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
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_POSITIONenvironment 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
--latitudeand-longitudeare not supported anymore. Use--positioninstead.
v0.10.13
Version 0.10.12
Version 0.10.11
Bug Fixes
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
Bug Fixes
Features
- i18n: delete pseudo-translation (b2535ab)
BREAKING CHANGES
- Docker support has been removed.
If you were using it, please migrate to one of the other available options.
Version 0.10.9
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.