aboutsummaryrefslogtreecommitdiff
path: root/wttrin.el
Commit message (Expand)AuthorAgeFilesLines
* fix: don't steal focus when an async weather response rendersCraig Jennings2026-06-281-1/+5
* fix: drop stale async weather responses that overwrite a newer queryCraig Jennings2026-06-281-2/+14
* fix: stop the mode-line cleanly when disabled before startup firesCraig Jennings2026-06-281-2/+29
* fix: always evict at least one cache entry when over maxCraig Jennings2026-06-281-3/+4
* fix: key the cache on all response-shaping settingsCraig Jennings2026-06-281-2/+7
* fix: require subr-x for string-trimCraig Jennings2026-06-281-0/+1
* chore: clean up package metadataCraig Jennings2026-06-281-1/+1
* style: normalize wttrin-default-locations indentation to spacesCraig 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-281-8/+146
* fix: drop the alias query from history when making it the defaultHEADmainCraig Jennings2026-06-261-0/+2
* fix: keep saved locations and search history disjointCraig Jennings2026-06-261-1/+13
* feat: save the location to the directory when making it the defaultCraig Jennings2026-06-261-5/+8
* docs: use a public landmark address in saved-location examplesCraig Jennings2026-06-261-1/+1
* feat: add named-locations directory with display namesCraig Jennings2026-06-261-113/+370
* feat: add external-command geolocation, opt-out, and example adaptersCraig Jennings2026-06-251-8/+47
* feat: add current-location detection to the weather pickerCraig Jennings2026-06-251-32/+118
* fix: refresh mode-line weather when the default location changesCraig Jennings2026-06-251-2/+15
* feat: add 'd' key to make the displayed location the defaultCraig Jennings2026-06-241-6/+42
* feat: expose themeable faces for mode-line and buffer textCraig Jennings2026-06-231-12/+49
* fix: keep location history registered after a savehist setqCraig Jennings2026-06-211-1/+9
* feat: add persistent location search historyCraig Jennings2026-06-211-2/+58
* feat: add typed error hierarchy for fetch failuresCraig Jennings2026-06-211-8/+52
* feat: support t for auto-detect via geolocation in wttrin-favorite-locationCraig Jennings2026-05-051-32/+105
* feat: add wttrin-display-options for wttr.in flag customization (closes #3)Craig Jennings2026-05-051-1/+25
* docs: explain mode-line state and update flowCraig Jennings2026-04-261-0/+20
* refactor: extract wttrin--mode-line-extract-emoji helperCraig Jennings2026-04-261-4/+10
* refactor: extract wttrin--mode-line-stale-p helperCraig Jennings2026-04-261-5/+13
* bump version to 0.3.2v0.3.2Craig Jennings2026-04-261-1/+1
* fix: omit :foreground from emoji icon face when no color providedCraig Jennings2026-04-261-4/+7
* feat: add IP geolocation command for setting wttrin-favorite-locationCraig Jennings2026-04-221-0/+34
* bump version to 0.3.1v0.3.1Craig Jennings2026-04-041-1/+1
* fix: weather ASCII art wraps when window is narrowCraig Jennings2026-04-041-0/+2
* fix: weather buffer shows location in lowercaseCraig Jennings2026-04-041-0/+4
* feat: specific error messages for fetch failuresCraig Jennings2026-04-041-29/+65
* bump version to 0.3.0v0.3.0Craig Jennings2026-04-041-1/+1
* fix: clean byte-compilation warningsCraig Jennings2026-04-041-2/+2
* doc: note wttr.in update frequency in refresh interval docstringsCraig Jennings2026-04-041-2/+5
* doc: improve source comments for senior developer audienceCraig Jennings2026-04-041-23/+21
* fix: emoji dimming can disagree with tooltip stalenessCraig Jennings2026-04-041-0/+10
* fix: cache timestamp reflects request time, not response timeCraig Jennings2026-04-041-3/+2
* fix: validate-weather-data corrupts match dataCraig Jennings2026-04-041-1/+1
* fix: mode-line tooltip always shows "Updated just now"Craig Jennings2026-04-041-14/+26
* fix: mode-line tooltip shows location in lowercaseCraig Jennings2026-04-041-1/+11
* doc: update copyright years to 2026 and add missing author fieldCraig Jennings2026-04-041-1/+1
* refactor: remove malformed autoload cookie for risky-local-variableCraig Jennings2026-04-041-1/+0
* refactor: extract mode-line icon and string helpersCraig Jennings2026-04-041-40/+32
* refactor: replace debug guard blocks with self-guarding no-op stubsCraig Jennings2026-04-041-62/+43
* refactor: remove dead wttrin-exit functionCraig Jennings2026-04-041-5/+0
* test: add 50 tests for untested functions; fix nil crash in save-debug-dataCraig Jennings2026-04-041-4/+8