v0.53.6

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team


Keyboard: ← Previous   → Next
Not yet seconds ago
            False
        
Not yet seconds ago
Current erroring screenshot from most recent request

Triggered text Ignored text Blocked text

2 hours ago
tag:github.com,2008:/doomemacs/doomemacs/commits/master

Recent Commits to doomemacs:master

2026-06-06T00:43:44Z tag:github.com,2008:Grit::Commit/dba9aa6363b9c0bada796ee3e8e26adb84a9c43a

feat(lib): doom/info: show `save-buffer` hint in header

2026-06-06T00:43:44Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>feat(lib): doom/info: show `save-buffer` hint in header No longer prompt users to use pastebin, the issue forms now use a file upload field for doom-info (to prevent search engine pollution).</pre> tag:github.com,2008:Grit::Commit/90f9a4afd3d443e1c76608410dd14701438fe203

dev: update CODEOWNERS

2026-06-06T00:42:58Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>dev: update CODEOWNERS In preparation to move modules out of core. Ref: doomemacs/community#114</pre> tag:github.com,2008:Grit::Commit/fd4a4c5d6a4f3cd498ed70cac7535da58b18a044

dev: simplify issue templates

2026-06-06T00:42:40Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>dev: simplify issue templates Offloading to doomemacs/.github</pre> tag:github.com,2008:Grit::Commit/9261562da31181292332feee46cd46f36bf33faa

fix(lib): doom/help-modules: in modules w/o a README

2026-06-05T20:38:20Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(lib): doom/help-modules: in modules w/o a README Co-authored-by: Rathur421 <Rathur421@users.noreply.github.com></pre> tag:github.com,2008:Grit::Commit/1a9ae8415029c75ead7c6b41449781ec84d5fd9d

fix(cli): doom-cli-handle-error call typo

2026-06-04T22:55:16Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): doom-cli-handle-error call typo Fix: #8803 Amend: ff6e951150af</pre> tag:github.com,2008:Grit::Commit/6518b194bc753deb7ad802c12db6120950bc28eb

fix(cli): depth tracking in multi-step CLI sessions

2026-06-04T17:16:59Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): depth tracking in multi-step CLI sessions __DOOMSTEP (or doom-cli-context-step) tracks how many times the CLI session has restarted since it was started. It was being incremented too late since 8cafbe4. Nothing depends on the counter being accurate yet, but that could change. Amend: 8cafbe4408e7</pre> tag:github.com,2008:Grit::Commit/ae0a6acdb1c55217cd009281567968de5af262b2

fix(cli): unprompted DEBUG=3 in multi-step CLI sessions

2026-06-04T17:16:59Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(cli): unprompted DEBUG=3 in multi-step CLI sessions Fix: #8801 Amend: c024479ce7ad</pre> tag:github.com,2008:Grit::Commit/9845d96dc217d06f40b6a293f8c8f28c865dd518

bump: projectile

2026-06-04T17:16:49Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: projectile bbatsov/projectile@4c72d6767de9 -> bbatsov/projectile@6449fb046558 Upstream reverts a change that drastically changed its project root marker priorities (#8802). Fix: #8802 Amend: ec889421f8c5</pre> tag:github.com,2008:Grit::Commit/5c208a2928a3222fda8433b29f386e7a29bd15f7

refactor(vertico): remove +vertico--marginalia-project-root-a

2026-06-04T08:26:30Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor(vertico): remove +vertico--marginalia-project-root-a This advice made Marginalia aware of projectile, but at some point, projectile added `project-projectile` to `project-find-functions`, which achieved the same thing, so it's no longer needed.</pre> tag:github.com,2008:Grit::Commit/5599990072f0cd2f5bd1aa63f41a9f2ffbcbd6b2

fix(dashboard): repositioning point outside the dashboard

2026-06-04T02:24:24Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(dashboard): repositioning point outside the dashboard Fix: #8797</pre> tag:github.com,2008:Grit::Commit/5115e5c301a76ae93cee4439bc70c7c297b5d47e

refactor: remove extra output in daemon sessions

2026-06-04T02:23:14Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor: remove extra output in daemon sessions Redundant with Emacs' own output and not particularly helpful. Emacs' "Starting Emacs daemon" and Doom's benchmark post-startup are enough. A closing message might be helpful for debugging some issues, but I'll revisit that later and opt for simplicity for now.</pre> tag:github.com,2008:Grit::Commit/80ac0036b3e0cf64946b2a5fecb78bc16c1c47b1

refactor(cli): doom-cli-initialize: cleanup & comment revision

2026-06-04T00:42:30Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>refactor(cli): doom-cli-initialize: cleanup & comment revision</pre> tag:github.com,2008:Grit::Commit/3edfc82788f4d77772dae824bde30b22a2eb9c2f

fix(magit): void-variable evil-binding error

2026-06-04T00:42:30Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): void-variable evil-binding error Amend: cc24d3ca2bac</pre> tag:github.com,2008:Grit::Commit/7016f3cbc596ad2901f550447e754a251559e3e3

fix(magit): void-variable evil-default-state error

2026-06-03T22:46:40Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): void-variable evil-default-state error Amend: cc24d3ca2bac</pre> tag:github.com,2008:Grit::Commit/cc24d3ca2bac7c2433d5a9235f8c78bebc3677fc

