Skip to content

Release 2.2.2 - Production

Compare
Choose a tag to compare
@milindgoel15 milindgoel15 released this 07 Sep 11:07
· 6 commits to main since this release

Changelog v2.2.2

  • upgrade flutter to 3.13
  • added AccuWeather & Weatherapi. (see note 1 below)
  • added meteo weather icons
  • added widget icon for both Glance and Detailed widgets
  • Improved responsive layout
  • added wind direction name to wind degrees
  • added wind Beaufort
  • added moon phases and its illumination
  • Fixed accessibility issue with location input text field
  • added text shadow to glance widget text
  • added font chooser from Google fonts
  • improved greyed out widgets logic

Notes:

  1. The AccuWeather API key needs to be set before using this source since I didn't provide any default key for it.

  2. Although everything will work without needing a clean installation. However, to dispose of/close off any unused db, you can choose to clean-install the app (by clearing app data).

  3. AccuWeather API will create another duplicate record in the saved places list with the added key data since HiveDB does not support updating records directly.

  4. Minimum SDK is now 23 from this release i.e., the minimum supported Android version becomes Marshmallow (6.0).

  5. The Windows version will take some time.