Releases: YeOK/Latch-plugins
Release list
Latch-plugins v1.0.15
Catalog v1.0.15
Fixed
- fediverse-share 1.0.1 — share panel was clipped/hidden by
.topic-view { overflow: hidden }. Panel now uses fixed positioning when open; improved dark-theme contrast; asset cache bust on file change.
# Update on a server that already has 1.0.0:
php bin/latch plugin install ./fediverse-share-1.0.1.zip
# or Admin → Plugins → Catalog → update
php bin/latch cache-clear # if guest HTML still shows old assetsLatch-plugins v1.0.14
Catalog v1.0.14
Added
- fediverse-share 1.0.0 — share topics to Mastodon / Misskey / Fediverse (instance picker, copy link, Web Share). Min Latch 0.4.0.
Install via Admin → Plugins → Catalog or:
php bin/latch plugin install ./fediverse-share-1.0.0.zip
php bin/latch plugin-audit fediverse-share
php bin/latch plugin enable fediverse-shareLatch-plugins v1.0.13
avatar-url 1.0.0
Custom HTTPS avatar URLs on member profiles (operator host allowlist). Requires Latch 0.4.8+.
Also includes catalog entries through board-icon-pack 1.0.0 (shipped in v1.0.12 assets).
Latch-plugins v1.0.12
board-icon-pack 1.0.0
Extra board icons for Admin → Boards:
- books, server, security, open-source, rocket, globe, calendar, bug
- terminal, database, film, camera, briefcase, heart, tools, chat
Registered via the board.icons hook with keyword auto-suggest for board names/slugs. No network, no secrets, no settings UI.
Other plugins unchanged (catalog v1.0.12).
Latch-plugins v1.0.11
git-release 1.2.1
- Theme-aware Latch app icon (
var(--accent)) so the home release card matches forum branding (default blue, modern teal, showcase purple). - Removed hardcoded GitHub-octocat fallback for non-Latch repos.
Catalog release v1.0.11 (other plugin versions unchanged).
Latch-plugins v1.0.10
git-release 1.2.0
- Fixed — Widget excerpt now uses the matching
## [version]section when GitHub release bodies contain the full Keep a Changelog file (no more preamble /[Unreleased]text). - Fixed — Stable and pre-release badge colors meet contrast requirements in light and dark themes.
All other catalog plugins unchanged from v1.0.9.
Latch-plugins v1.0.9
Adds git-release 1.1.7 to the catalog. Requires Latch 0.4.6+ for client-mode theme.assets.
Latch-plugins v1.0.8
Changes
- privacy-analytics 1.0.1 — Fix plugin audit enable gate: move
<script>snippets toassets/*.htmltemplates somarkup_script_tagwarnings no longer block enable.
All other plugin versions unchanged from v1.0.7.
Latch-plugins v1.0.7
Catalog v1.0.7: privacy-analytics 1.0.0, forum-stats 1.1.0 card UI, git-release 1.1.4 polish.
Latch-plugins v1.0.6
link-preview 1.0.3
- Fix: Multi-video posts — play on the first embed no longer mounts the last video. v1.0.2 used
btn.closest()butbtnwas still a sharedvarin the loop; handlers now usethis.closest('.link-embed').
sudo latch plugin remove link-preview --confirm
sudo latch plugin install link-preview-1.0.3.zip
sudo latch plugin enable link-previewHard-refresh topic pages after update so browsers load the new embed.js.