Skip to content

Releases: cjennings/emacs-wttrin

v0.2.4

22 Apr 16:39
Compare
Choose a tag to compare

Minor Bug Fixes and a Readme Rewrite

code changes

  • changed wttrin-default-accept-language variable name to just wttrin-default-languages
  • fixed all remaining compiler warnings
  • added proper License Boilerplate and SPDX-License-Identifier for GPL 3.0

readme changes

  • format changed from markdown to org mode
  • full rewrite: sections and badges and screenshots! oh my!

Full Changelog: v0.2.3...v0.2.4

v0.2.3

01 Apr 21:16
Compare
Choose a tag to compare

minor fit and finish bug-fixing

code changes

  • changed default font to Lucida Console (more universal + compatible with wttr.in)
  • corrected :type for wttrin-default-accept-language
  • fixed types for default-accept-language and default-cities
  • removed unused status variable in wttrin-fetch-raw-string
  • misellaneous syntax and grammar corrections
  • updated docstring quotations
  • updated version, header description, and commentary

readme changes

  • added manual and straight installation instructions
  • corrected font-height setting example
  • credited patch authors (thank you, again y'all)

Full Changelog: v0.2.2...v0.2.3

v0.2.2

01 Apr 16:34
Compare
Choose a tag to compare

customize font, display date, clean requeries, license change, &c.

  • changed license to GPLv3
  • allow user to specify font name and height for display
  • place date/time stamp above location name at top of buffer
  • re-query with new location deletes to reduce buffer clutter
  • updated screenshot to show current updates
  • changed references from "city" to "location" in wttrin.el
  • removed old CI config files
  • removed old badges from readme file

Full Changelog: v0.2.1...v0.2.2

v0.2.1

12 Mar 01:43
Compare
Choose a tag to compare

Applied the following pull requests:

patch for selecting the unit system: bcbcarl#10
patch for url request to return ascii rather than html bcbcarl#18
patch to use https instead of http: bcbcarl#15
fixed various elisp linter errors (mostly docstring)

Also updated the default cities, and provided prompt text at the end of the forecast. Enjoy!

Full Changelog: v0.1.0...v0.2.1