Lemmy Deep Lighthouse version history - 4 versions
Lemmy Deep Lighthouse by sanitation
Lemmy Deep Lighthouse version history - 4 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.3.1
Released May 13, 2026 - 116.95 KBWorks with firefox 140.0 and later, android 142.0 and later- Added per-mapping ignored title phrases to filter catch phrases before posts enter moderation.
- Added queued-post edit controls for title, URL, body text, and body inclusion before approval.
- Capped submitted Lemmy post titles at 200 characters to avoid Lemmy title-length failures.
Source code released under MIT License
Older versions
Version 1.3.0
Released May 10, 2026 - 114.69 KBWorks with firefox 140.0 and later, android 142.0 and later- Migrated entire codebase from plain JavaScript to TypeScript with strict mode.
- Replaced globalThis/window module sharing pattern with proper ES module imports.
- Bundled all entry points (background, options, popup, content script) with esbuild.
- Compiled output now written to
dist/alongside static assets; root stays clean. - Added
crawl_queue.tsandbest_candidate_decider.tsas proper typed modules. - Added
package.json,tsconfig.json,build.jsfor TypeScript build toolchain. - Kept the mapping posting-account banned pill on the same line as the account.
- Simplified the selected moderation mapping header into a larger back link and route title.
- Made the selected moderation back link more prominent and route typography consistent.
- Renamed moderation mapping "Next best candidate" labels to "Next auto candidate".
- Increased spacing below the selected moderation back link.
- Added amber "won't post automatically" indicator to the popup Awaiting Approval section.
- Removed file download from per-post duplicate check; result shown as inline toast instead.
- Added direct moderation links from subreddit mapping cards.
- Moved the queue duplicate-check button into the duplicate status line.
Source code released under MIT License
Version 1.1.0
Released May 8, 2026 - 113.17 KBWorks with firefox 140.0 and later, android 142.0 and later- improved UI for lemmy community ban detection
- improved UI for auto approvals
Source code released under MIT License
Version 1.0.1
Released May 4, 2026 - 101.21 KBWorks with firefox 140.0 and later, android 142.0 and laterAdded privacy policy, corrected iconsSource code released under MIT License