Skip to content

Releases: blackadderkate/weather-widget-2

Version 3.0.4 for Plasma 6

25 Mar 14:55
Compare
Choose a tag to compare

An updated version of the Weather Widget for KDE Plasma 6.

Fixed in this release:

  • Better Layout fixes for Horizontal/Vertical/Compact layouts.
  • The widget now uses the system default font again (unless otherwise set).
  • Tweaks to the Last Updated Text - it no longer wraps onto multiple lines, and can be disabled altogether.
  • You can now Single-Click a Location and click OK to add a new location in MetNo Search.
  • MetNo timezones should now work properly with Daylight Savings Time (I hope).

Major Bugs/Features/Issues to be sorted

  1. You can no longer access local FILE:/// urls using XMLHttpRequest. This breaks the MetNo Search. Two possible fixes:

    • host on a free web host - the downside is limited bandwidth allowances...
    • set QML_XHR_ALLOW_FILE_READ=1 - less secure and requires manual hacking by users
  2. Lots of "Attribute value not found" error messages in .xsession-errors using Openweathermap sources (due to their API omitting rain data if none is expected).

  3. Location times in the Meteogram might not be accurate, especially on OWM locations.

As far as I am aware, this is pretty stable now and apart from the issues above I have fixed all the major bugs. Unless someone finds a serious bug this week, I am aiming to release on the KDE store during the Easter weekend. As soon as I fix the rest of those pesky timezone bugs, I'll release it on the KDE Store...

Discuss this release here

Please report any bugs in the appropriate discussion, or check if it has been raised as an issue.

V3.0 Beta 1 for Plasma 6

23 Jan 19:38
Compare
Choose a tag to compare
Pre-release

Obsolete - use the new Beta 2 instead.

v2.3.5Beta2

16 Jun 17:58
Compare
Choose a tag to compare
v2.3.5Beta2 Pre-release
Pre-release

Proper Fix for MetNo Sources no longer loading by @pstrejajo in #149 #150
Fix Move Place identifier to top of Map Place GUI for better user experience in issue #145
Fix Rainfall Overflowing issue in #119
Update pl.po by @galibozek in #120
Update norwegian translation by @solbu in #124

v2.3.4.3

25 Oct 23:57
Compare
Choose a tag to compare
v2.3.4.3 Pre-release
Pre-release

Beta Version

What's Changed

New Contributors

Full Changelog: v2.3.4...master

v2.3.4

19 Oct 16:12
9261159
Compare
Choose a tag to compare

What's Changed

  • Add CS (Czech) Name and Comment Translations to metadata.desktop by @kppr0 in #117
  • Fix issue #115 (White Text on White Background on Comboboxes using the Breeze Dark theme).
  • Fix issue #114 (widgetFontSize is too small)

New Contributors

v2.3.3

15 Oct 16:16
Compare
Choose a tag to compare

What's Changed

Fixes Resizing issue on Plasma 5.26

  • Missing function "i18n" in "getCreditLabel" of OpenWeather provider by @martin-ms in #111
  • Update norwegian translation by @solbu in #112
  • Update Russian translations by @idamir in #113

Full Changelog: v2.3.2...v2.3.3

v2.3.0

05 Sep 18:46
Compare
Choose a tag to compare

New option: Meteogram and 7 day forecast can now display the Location's actual time, as well as GMT and the users' Locale-Time.

Bugfix for Plasma Framework 5.97 issue #102 (lines not displayed on KDE Framework 5.97)
Bugfix for Ubuntu 22.02 issue #104 (Cannot read property 'devicePixelRatio' of null using Kubuntu 22.04LTS)

Beta version

16 Mar 20:51
Compare
Choose a tag to compare
Beta version Pre-release
Pre-release

Development version, with Beta fix for issue #84 : Graph icons displaced with UTC.
Fixes for issues #86 and #87.

V2.2.4.2 - Latest Version

13 Mar 17:03
Compare
Choose a tag to compare

V2.2.4.2

What's Changed

  • Fix issue #78.
  • Fix issue #79.

V2.2.4

What's Changed

  • Added a "Previous Location" link to the Meteogram (issue #74).
  • Fix for Changing Units in the Configuration Page doesn't work (issue #73).
  • Fix: MetNo Latitude, Longitude fields wouldn't accept floating point numbers.
  • Fix build error (issue #39 came back) by @solbu in #72.

Improvements when creating/editing a MetNo place:

  • Support Comma-using locales for Latitude and Longitude.
  • Display invalid Latitude, Longitude, and Altitude values in Red.
  • Streamlined the code for building the URL.
  • When building the URL, the widget now only adds valid Latitude, Longitude, and Altitude data.

V2.1.8 - Legacy version for older distributions

05 Mar 12:23
Compare
Choose a tag to compare

This is a "legacy" version for older distributions such as Kubuntu 18.04 LTS, which are running older versions of Qt.

In this version I have removed newer Qt features such as Tooltips, onActionChosen signals, Arrow Functions in Javascript etc.
It might not look as polished as the full release, but it's better than the widget not working at all on those older distributions.

Please report error messages or bugs here

What's Changed

  • Added a "Previous Location" link to the Meteogram (issue #74).
  • Fix for Changing Units in the Configuration Page doesn't work (issue #73).
  • Fix: MetNo Latitude, Longitude fields wouldn't accept floating point numbers.

Improvements when creating/editing a MetNo place:

  • Support Comma-using locales for Latitude and Longitude.
  • Display invalid Latitude, Longitude, and Altitude values in Red.
  • Streamlined the code for building the URL.
  • When building the URL, the widget now only adds valid Latitude, Longitude, and Altitude data.