git.cjennings.net
:
emacs-wttrin
main
release/0.4.0
Emacs frontend for Igor Chubin's wttr.in weather service
Craig Jennings
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wttrin.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: persist runtime favorite and saved locations in a state file
release/0.4.0
Craig Jennings
29 hours
1
-33
/
+134
*
feat(mode-line): optional multi-day forecast in the weather tooltip
Craig Jennings
2 days
1
-3
/
+127
*
fix: center the loading placeholder on an a switch
Craig Jennings
3 days
1
-8
/
+20
*
fix: keep a d-set favorite from reverting to the init value on restart
Craig Jennings
3 days
1
-71
/
+137
*
fix: don't auto-fit the loading placeholder to a huge font
Craig Jennings
6 days
1
-1
/
+28
*
fix: don't steal focus when an async weather response renders
Craig Jennings
6 days
1
-1
/
+5
*
fix: drop stale async weather responses that overwrite a newer query
Craig Jennings
6 days
1
-2
/
+14
*
fix: stop the mode-line cleanly when disabled before startup fires
Craig Jennings
6 days
1
-2
/
+29
*
fix: always evict at least one cache entry when over max
Craig Jennings
6 days
1
-3
/
+4
*
fix: key the cache on all response-shaping settings
Craig Jennings
6 days
1
-2
/
+7
*
fix: require subr-x for string-trim
Craig Jennings
6 days
1
-0
/
+1
*
chore: clean up package metadata
Craig Jennings
6 days
1
-1
/
+1
*
style: normalize wttrin-default-locations indentation to spaces
Craig Jennings
6 days
1
-5
/
+5
*
refactor: extract the auto-fit input guard, fix a unit-stale docstring
Craig Jennings
6 days
1
-7
/
+14
*
feat: fit and center the weather buffer in its window
Craig Jennings
6 days
1
-8
/
+146
*
fix: drop the alias query from history when making it the default
HEAD
main
Craig Jennings
8 days
1
-0
/
+2
*
fix: keep saved locations and search history disjoint
Craig Jennings
8 days
1
-1
/
+13
*
feat: save the location to the directory when making it the default
Craig Jennings
8 days
1
-5
/
+8
*
docs: use a public landmark address in saved-location examples
Craig Jennings
8 days
1
-1
/
+1
*
feat: add named-locations directory with display names
Craig Jennings
8 days
1
-113
/
+370
*
feat: add external-command geolocation, opt-out, and example adapters
Craig Jennings
8 days
1
-8
/
+47
*
feat: add current-location detection to the weather picker
Craig Jennings
9 days
1
-32
/
+118
*
fix: refresh mode-line weather when the default location changes
Craig Jennings
9 days
1
-2
/
+15
*
feat: add 'd' key to make the displayed location the default
Craig Jennings
10 days
1
-6
/
+42
*
feat: expose themeable faces for mode-line and buffer text
Craig Jennings
10 days
1
-12
/
+49
*
fix: keep location history registered after a savehist setq
Craig Jennings
13 days
1
-1
/
+9
*
feat: add persistent location search history
Craig Jennings
13 days
1
-2
/
+58
*
feat: add typed error hierarchy for fetch failures
Craig Jennings
13 days
1
-8
/
+52
*
feat: support t for auto-detect via geolocation in wttrin-favorite-location
Craig Jennings
2026-05-05
1
-32
/
+105
*
feat: add wttrin-display-options for wttr.in flag customization (closes #3)
Craig Jennings
2026-05-05
1
-1
/
+25
*
docs: explain mode-line state and update flow
Craig Jennings
2026-04-26
1
-0
/
+20
*
refactor: extract wttrin--mode-line-extract-emoji helper
Craig Jennings
2026-04-26
1
-4
/
+10
*
refactor: extract wttrin--mode-line-stale-p helper
Craig Jennings
2026-04-26
1
-5
/
+13
*
bump version to 0.3.2
v0.3.2
Craig Jennings
2026-04-26
1
-1
/
+1
*
fix: omit :foreground from emoji icon face when no color provided
Craig Jennings
2026-04-26
1
-4
/
+7
*
feat: add IP geolocation command for setting wttrin-favorite-location
Craig Jennings
2026-04-22
1
-0
/
+34
*
bump version to 0.3.1
v0.3.1
Craig Jennings
2026-04-04
1
-1
/
+1
*
fix: weather ASCII art wraps when window is narrow
Craig Jennings
2026-04-04
1
-0
/
+2
*
fix: weather buffer shows location in lowercase
Craig Jennings
2026-04-04
1
-0
/
+4
*
feat: specific error messages for fetch failures
Craig Jennings
2026-04-04
1
-29
/
+65
*
bump version to 0.3.0
v0.3.0
Craig Jennings
2026-04-04
1
-1
/
+1
*
fix: clean byte-compilation warnings
Craig Jennings
2026-04-04
1
-2
/
+2
*
doc: note wttr.in update frequency in refresh interval docstrings
Craig Jennings
2026-04-04
1
-2
/
+5
*
doc: improve source comments for senior developer audience
Craig Jennings
2026-04-04
1
-23
/
+21
*
fix: emoji dimming can disagree with tooltip staleness
Craig Jennings
2026-04-04
1
-0
/
+10
*
fix: cache timestamp reflects request time, not response time
Craig Jennings
2026-04-04
1
-3
/
+2
*
fix: validate-weather-data corrupts match data
Craig Jennings
2026-04-04
1
-1
/
+1
*
fix: mode-line tooltip always shows "Updated just now"
Craig Jennings
2026-04-04
1
-14
/
+26
*
fix: mode-line tooltip shows location in lowercase
Craig Jennings
2026-04-04
1
-1
/
+11
*
doc: update copyright years to 2026 and add missing author field
Craig Jennings
2026-04-04
1
-1
/
+1
[next]