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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: drop the alias query from history when making it the default
HEAD
main
Craig Jennings
2026-06-26
1
-0
/
+17
*
fix: keep saved locations and search history disjoint
Craig Jennings
2026-06-26
1
-0
/
+24
*
feat: save the location to the directory when making it the default
Craig Jennings
2026-06-26
1
-1
/
+18
*
feat: add named-locations directory with display names
Craig Jennings
2026-06-26
9
-30
/
+471
*
feat: add external-command geolocation, opt-out, and example adapters
Craig Jennings
2026-06-25
4
-1
/
+270
*
feat: add current-location detection to the weather picker
Craig Jennings
2026-06-25
5
-12
/
+267
*
fix: refresh mode-line weather when the default location changes
Craig Jennings
2026-06-25
1
-0
/
+45
*
feat: add 'd' key to make the displayed location the default
Craig Jennings
2026-06-24
3
-9
/
+141
*
feat: expose themeable faces for mode-line and buffer text
Craig Jennings
2026-06-23
5
-20
/
+76
*
fix: keep location history registered after a savehist setq
Craig Jennings
2026-06-21
1
-0
/
+27
*
feat: add persistent location search history
Craig Jennings
2026-06-21
1
-0
/
+207
*
test: extract message-capture helper into testutil
Craig Jennings
2026-06-21
6
-55
/
+45
*
feat: add typed error hierarchy for fetch failures
Craig Jennings
2026-06-21
2
-2
/
+132
*
feat: support t for auto-detect via geolocation in wttrin-favorite-location
Craig Jennings
2026-05-05
1
-0
/
+154
*
feat: add wttrin-display-options for wttr.in flag customization (closes #3)
Craig Jennings
2026-05-05
1
-0
/
+44
*
fix(ci): rewrite mode-init-order test and retry deps install
Craig Jennings
2026-05-05
1
-42
/
+47
*
refactor: rename debug-wttrin-* commands to wttrin-debug-* with obsolete aliases
Craig Jennings
2026-05-05
6
-73
/
+125
*
test: cover wttrin-debug.el and expand lint to all source files
Craig Jennings
2026-05-05
6
-0
/
+393
*
build: switch Makefile to eask, wire up undercover coverage
Craig Jennings
2026-05-05
1
-0
/
+34
*
test: cover wttrin-geolocation internal helpers
Craig Jennings
2026-04-26
1
-0
/
+187
*
refactor: extract wttrin--mode-line-extract-emoji helper
Craig Jennings
2026-04-26
1
-0
/
+40
*
refactor: extract wttrin--mode-line-stale-p helper
Craig Jennings
2026-04-26
1
-0
/
+36
*
test: regression lock for nil :foreground in --make-emoji-icon
Craig Jennings
2026-04-26
1
-0
/
+11
*
feat: add IP geolocation command for setting wttrin-favorite-location
Craig Jennings
2026-04-22
5
-0
/
+508
*
fix: weather ASCII art wraps when window is narrow
Craig Jennings
2026-04-04
1
-0
/
+12
*
fix: weather buffer shows location in lowercase
Craig Jennings
2026-04-04
1
-0
/
+43
*
feat: specific error messages for fetch failures
Craig Jennings
2026-04-04
8
-33
/
+399
*
fix: debug-wttrin-show-raw serves cached data instead of fetching
Craig Jennings
2026-04-04
1
-0
/
+17
*
fix: emoji dimming can disagree with tooltip staleness
Craig Jennings
2026-04-04
1
-0
/
+26
*
fix: cache timestamp reflects request time, not response time
Craig Jennings
2026-04-04
1
-0
/
+28
*
fix: validate-weather-data corrupts match data
Craig Jennings
2026-04-04
1
-0
/
+11
*
fix: mode-line tooltip always shows "Updated just now"
Craig Jennings
2026-04-04
2
-2
/
+178
*
fix: mode-line tooltip shows location in lowercase
Craig Jennings
2026-04-04
1
-0
/
+84
*
doc: update copyright years to 2026 and add missing author field
Craig Jennings
2026-04-04
35
-35
/
+36
*
refactor: extract mode-line icon and string helpers
Craig Jennings
2026-04-04
1
-0
/
+128
*
fix: debug-wttrin-show-raw broken by async API change
Craig Jennings
2026-04-04
1
-0
/
+104
*
test: add 50 tests for untested functions; fix nil crash in save-debug-data
Craig Jennings
2026-04-04
11
-0
/
+1164
*
feat: unified cache and staleness handling for mode-line and buffer
Craig Jennings
2026-02-21
7
-180
/
+320
*
feat: mode-line: show hourglass placeholder before first weather fetch
Craig Jennings
2026-02-20
1
-0
/
+69
*
fix: mode-line: validate API response before updating display
Craig Jennings
2026-02-20
1
-0
/
+225
*
doc: tests: update README-DEBUG-TESTS.org with renamed integration test file
Craig Jennings
2026-02-17
1
-0
/
+83
*
refactor: tests: standardize naming, consolidate files, and expand testutil
Craig Jennings
2026-02-17
22
-896
/
+797
*
refactor: core: rename wttrin-mode-line-favorite-location to wttrin-favorite-...
Craig Jennings
2025-11-13
5
-6
/
+6
*
refactor: fetch: extract response parsing into separate testable functions
Craig Jennings
2025-11-13
3
-25
/
+370
*
refactor: core: lazy-load xterm-color dependency
Craig Jennings
2025-11-08
1
-2
/
+2
*
test: smoke: reorganize test suite following quality-engineer.org naming conv...
Craig Jennings
2025-11-08
2
-148
/
+121
*
refactor: Improve cache cleanup clarity and add input validation
Craig Jennings
2025-11-08
4
-37
/
+339
*
refactor: make debug functions public (single hyphen naming)
Craig Jennings
2025-11-08
2
-5
/
+5
*
feat: debug: add comprehensive debug logging and integration tests
Craig Jennings
2025-11-08
3
-0
/
+356
*
test: add comprehensive integration tests for package loading
Craig Jennings
2025-11-08
1
-0
/
+148
[next]