From 3b93d49de984e0dc792bcc6b188b51837f26b0a8 Mon Sep 17 00:00:00 2001 From: Uladzislau Vasilyeu Date: Thu, 26 Sep 2024 05:39:44 +0300 Subject: [PATCH] version 1.11.3 is done --- debian/changelog | 4 ++++ meecast/core/core.h | 2 +- omweather-fmi-fi-stations-db/src/meego-main.cpp | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6b763a63c..db8ba4d9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,7 @@ +meecast (1.11.3) unstable; urgency=low + * Improved in settings UI + -- Vlad Vasiliev Thu, 26 Sep 2024 06:02:23 +0300 + meecast (1.11.2) unstable; urgency=low * Fixed sunrise and sunset for fmi.fi source -- Vlad Vasiliev Mon, 16 Sep 2024 08:02:23 +0300 diff --git a/meecast/core/core.h b/meecast/core/core.h index ee1522028..252cbd648 100644 --- a/meecast/core/core.h +++ b/meecast/core/core.h @@ -51,7 +51,7 @@ #include "databaseabstract.h" #include "downloader.h" -#define MEECAST_VERSION "1.11.2" +#define MEECAST_VERSION "1.11.3" namespace Core{ class Connection; diff --git a/omweather-fmi-fi-stations-db/src/meego-main.cpp b/omweather-fmi-fi-stations-db/src/meego-main.cpp index 6350d9b8b..36393a183 100644 --- a/omweather-fmi-fi-stations-db/src/meego-main.cpp +++ b/omweather-fmi-fi-stations-db/src/meego-main.cpp @@ -609,6 +609,10 @@ parse_and_write_days_xml_data(const char *days_data_path, const char *result_fil icon = 6; description = "Heavy Sleet Showers"; break; + case 77: + icon = 4; + description = "Thundershowers"; + break; case 81: icon = 5; description = "Light Sleet";