aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: persist runtime favorite and saved locations in a state filerelease/0.4.0Craig Jennings2026-07-028-52/+439
* feat(mode-line): optional multi-day forecast in the weather tooltipCraig Jennings2026-07-012-3/+276
* chore: extend gitignore for a local tooling artifactCraig Jennings2026-07-011-0/+3
* fix: center the loading placeholder on an a switchCraig Jennings2026-07-012-8/+84
* fix: keep a d-set favorite from reverting to the init value on restartCraig Jennings2026-07-017-166/+396
* docs: point the geolocation-command docstring at the bundled examplesCraig Jennings2026-06-281-1/+2
* test: cover wttrin--reset-font-heightCraig Jennings2026-06-281-0/+35
* docs: document auto-fit and buffer centeringCraig Jennings2026-06-281-0/+13
* fix: don't auto-fit the loading placeholder to a huge fontCraig Jennings2026-06-282-1/+67
* fix: don't steal focus when an async weather response rendersCraig Jennings2026-06-283-5/+54
* fix: drop stale async weather responses that overwrite a newer queryCraig Jennings2026-06-282-2/+70
* fix: stop the mode-line cleanly when disabled before startup firesCraig Jennings2026-06-283-5/+93
* fix: always evict at least one cache entry when over maxCraig Jennings2026-06-282-7/+9
* fix: key the cache on all response-shaping settingsCraig Jennings2026-06-282-74/+70
* fix: require subr-x for string-trimCraig Jennings2026-06-281-0/+1
* chore: clean up package metadataCraig Jennings2026-06-283-3/+3
* style: normalize wttrin-default-locations indentation to spacesCraig Jennings2026-06-281-5/+5
* docs: fix verbatim markdown bold in the README geolocation sectionCraig Jennings2026-06-281-5/+5
* refactor: extract the auto-fit input guard, fix a unit-stale docstringCraig Jennings2026-06-281-7/+14
* feat: fit and center the weather buffer in its windowCraig Jennings2026-06-286-11/+322
* fix: drop the alias query from history when making it the defaultHEADmainCraig Jennings2026-06-262-0/+19
* fix: keep saved locations and search history disjointCraig Jennings2026-06-262-1/+37
* feat: save the location to the directory when making it the defaultCraig Jennings2026-06-262-6/+26
* docs: use a public landmark address in saved-location examplesCraig Jennings2026-06-262-4/+4
* feat: add named-locations directory with display namesCraig Jennings2026-06-2614-152/+884
* feat: add external-command geolocation, opt-out, and example adaptersCraig Jennings2026-06-2511-21/+1121
* feat: add current-location detection to the weather pickerCraig Jennings2026-06-257-54/+399
* fix: refresh mode-line weather when the default location changesCraig Jennings2026-06-252-2/+60
* feat: add 'd' key to make the displayed location the defaultCraig Jennings2026-06-245-16/+186
* feat: expose themeable faces for mode-line and buffer textCraig Jennings2026-06-237-32/+142
* fix: keep location history registered after a savehist setqCraig Jennings2026-06-213-2/+37
* feat: add persistent location search historyCraig Jennings2026-06-213-2/+283
* test: extract message-capture helper into testutilCraig Jennings2026-06-216-55/+45
* fix: exclude generated package files from coverage summaryCraig Jennings2026-06-211-3/+7
* feat: add typed error hierarchy for fetch failuresCraig Jennings2026-06-214-11/+191
* chore: extend gitignore for local tooling and build artifactsCraig Jennings2026-06-211-0/+6
* test: add make coverage-summary with untested-module detectionCraig Jennings2026-06-214-60/+190
* chore: gitignore editor backup filesCraig Jennings2026-06-041-0/+1
* chore: track inbox directory, ignore its contentsCraig Jennings2026-06-042-0/+4
* feat: support t for auto-detect via geolocation in wttrin-favorite-locationCraig Jennings2026-05-053-33/+270
* feat: add wttrin-display-options for wttr.in flag customization (closes #3)Craig Jennings2026-05-054-1/+81
* fix(ci): rewrite mode-init-order test and retry deps installCraig Jennings2026-05-052-45/+83
* docs: add CI and Coveralls badges to READMECraig Jennings2026-05-051-0/+2
* ci: upload coverage to CoverallsCraig Jennings2026-05-051-0/+9
* ci: add github actions for tests, lint, and coverageCraig Jennings2026-05-052-0/+150
* refactor: rename debug-wttrin-* commands to wttrin-debug-* with obsolete aliasesCraig Jennings2026-05-057-82/+150
* fix: drop if-let and personal-config reference in debug-wttrin-mode-lineCraig Jennings2026-05-051-9/+6
* test: cover wttrin-debug.el and expand lint to all source filesCraig Jennings2026-05-058-16/+417
* build: switch Makefile to eask, wire up undercover coverageCraig Jennings2026-05-054-79/+196
* chore: untrack .stignoreCraig Jennings2026-04-262-1/+1