Releases: Goloom-App/goloom
Releases · Goloom-App/goloom
Release list
v0.2.6
0.2.6 (2026-07-23)
Bug Fixes
- ci: pnpm setup via action-setup + bump off broken pnpm 11.12.0 (#63) (b06992f)
- deps: bump golang.org/x/text to v0.39.0 for GO-2026-5970 (fc832c7)
- deps: update module github.com/coreos/go-oidc/v3 to v3.20.0 (44e01c7)
- deps: update module github.com/coreos/go-oidc/v3 to v3.20.0 (5b173c4)
- deps: update module github.com/mmcdole/gofeed to v1.4.0 (fa1f427)
- deps: update module github.com/mmcdole/gofeed to v1.4.0 (7f41d11)
- deps: update module modernc.org/sqlite to v1.54.0 (4eb70f0)
- deps: update module modernc.org/sqlite to v1.54.0 (5f152a7)
- scheduler: don't advance edition counter when re-materializing (7fb5311)
- scheduler: don't advance edition counter when re-materializing (61e92e8)
v0.2.5
0.2.5 (2026-07-07)
Features
- ui: show version and update hint in sidebar footer (3fde08e)
- ui: show version and update hint in sidebar footer (b94df4d)
- website: add GDPR privacy policy page (89c8773)
- website: add GDPR privacy policy page (eae447d)
- website: tri-hue brand palette + self-hosted typography (972c37c)
- website: tri-hue brand palette, self-hosted type, richer atmosphere (90607c4)
v0.2.4
v0.2.3
0.2.3 (2026-07-05)
Features
- scheduler: per-feed summary logging for rss imports (a46f942)
- scheduler: per-feed summary logging for RSS imports (04cac8a)
Bug Fixes
- api: allowlist demo_seed in the post-creation guard (dbd1797)
- deps: update frontend non-major dependencies (9b54ea7)
- deps: update frontend non-major dependencies (93d0faf)
- scheduler: import rss items that appear in the feed after their pubDate (afbcd27)
- scheduler: import RSS items that appear in the feed after their pubDate (3b7fc90)
- webui: persist the guided-tour flag on the user account (461771c)
- webui: persist the guided-tour flag on the user account (e7c6325)
v0.2.2
v0.2.1
v0.2.0
0.2.0 (2026-07-03)
⚠ BREAKING CHANGES
- teams: teams no longer carry is_personal / personal_for_user_id fields, and new users start without a team. Existing personal workspaces are migrated to regular teams (renamed after their owner) on first startup.
Features
- frontend: guided platform tour after the first sign-in (69dbbf3)
- frontend: onboarding wizard for the first sign-in (75f2bdd)
- onboarding: interactive guided tour and flash-free first sign-in (cadac93)
- teams: manage team invitations with shareable invite links (ff61219)
- teams: retire personal workspaces, every team is a regular team (1833782)
Bug Fixes
v0.1.3
v0.1.2
v0.1.1
0.1.1 (2026-06-26)
Features
- accounts: card redesign + editable display name (cb1e56c)
- add reach curve to dashboard and follower counter to analytics (fc11d47)
- admin: add repair endpoint for future posted posts (b9349e4)
- admin: log component filter and health-first status dashboard (8a7f354), closes #68 #69
- admin: provider-aware Providers tab with instance health (#98) (b97d22d)
- admin: reorganize admin into tabbed status and settings views (38aa853)
- agent: context-driven composer revision + confirm-card E2E (f152f9b)
- agent: expose follower growth + metric history tools (d21e363)
- agent: shared tool registry for MCP + in-app chat, view awareness (a3af2ff)
- agent: unify chat write tools with confirmation flow (5caf4e1)
- ai-chat: account-scoped composer revisions and robust overrides (784235c)
- ai-profile: editable writing rules and clean URL knowledge fetch (f6b5a33)
- ai-service: add ProfileAnalysisWorker with LLM style extraction (84f1003)
- ai-service: add provider-agnostic LLM adapter (c668320)
- ai-service: implement Proactive Triggers with cron and RSS (97f443e)
- ai-service: implement Team Voice Engine and Campaign Auto-Pilot (2a2cf0a)
- ai-service: scaffold FastAPI service with health endpoint (a32c1b9)
- ai-service: scaffold FastAPI service with LLM adapter and prompt builder (f533fc8)
- ai-studio: modernize wizard UI with stepper, toggles, and pills (45c963d)
- ai: add cancel endpoint for stuck AI jobs (6cc334c)
- ai: add profile_analysis job type to Go models and TS types (9b977ed)
- ai: campaign formats and explicit source fields in generator (7597560)
- ai: composer refine, generate edit, personal AI settings (17ea247)
- ai: context-aware AI chat tied to the open composer (#96) (a1577df)
- ai: emit per-call token/latency audit metrics (e0f7e7f)
- ai: flexible brand profile, anti-AI defaults, AI-assisted setup (d09a026)
- ai: harden prompts against source prompt-injection (4ba1d6f)
- ai: improve profile review, campaigns, and generation (1dbd5a8)
- aijobs: log AI job lifecycle so AI activity is captured (5711cde)
- ai: native Go AI engine and global chat assistant (7fffc5b)
- ai: per-feed RSS prompts with accounts and tonality (256c123)
- ai: redact PII from user requests before model calls (c8a2caf)
- analytics: admin metrics sync board and fix engagement pull (59f26d0)
- analytics: hashtag insights cards and heatmap on accounts tab (d39bca6)
- analytics: hashtag intelligence, activity heatmap and Bluesky rich text (b48bbfb)
- analytics: multi-select account filter with dimmed deselected cards (7718972), closes #80
- analytics: redesign account cards with social-media metrics (ce077fe)
- api: add discovery endpoint for AI agent compatibility (037d4a1)
- api: auto-fetch page content for AI generator URLs (5ed259d)
- api: expand discovery for per-account post versions (1c52902)
- api: partial PATCH for posts preserves versions on reschedule (2017771)
- audit: per-team audit log attributing actions to member or API key (e20267f)
- audit: record team-scoped API key revocation (0b74dc3)
- auth: add API token scopes and AI feature flag middleware (8946492)
- auth: granular API token scopes, team binding, and a token modal (75284b0), closes #81
- auth: HttpOnly cookie sessions for the web UI (93b8f8a)
- auth: OIDC-first login, dev-only backend override, identify web session (8d9bae6)
- automation: RSS import in Go and review queue inbox (e91b1c5)
- automation: unified UI, recurring AI, remove proactive (3873ac5)
- chat: /clear new session + mute transient tool errors (ad1efcc)
- ci: add Playwright E2E tests and Forgejo pipeline job (143447d)
- composer: redesign composer UI and prepare Pixelfed support (e6b61f5)
- composer: slimmer mobile composer header and destinations (1b6b819)
- configurable automation titles and AI-generated post titles (0684ba2)
- deploy: add ai-service to docker-compose-traefik (f42fef3)
- frontend: add AI TypeScript types and OpenAPI skeleton (3b2f661)
- i18n: add shared locales and migrate UI to i18next (bae78dc)
- i18n: load locales dynamically so new languages need no code change (741e1bf)
- import external posts for team analytics monitoring (2e63b0f)
- improve dashboard and ana...