ansiweather

Weather in terminal, with ANSI colors and Unicode symbols
Log | Files | Refs | README | LICENSE

ChangeLog (5060B)


      1 AnsiWeather 1.19.0 (2023-01-09)
      2 
      3 - Quote location in example, as this is a common source of error
      4 - Add an entry for "feels_like_text" in the .ansiweatherrc example file
      5 - Only set LC_NUMERIC=C, instead of LC_ALL. This prevents overriding
      6   locale date format when displaying days and months in forecast mode.
      7 
      8 
      9 
     10 AnsiWeather 1.18.0 (2021-09-14)
     11 
     12 - Update man page to add the -v option (Thanks Takayuki Hirota)
     13 - Add support for displaying feels like temperature (Thanks Andrew Abdalian)
     14 - Use command -v instead of which (Thanks er0k)
     15 - Add SPDX short license identifier in source file
     16 
     17 
     18 
     19 AnsiWeather 1.17.0 (2020-06-16)
     20 
     21 - Use cut instead of awk for parsing the config file, allowing to use the
     22   colon character as part of the config value (Thanks Niklas Lindgren)
     23 
     24 
     25 
     26 AnsiWeather 1.16.0 (2020-01-21)
     27 
     28 - Switch default delimiter from "=>" to ":" and stop prepending space
     29 - Do not hardcode colon in forecast mode, use $delimiter instead
     30 
     31 
     32 
     33 AnsiWeather 1.15.0 (2019-11-14)
     34 
     35 - Use HTTPS for performing weather API calls
     36 
     37 
     38 
     39 AnsiWeather 1.14.0 (2019-08-13)
     40 
     41 - Add final dots for options descriptions in ansiweather.1
     42 - Stop mentioning that ftp can be used on Mac OS X, as it's apparently
     43   not the case anymore in Mojave
     44 - Remove space before percent sign for humidity display
     45 - Respect freedesktop/XDG spec for configuration (Thanks Ryan Delaney)
     46 
     47 
     48 
     49 AnsiWeather 1.13.0 (2018-07-16)
     50 
     51 - Do not attempt to fetch UV data when in forecast mode
     52 
     53 
     54 
     55 AnsiWeather 1.12.0 (2018-06-29)
     56 
     57 - Replace spaces in city names by '%20', underscores are not accepted
     58   anymore by the OpenWeatherMap API
     59 - Add support for fetching and displaying UV index
     60 - Document the UV index feature and related flags and options
     61 
     62 
     63 
     64 AnsiWeather 1.11 (2017-06-21)
     65 
     66 - Unicode symbols display is now off by default
     67 - Shorten default greeting text: "Current weather" => "Weather"
     68 
     69 
     70 
     71 AnsiWeather 1.10 (2017-02-16)
     72 
     73 - Add a '-v' option to show version number
     74 - Exit with error code when an unknown option is invoked
     75 - Make wind direction customizable
     76 
     77 
     78 
     79 AnsiWeather 1.09 (2016-10-18)
     80 
     81 - Allow toggling display of wind, humidity, and pressure data (Thanks
     82   John Kaczmarek)
     83 - The -h option does not show help anymore, as everything is available in
     84   the manpage
     85 - Remove extraneous whitespace before daylight data
     86 - Rename 'daylight' variable to 'show_daylight' for consistency with the
     87   newly introduced options (user configuration files must be updated)
     88 - Various documentation and manpage updates and reformatting
     89 
     90 
     91 
     92 AnsiWeather 1.08 (2016-07-26)
     93 
     94 - Use env printf instead of hardcoding printf path
     95 - Added a $forecast_text variable allowing to customize forecast text
     96 - Relicensed under the BSD 2-Clause license
     97 
     98 
     99 
    100 AnsiWeather 1.07 (2016-01-19)
    101 
    102 - Exit with non-zero return code on failure
    103 - Documentation updates
    104 - Added a manual page
    105 
    106 
    107 
    108 AnsiWeather 1.06 (2015-10-30)
    109 
    110 - Added support for OpenWeatherMap API keys
    111 - Changed curl options from '-s' to '-sf' to fail silently on server errors
    112 - Removing auto location helper, user location must now be explicitly set
    113 - Changed default city to Rzeszow, Poland
    114 - Changing rain and thunderstorm icons default colors to white and yellow
    115 - Documentation updates
    116 
    117 
    118 
    119 AnsiWeather 1.05 (2015-09-27)
    120 
    121 - Fixes for numeric translation on NetBSD (Thanks Kamil Rytarowski)
    122 - Use xargs printf construct to avoid hardcoding path to external
    123   printf command (Thanks Kamil Rytarowski)
    124 - Use '/bin/sh' shebang instead of '/usr/bin/env sh' for portability
    125   reasons (Thanks Kamil Rytarowski)
    126 - Replacing spaces by underscores in location name before calling
    127   the weather API
    128 - Force bc to always return integers for wind directions (Thanks Lornix)
    129 - Documentation updates
    130 
    131 
    132 
    133 AnsiWeather 1.04 (2015-09-10)
    134 
    135 - Added a '-a' option to toggle ANSI colors display
    136 - Daylight option in the example configuration file now default to
    137   false to match program default
    138 - Better formatting for usage display
    139 - Documentation updates
    140 
    141 
    142 
    143 AnsiWeather 1.03 (2015-09-08)
    144 
    145 - Removed dependency on Bash, AnsiWeather is now using plain sh
    146 - Detect all numeric locations and switching from 'q' to 'id' API query
    147   parameter in this case
    148 - Do not attempt to convert pressure data to imperial units in forecast
    149   mode (Bugfix)
    150 - Added a '-h' option to display usage
    151 - Parse arguments before setting options (Thanks Lucas Hoffmann)
    152 - Documentation updates
    153 - Linting and minor fixes
    154 
    155 
    156 
    157 AnsiWeather 1.02 (2015-05-09)
    158 
    159 - Documentation updates
    160 - Populated ChangeLog
    161 - Allow overriding default config file location using ANSIWEATHERRC
    162   environment variable (Thanks Lucas Hoffmann)
    163 - Check if 'bc' is installed before starting
    164 
    165 
    166 
    167 AnsiWeather 1.01 (2015-03-16)
    168 
    169 - Add ability to store options in config file (Thanks Aaron Bieber)
    170 - Automatic location detection (Thanks Michael Price)
    171 - Showing wind direction and speed
    172 - Add ability to display upcoming weekly forecast (Thanks Michael Reinhardt)
    173 - Add ability to display daylight data (Thanks Roy Hodgman)
    174 - Allow custom geolocation server to be set (Thanks Aaron Bieber)
    175 - Removed dependency on seq
    176 
    177 
    178 
    179 AnsiWeather 1.00 (2013-10-19)
    180 
    181 - Initial release