Next | Query returned 22 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2022-12-01 20:27:00 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.6.1

What's Changed
 - Contains a critical hotfix, as the calculation of the time indicator for the
   graph caused an error or getting stuck at times after 11 p.m.
 - Removes unnecessary dependencies
   2022-11-29 08:44:36 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.6.0

What's New
 - color config option (#43)
    - allows use a "plain"'(white) color for weather
 - display of current time (#44)
    - visual indicator of the current time in the forecast graph
   2022-11-21 23:14:58 by pin | Files touched by this commit (2) | Package updated
Log message:
misc/wthrr: update to 0.5.1

 - remove flag form -d in forecast example
 - fix "No, don't ask me again" save_prompt option
 - use sub-/supscript uniformly
   2022-11-15 13:14:04 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.5.0

What's New
 - new configuration options
   - add forecasts by default
   - configurable precipitation units and time format
   - configurable border & graph styles
   - check the README's config section for details

What's Changed
 - forecast as option instead of being a sub-comand (6cf0ab1)
   - forecast is now accessed without flags e.g.,: -f w | -f d | -f w,d.
     Not possible anymore is e.g., -f -w, or -f solely.
 - remove greeting -g CLI flag to be a "config-file-only" option with gui
   styles (a95d433).
   2022-11-03 21:35:11 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.4.2

 - make -f -w -d behave as -f
 - fix formatting and typos
   2022-10-28 09:50:35 by pin | Files touched by this commit (2) | Package updated
Log message:
misc/wthrr: update to 0.4.1

 - represent updated readme structure in toc
 - move helper fn to adjust witdh into utils file
 - fix forecast row widths based on language (#19)
 - require delimiter to pass multiple unit args
 - unhide forecast day option
 - globalize arg options
 - update external dependencies
   2022-10-21 13:31:29 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.4.0

New Features
 - Hourly forecasts with graphs for current day: #18

Breaking Changes
 - Use enum values and toml table for config units: #17
 - If you have saved a default configuration, it's required to modify the
   configuration file to use a toml table for [units] instead of an array of
   strings (~/.config/weathercrab/wthrr.toml).
   Deleting the file and starting with a blank run is also possible.

Other Changes:
 - UI improvements like bold titles and closing margins on separators and
   borders
 - Error corrections displaying translated texts
   2022-10-01 21:08:01 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.3.0

New Features:
 - speed units, they bring a "mini-breaking" change. Depending on the \ 
preferred
   default measurements units you need to re-save your config.
 - migrate to clap v4
   2022-09-10 18:12:17 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.2.1

v0.2.1
- remove superseded 'method' field in config
- use confy upstream crate
- add AppImage format for releases
- more minor improvements to codebase
   2022-09-05 16:15:28 by pin | Files touched by this commit (3) | Package updated
Log message:
misc/wthrr: update to 0.2.0

New Features:
- multilang support
- option to disable greeting message

Breaking Changes:
- temperature units now use enum the values `celsius` | `fahrenheit` instead of
  the weather json response string values `°C` `°F`
- if Fahrenheit is your default temperature unit, you might need to save your
  default config again
- lots of improvements behind the scenes for better cohesiveness and defect
  prevention

Next | Query returned 22 messages, browsing 11 to 20 | Previous