• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cjennings / emacs-wttrin / 28252570088

Builds Branch Commit Type Ran Committer Via Coverage
28252570088 main fix: keep saved locations and search history disjoint Pressing d cleaned the location from history, but saving with s did not. A place saved under a friendly name kept its raw query as a separate history candidate, and removing the saved entry le... push 26 Jun 2026 04:54PM UTC cjennings github
93.82
28251861964 main feat: save the location to the directory when making it the default Pressing d on a typed or aliased location set the favorite but never added it to wttrin-saved-locations, so the default persisted only as the favorite string, not as a named dire... push 26 Jun 2026 04:41PM UTC cjennings github
93.77
28246555418 main docs: use a public landmark address in saved-location examples push 26 Jun 2026 03:05PM UTC cjennings github
93.76
28245954950 main feat: add named-locations directory with display names A saved location carries a display name distinct from its query target ("Mom's House" maps to coordinates or an address), stored in a savehist-persisted wttrin-saved-locations alist. The name... push 26 Jun 2026 02:55PM UTC cjennings github
93.76
28197345374 main feat: add external-command geolocation, opt-out, and example adapters These build on the current-location picker with the rest of the geolocation work. wttrin-geolocation-command runs a command that prints {lat,lng} (and optionally an address) a... push 25 Jun 2026 08:08PM UTC cjennings github
95.28
28184312702 main feat: add current-location detection to the weather picker Geolocation used to live in a separate command, so getting weather for where you are meant knowing a second command existed. I added a "Current location (detect)" entry pinned to the top ... push 25 Jun 2026 04:17PM UTC cjennings github
95.07
28148378931 main fix: refresh mode-line weather when the default location changes Pressing d to promote a displayed location to the favorite changed wttrin-favorite-location but left the mode-line untouched. Its cache still held the old location's weather. The ne... push 25 Jun 2026 05:12AM UTC cjennings github
94.07
28074619751 main feat: add 'd' key to make the displayed location the default I bound d in the weather buffer to wttrin-make-default, which sets wttrin-favorite-location to the location on screen so it drives the mode-line and future sessions. The footer advertis... push 24 Jun 2026 04:12AM UTC cjennings github
94.0
28072273630 main feat: expose themeable faces for mode-line and buffer text I added four customizable faces so themes and customize-face can restyle the text wttrin draws itself: wttrin-mode-line-stale (the dimmed stale mode-line emoji), wttrin-staleness-header (... push 24 Jun 2026 03:06AM UTC cjennings github
93.86
27905438945 main fix: keep location history registered after a savehist setq A one-time add-to-list put wttrin--location-history into savehist-additional-variables when savehist loaded. Any user who later setqs that list, a common config pattern for curating whic... push 21 Jun 2026 01:13PM UTC cjennings github
94.04
27904826908 main feat: add persistent location search history Successful searches are now remembered and offered as completion candidates the next time you run wttrin, listed after the configured defaults. Only successful fetches are saved, so typos and not-found... push 21 Jun 2026 12:49PM UTC cjennings github
94.03
27904422335 main test: extract message-capture helper into testutil Five test files hand-rolled the same scaffolding to capture the echo-area message: a nil-initialized var, a cl-letf on message, and a lambda that stored the formatted string. Centralize it as tes... push 21 Jun 2026 12:32PM UTC cjennings github
94.6
27903831683 main fix: exclude generated package files from coverage summary undercover never instruments generated files like NAME-autoloads.el and NAME-pkg.el, so they have no report entry. The file-weighted summary counted each as untested at 0% and dragged the... push 21 Jun 2026 12:09PM UTC cjennings github
94.6
27903740528 main feat: add typed error hierarchy for fetch failures Define a wttrin-error condition with children wttrin-invalid-input, wttrin-network-error, wttrin-not-found-error, wttrin-service-error, and wttrin-parse-error, so callers branch on the class of a... push 21 Jun 2026 12:05PM UTC cjennings github
94.6
27895545869 main chore: extend gitignore for local tooling and build artifacts push 21 Jun 2026 06:08AM UTC cjennings github
94.44
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc