Skip to content

Commit

Permalink
Bump to v135
Browse files Browse the repository at this point in the history
  • Loading branch information
penguin-teal committed May 4, 2024
1 parent 6577d49 commit e994aeb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## v135

This version fixes a lot of bugs and automatically chooses a provider for you
by default.

Features:
- "Adaptive" provider which picks a random provider based on settings so one doesn't get too many requests
- "Paste" settings option in Settings > About beside the "Copy" button

Improvements:
- Hide trailing zeroes after temperature
- Notify if a provider blocks a request because the call limit was reached
- Add locale to Copy Settings JSON
- Reload time format when Clock Format (24hr or AM/PM) is changed in GNOME Settings

Bug Fixes:
- Fix condition names not showing with OpenWeatherMap
- Fix last day forecast of WeatherAPI.com showing all the same time
- Fix weather provider attribution button in pop-up not updating when provider changes
- Fix extended forecast starting on wrong day
- Fix today's forecast starting later in the day
- Fix crash when Nominatim fails
- Fix forecast box being too long if forecast days option is higher than the provider gives
- Fix geoclue failing causing errors
- Fix sunset or sunrise in panel sometimes not showing the correct approaching one

## v134

This version provides a large rewrite with support for an additional provider.
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"uuid": "openweather-extension@penguin-teal.github.io",
"settings-schema": "org.gnome.shell.extensions.openweatherrefined",
"gettext-domain": "gnome-shell-extension-openweatherrefined",
"version-name": "134",
"version": 134
"version-name": "135",
"version": 135
}

0 comments on commit e994aeb

Please sign in to comment.