fix(magit): code-review: evil keybinds

2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): code-review: evil keybinds Close: #8799 Co-authored-by: liaowang11 <liaowang11@users.noreply.github.com></pre> tag:github.com,2008:Grit::Commit/6b90092390eb9a2337855ae08bdbd8dde88d4ce7

fix(magit): avoid use-package :after keyword

2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>fix(magit): avoid use-package :after keyword Ref: jwiegley/use-package#829</pre> tag:github.com,2008:Grit::Commit/ceb03710deeb56db0c1d5042e615af7ed7b1737c

bump: :ui :emacs :app

2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :ui :emacs :app dgutov/diff-hl@7d873b2f5890 -> dgutov/diff-hl@902d082d70b9 emacs-circe/circe@37dd6a8f21a7 -> emacs-circe/circe@4bd1e964066f emacs-elfeed/elfeed@8d721a2ee2df -> emacs-elfeed/elfeed@3ab97952cb75 emacs-lsp/lsp-treemacs@010493199180 -> emacs-lsp/lsp-treemacs@3519ac907ea3 jdtsmith/ultra-scroll@c6decf7754ed -> jdtsmith/ultra-scroll@f38653053b5c karthink/elfeed-tube@2d7251d83636 -> karthink/elfeed-tube@ae763194ad36 latiagertrutis/dirvish@0238cba662f9 -> latiagertrutis/dirvish@300b6b253600 magit/git-modes@c3faeeea1982 -> magit/git-modes@f291a4cc4a8b minad/goggles@68d9909dab6b -> minad/goggles@e473909708aa seagle0128/doom-modeline@871f91fad58a -> seagle0128/doom-modeline@0b660ed93a18 tarsius/hl-todo@9a147b9a3064 -> tarsius/hl-todo@527d545b8c2f</pre> tag:github.com,2008:Grit::Commit/df4b4334dd3897479578e58eaa0ed79d4617ce86

bump: :term :os :input

2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :term :os :input 7696122/evil-terminal-cursor-changer@9ed4a7dc8602 -> 7696122/evil-terminal-cursor-changer@fb824f657fb4 akermu/emacs-libvterm@92add72b728e -> akermu/emacs-libvterm@d8157e74339e emacs-rime/liberime@2130baba8e5e -> emacs-rime/liberime@482b7854b041 tumashu/posframe@fcf1757baee4 -> tumashu/posframe@74c8c56131ed</pre> tag:github.com,2008:Grit::Commit/a27a2ea4e8e284d9c036bbb3168b292e3af067af

bump: :editor :tools

2026-06-03T22:45:03Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :editor :tools ArthurHeymans/gptel-magit@93d05dabbc88 -> ArthurHeymans/gptel-magit@2af31e616f18 PythonNut/evil-easymotion@f96c2ed38ddc -> PythonNut/evil-easymotion@629c894af633 emacs-evil/evil-collection@cf16b126feed -> emacs-evil/evil-collection@673b38022b8b emacs-evil/evil-surround@da05c60b0621 -> emacs-evil/evil-surround@c0d251942493 emacs-evil/evil@729d9a58b387 -> emacs-evil/evil@3b678a221ee9 emacs-lsp/lsp-mode@e5cdc6c8f4ef -> emacs-lsp/lsp-mode@fbd7d03ce135 emacs-straight/eglot@63ce7e0bba84 -> emacs-straight/eglot@1a0f3720eb36 emacs-straight/jsonrpc@70dc1806ae83 -> emacs-straight/jsonrpc@0135c781e636 karthink/gptel@df08c1a4d4c6 -> karthink/gptel@f342b3010f13 magit/closql@947426d0c93e -> magit/closql@d382e7427f5d magit/forge@d4eb8d1be553 -> magit/forge@a8af709bc15e magit/ghub@c438abc86596 -> magit/ghub@62d3582f1e39 magit/orgit@4fb91faff3bf -> magit/orgit@4a4c03ee40b0 magit/transient@9e7895434361 -> magit/transient@1856230dc181 purcell/envrc@60820285aeed -> purcell/envrc@1e63a3db3672 radian-software/apheleia@fa5d35ea43ef -> radian-software/apheleia@68e23b34336d svaante/dape@dcbdffc68a3c -> svaante/dape@083a16739fe6 tarsius/cond-let@7ec5ace3e6ac -> tarsius/cond-let@21b9e9835756 xuchunyang/osx-dictionary.el@6abfd6908b0d -> xuchunyang/osx-dictionary.el@8e6897844c4d</pre> tag:github.com,2008:Grit::Commit/ec889421f8c57d0b0ef462855004c09eb247ca33

bump: :doom

2026-06-03T08:03:25Z hlissner https://github.com/hlissner <pre style='white-space:pre-wrap;width:81ex'>bump: :doom bbatsov/projectile@957d808849e3 -> bbatsov/projectile@4c72d6767de9 rainstormstudio/nerd-icons.el@ae1b85c487c2 -> rainstormstudio/nerd-icons.el@d33d12f5dcb6</pre>
For now, Differences are performed on text, not graphically, only the latest screenshot is available.

Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots.