WeatherWise Releases Versions Save

Release repo for WeatherWise, a material design, closed source live-weather app with Material You theming. Available for both Android and Windows.

v2.3.7

6 months ago

Changelog v2.3.7

  • Upgrade flutter to 3.16
  • Update crowdin translations
  • Added french translation by Marco Polo
  • Force textDirection to LTR
  • Improve card item responsiveness

Important Links:

Crowdin Project: https://crowdin.com/project/weatherwise Paypal: https://paypal.me/milindgoel15 BuyMeACoffee: https://buymeacoffee.com/milindgoel15 Telegram Channel: https://telegram.me/MGProjectsNews Telegram Chat: https://telegram.me/MGProjectsChat

v2.3.6

6 months ago

Changelog v2.3.6:

  • Downgrade workmanager to fix work scheduling (Android)

Note for Windows users: There's no change for Windows versions. You can choose to update to 2.3.6 or ignore it.

Important Links:

Crowdin Project: https://crowdin.com/project/weatherwise Paypal: https://paypal.me/milindgoel15 BuyMeACoffee: https://buymeacoffee.com/milindgoel15 Telegram Channel: https://telegram.me/MGProjectsNews Telegram Chat: https://telegram.me/MGProjectsChat

v2.3.5

6 months ago

Changelog:

  • Fix incorrect type issue
  • Upgrade dependencies

Important Links:

Crowdin Project: https://crowdin.com/project/weatherwise Paypal: https://paypal.me/milindgoel15 BuyMeACoffee: https://buymeacoffee.com/milindgoel15 Telegram Channel: https://telegram.me/MGProjectsNews Telegram Chat: https://telegram.me/MGProjectsChat

v2.3.4

7 months ago

Changelog 2.3.4

  • improved error handling in API fetch requests
  • added a fallback to astronomy data if its API is down
  • upgraded Android Gradle to 8.0
  • upgraded compileSdk to API 34

Important Links:

Crowdin Project: https://crowdin.com/project/weatherwise Paypal: https://paypal.me/milindgoel15 Telegram Channel: https://telegram.me/MGProjectsNews Telegram Chat: https://telegram.me/MGProjectsChat

v2.3.2

7 months ago

Changelog v2.3.2:

  • removed old user key migrations
  • adjusted card widths in desktop views
  • adjusted card icon background in AMOLED mode.
  • fixed contrast of chart rod tooltips
  • update with the latest available crowdin translations

Important Links:

Crowdin Project: https://crowdin.com/project/weatherwise Paypal: https://paypal.me/milindgoel15 Telegram Channel: https://telegram.me/MGProjectsNews Telegram Chat: https://telegram.me/MGProjectsChat

v2.3.0

7 months ago

Changelog:

from 2.2.7 beta:

  • new UV index icon
  • fixed the mist icon again
  • fixed landscape UI not shown on certain phones

from 2.2.8 beta:

  • new feels-like icon
  • new Omelette widget
  • minor code refractor
  • updated latest available translations

from 2.2.9 beta:

  • Improved desktop/landscape onboarding (with animations)
  • The GPS method now works on Windows but there's a catch (See note)
  • Improved desktop layouts in general
  • Update the latest available translations
  • Drop svg icons in favor of ttf iconfont
  • Use dialog instead of the bottom sheet for default interval periods for background updates
  • minor code refractor
  • added weather scene animations for home and forecast pages
  • improved home skeleton based on new UI + old UI
  • some code cleanup
  • added a toggle for weather animations UI (default off)
  • Improved AMOLED theme (true AMOLED feel?)
  • added toggle for weather animation background
  • added more pressure units (default hpa)
  • fixed pressure units not changing in the pressure levels card
  • minor code refractor
  • update the latest available translations from Crowdin

Note: location services have to be turned on before you try to fetch using the GPS method. The GPS method won't automatically turn on the location services or lead you to the settings page of Windows. The app might crash if location services are off when trying with the GPS method.

You can add your translations on Crowdin here.

v2.2.6

8 months ago

Changelog v2.2.6:

  • Fix extra vertical padding from the glance widget
  • 2 new widgets (Pixel style glance & tile widget)
  • Fix UI issues with certain tablet devices in portrait mode
  • Improve app responsiveness for most screen sizes
  • Support foldable screens (Some UI bugs might be expected. Do report them if found)
  • Updated screenshots in the readme
  • Updated features list in the readme

v2.2.4

8 months ago

Changelog v2.2.4:

  • Fixed mist icon not visible on WeatherAPI
  • Fixed always greyed out on SDK 30 and below
  • Updated Windows version
  • Improved homepage skeleton UI
  • added rounded ripple effect in settings items

v2.2.2

8 months ago

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.

v2.1.7

8 months ago

Changelog v2.1.7:

  • added Windows support (Please see note 1 below)
  • app now supports landscape UI as well
  • retain the app in the background when the back button is used (just like native apps do in a12+)
  • added a way to set custom time intervals for background updates (Please see note 2 below)
  • added the last updated time on the home page
  • removed old interval times (New: 1,2,4-default,6)

Notes:

  1. i) When installing the Windows version of the app, if you get an error that says "certificate could not be verified", you would need to install the app's certificate manually first. Take a look at this youtube video for any help. ii) The Windows version does not support GPS-based location as of now.

  2. Adding a custom API key is a hidden feature. Hence, the feature to add a custom interval is only there for users who know how to get the API key and add it to the app. It's very important to enter the key generated from a free account only as other keys will not work.