Skip to content

Latest commit

 

History

History
361 lines (233 loc) · 10.4 KB

NEWS.md

File metadata and controls

361 lines (233 loc) · 10.4 KB

News

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Add icons to sunrise and sunset lines #95

Changed

Removed

[1.9.0 - 2024-07-09]

Added

  • Draw lines for sunrise and sunset #93

Changed

  • Fix precipitation histogram possibly not showing snow due to incomplete check #94

[1.8.0 - 2024-02-21]

Added

  • Display full temperature unit #91

  • Data update strategy can be configured #88

  • Font have anti-aliasing activated #89

  • Serbian translations #22

  • CI pipeline generates a ".pbi" installer #84

Changed

  • Dates in daily forecast box now are smaller to free space and improve readability #89

  • Read default font size from theme and deduce other fonts size from that size. This has been done to improve the UI layout on small screen. #89

  • Alerts button has been resized and moved to free space for current weather box #86

[1.7.0 - 2023-12-31]

Added

  • Automatic elision of long weather description #81

  • Row of dots to represent forecast pages #77

  • Check software version #79

  • Daily forecast can be used as power off logo #28

  • Menu item to edit location #68

Changed

  • Hide wind information when speed is zero #82

  • Resize application icon #72

  • Dynamically shorten status bar date to avoid screen overflow #80

  • Humidity was replaced by speed of wind gusts #78

  • Icons in daily forecast are now centered vertically #76

  • Switching from daily to hourly forecast now considers key or swipe direction to set forecast offset #74

  • Some unnecessary redraw are avoided to fix screen flickering #73

  • Alerts were displayed in a standard dialog. A widget dedicated to alert viewing has been implemented to improve readability. #66

[ 1.6.0 ] - 2023-11-01

Changed

  • There used to be 8 wind direction icons. To improve precision, a single icon is now rotated according to wind direction. #63

  • Fix possible missing translations #64

[ 1.5.0 ] - 2023-10-26

Added

  • Display icon for wind direction #19

Changed

  • New translation infrastructure. Hopefully it should not have any effect visible to the end user. #61

  • The hourly forecast view used to display forecasts for 24 hours. It has been increased to 48 hours. Labels have been added to identify dates. #62

  • For whatever reason, on some devices, forecast timestamps did not correspond to exact hours. Those timestamps are now rounded to the nearest hour. #32

[1.4.0] - 2023-10-19

Added

  • Display application icon and user friendly name in task manager #60

  • Configuration editor #2

Changed

  • Update of translations #58

[1.3.0] - 2023-10-14

Added

  • Czech translations #58

  • Dump/Restore most of model in application state #57

  • Check flight mode state before refreshing data #57

Changed

  • At application start, it used to show the same type of forecast (daily or hourly) as when exiting. Now the application always starts with the same type of forecast. The default is to start with the hourly forecast. Add start_with_daily_forecast = true to the configuration file to change default behavior. #59

  • Don't clear model in case of data refresh failure #57

[1.2.0] - 2023-10-09

Added

  • Display location list when multiple locations are returned by Geocoding API #56

  • Compile with O3 optimization and strip executable #25

  • Add log file #37

  • Document desktop integration #36

  • Extend history items with favorite boolean and make sure favorites won't disappear from history #40

  • Automatic refresh should not popup connection dialog #50

  • API key can be specified through configuration file #44

  • Automatic refresh every hour #26

  • Show month day and name under day name #48

  • Evenly distribute space between columns of daily forecast view #49

  • Touch control allow to switch pages #27

  • Min and max temperatures are displayed in daily forecast #43

Changed

  • Display location country as returned by Geocoding API. Previously user input was shown.

    ⚠️ Note that this introduces a breaking change in how the application used to dump its state, and favorites will be lost with this change.

    #56

  • URL encode location when requesting Geocoding API #55

  • Fix possible crash on missing attributes in OpenWeather API payload #52

  • Fix menu not opening after a refresh without internet connection #53

  • Don't open menu during data refresh #51

  • Fix some (minor) visual glitches #47

  • Display full date in status bar #46

  • Fix background color of icons #45

Removed

  • It's not possible to set default location through configuration file anymore #56

[1.1.0] - 2023-09-16

Added

  • Display daily forecast #8

  • Display credits in about dialog #34

  • History of locations in menu #18

  • Display alerts #24

  • Polish translations #22

Changed

  • Switching forecast view should not refresh data nor update whole screen #38

  • Don't refresh data after cancel of location edit #39

  • Fix invisible alerts button handing touch events #35

[1.0.1] - 2023-09-07

Added

  • Check software version at startup #30

[1.0.0] - 2023-09-06

Added

  • Draw precipitation histogram #20

  • Sub-menu to select unit system #4

  • Location selection through text input #12

  • Specify language when calling OpenWeather API #15

  • Take profile into account when reading configuration #13

  • Display current weather description #14

  • Elide location text when too long #12

  • About dialog #7

  • Application menu #6

  • Support for translations #3

  • Weather icons #1 Automatic refresh should not popup connection dialog #50

  • API key can be specified through configuration file #44

  • Automatic refresh every hour #26

  • Show month day and name under day name #48

  • Evenly distribute space between columns of daily forecast view #49

  • Touch control allow to switch pages #27

  • Min and max temperatures are displayed in daily forecast #43

Changed

  • Fix some (minor) visual glitches #47

  • Display full date in status bar #46

  • Fix background color of icons #45