@@ -1,3 +1,13 @@ | |||||
# [v0.10.6](https://github.com/Kosmorro/kosmorro/compare/v0.10.5...v0.10.6) (2021-11-20) | |||||
### Bug Fixes | |||||
* **colors:** use colors adapted on both dark and light background ([9bdb490](https://github.com/Kosmorro/kosmorro/commit/9bdb490435a4ca9741911396a28fa6bbdb47159b)) | |||||
* **events:** fix event details display for maximal elongation ([d73f74a](https://github.com/Kosmorro/kosmorro/commit/d73f74a34cc21ff8b092d65f77aacf66529ab8bb)) | |||||
# [v0.10.5](https://github.com/Kosmorro/kosmorro/compare/v0.10.4...v0.10.5) (2021-11-09) | # [v0.10.5](https://github.com/Kosmorro/kosmorro/compare/v0.10.4...v0.10.5) (2021-11-09) | ||||
@@ -19,7 +19,7 @@ | |||||
__title__ = "kosmorro" | __title__ = "kosmorro" | ||||
__description__ = "A program that computes your ephemerides" | __description__ = "A program that computes your ephemerides" | ||||
__url__ = "https://kosmorro.space" | __url__ = "https://kosmorro.space" | ||||
__version__ = "0.10.5" | __version__ = "0.10.6" | ||||
__author__ = "Jérôme Deuchnord" | __author__ = "Jérôme Deuchnord" | ||||
__author_email__ = "jerome@deuchnord.fr" | __author_email__ = "jerome@deuchnord.fr" | ||||
__license__ = "AGPL" | __license__ = "AGPL" | ||||
@@ -6,9 +6,9 @@ | |||||
#, fuzzy | #, fuzzy | ||||
msgid "" | msgid "" | ||||
msgstr "" | msgstr "" | ||||
"Project-Id-Version: kosmorro 0.10.5\n" | "Project-Id-Version: kosmorro 0.10.6\n" | ||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||||
"POT-Creation-Date: 2021-11-09 19:08+0100\n" | "POT-Creation-Date: 2021-11-20 12:12+0100\n" | ||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"Language-Team: LANGUAGE <LL@li.org>\n" | "Language-Team: LANGUAGE <LL@li.org>\n" | ||||