Skip to content

Releases: bradlinder/social-digest

Social Digest 5.7.28

Choose a tag to compare

@github-actions github-actions released this 18 Sep 20:17
feat: refactor admin settings UI and expose controls

Reorganized the monolithic Settings tab into four collapsible, drag-and-drop postboxes. Added UI controls for previously hidden settings, including ingestion fetch order, default tags, hashtag auto-tagging, suffix templates, and article framing HTML.

Social Digest 5.7.26

Choose a tag to compare

@github-actions github-actions released this 18 Sep 19:41
feat: add vocabulary scan limits and tag import/export

- Added `vocabulary_post_scan_limit` setting with configurable scan depth and performance warnings.
- Added import/export functionality for custom tag title overrides via .txt/.csv files.
- Updated plugin version to 5.7.26.

Social Digest 5.7.24

Choose a tag to compare

@github-actions github-actions released this 18 Sep 19:32
fix: improve hashtag parsing and tag deduplication

- Refine CamelCase hashtag parsing to preserve model numbers.
- Prevent featured post tag double-counting during title generation.
- Implement fuzzy deduplication for overlapping topic tags.

Social Digest 5.7.22

Choose a tag to compare

@github-actions github-actions released this 18 Sep 19:10
feat: implement automated title tag formatting engine

- Introduced a zero-config title tag formatting engine using regex for CamelCase and letter-number boundary splitting.
- Added custom title tag overrides to allow manual tag mapping via settings.
- Updated plugin version to 5.7.22.

Social Digest 5.7.20

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:58
fix: improve compound tag segmentation and title formatting

- Implement recursive word segmentation for compound terms.
- Enhance letter-number boundary splitting logic.
- Enforce strict title case while preserving technical acronyms.
- Automatically invalidate and refresh workbench drafts with invalid tags.
- Update plugin version to 5.7.20.

Social Digest 5.7.17

Choose a tag to compare

@github-actions github-actions released this 18 Sep 18:38
fix: improve URL parsing and cross-platform tagging

- Prevent double-nested hrefs by using tokenized URL replacement.
- Ensure Mastodon hashtags are correctly extracted and populated into extra_tags for title templates.
- Update version to 5.7.17.

Social Digest 5.7.11

Choose a tag to compare

@github-actions github-actions released this 18 Sep 17:53
feat: add configurable title hashtag strategies

Introduce settings for controlling WordPress post title hashtags, including custom selection strategies (first, popularity, or random) and a configurable tag limit (1-5 tags).

Social Digest 5.7.10

Choose a tag to compare

@github-actions github-actions released this 18 Sep 14:50
feat: update link preview cards to match Bluesky UI

Refined the design of social link preview cards to align with native Bluesky standards, including updated typography, font weighting, and layout hierarchy for improved visual consistency.

Social Digest 5.7.8

Choose a tag to compare

@github-actions github-actions released this 18 Sep 14:36
feat: enhance dark mode visuals and theme detection

- Overhauled social card dark mode color system for improved readability.
- Implemented smart theme detection to prioritize website theme classes and background luminance over OS settings.
- Added dynamic theme adaptation using MutationObserver.
- Updated admin UI labels to reflect new theme matching logic.

Social Digest 5.7.7

Choose a tag to compare

@github-actions github-actions released this 18 Sep 14:29
chore: bump version to 5.7.7

Updated plugin version metadata and changelog to reflect recent improvements to the self-healing modular architecture.