Skip to content

Releases: YeOK/Latch-plugins

Latch-plugins v1.0.15

Choose a tag to compare

@YeOK YeOK released this 20 Jul 19:33

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 assets

Latch-plugins v1.0.14

Choose a tag to compare

@YeOK YeOK released this 20 Jul 19:26

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-share

Latch-plugins v1.0.13

Choose a tag to compare

@YeOK YeOK released this 18 Jul 09:48

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

Choose a tag to compare

@YeOK YeOK released this 17 Jul 11:15

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

Choose a tag to compare

@YeOK YeOK released this 17 Jul 10:27

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

Choose a tag to compare

@YeOK YeOK released this 14 Jul 20:11

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

Choose a tag to compare

@YeOK YeOK released this 13 Jul 21:28

Adds git-release 1.1.7 to the catalog. Requires Latch 0.4.6+ for client-mode theme.assets.

Latch-plugins v1.0.8

Choose a tag to compare

@YeOK YeOK released this 13 Jul 20:56

Changes

  • privacy-analytics 1.0.1 — Fix plugin audit enable gate: move <script> snippets to assets/*.html templates so markup_script_tag warnings no longer block enable.

All other plugin versions unchanged from v1.0.7.

Latch-plugins v1.0.7

Choose a tag to compare

@YeOK YeOK released this 13 Jul 20:52

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

Choose a tag to compare

@YeOK YeOK released this 13 Jul 19:06

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() but btn was still a shared var in the loop; handlers now use this.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-preview

Hard-refresh topic pages after update so browsers load the new embed.js.