summaryrefslogtreecommitdiff
path: root/internal/platforms
AgeCommit message (Collapse)Author
2026-07-05release v1.3.1: extend LinkedIn re-auth timeoutv1.3.1mainPaul Buetow
The interactive browser login/consent flow was bounded by a 1-minute context timeout, too short for manual credential entry and 2FA, causing "context deadline exceeded" errors. Bumped to 5 minutes. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-04-10v1.3.0: Snonux inbox, default platform, compose posting, gemtext filterv1.3.0Paul Buetow
- Snonux writes plain text to gosdir/snonux/inbox - Default -platforms includes Snonux; gosc runs post after compose - Gemini summary skips db/platforms/snonux posted entries Made-with: Cursor
2026-04-10Add snonux platform (sno/sn aliases), noop-like posting and share defaultsPaul Buetow
Snonux posts via noop.Post and is omitted from default share targets unless share:snonux, share:sno, or share:sn is set. Normalize share tokens through platform aliases; case-fold ExpandAliases segments. Skip low-queue nag for snonux like noop. Made-with: Cursor
2026-03-13chore: complete code quality audit fixesv1.2.6Paul Buetow
- Fixed failing test in config_test.go (hardcoded date) - Addressed unchecked error returns from Close() operations - Refactored large functions to follow SRP (run.go and main.go) - Added documentation to exported identifiers - Fixed linting errors (error message capitalization, errcheck) - Bumped version to v1.2.6
2026-03-12release v1.2.5v1.2.5Paul Buetow
2026-02-17fix: improve LinkedIn API posting and authenticationv1.2.4Paul Buetow
- Add token validation before using cached credentials to prevent stale token issues - Add proper error handling for image upload initialization with helpful 426 messages - Skip data URI images instead of attempting to download them - Update default LinkedIn API version to 202601 (January 2026) - latest active version - Fix re-authentication flow for expired tokens Amp-Thread-ID: https://ampcode.com/threads/T-019c6d28-4526-7738-b593-9bd584baa478 Co-authored-by: Amp <amp@ampcode.com>
2025-09-16make linkedin version API configurablePaul Buetow
2025-09-07adding noopv1.0.3Paul Buetow
2025-05-17add noopPaul Buetow
2025-04-14typoPaul Buetow
2025-02-26introduce run intervalPaul Buetow
2025-02-13increase max link lenPaul Buetow
2025-02-08bugfixPaul Buetow
2025-02-08more use of tablesPaul Buetow
2025-01-06colour function names to be more consistentPaul Buetow
2025-01-06refactor colors a bitPaul Buetow
2025-01-04add --compose flagPaul Buetow
2024-12-11initial summary supportPaul Buetow
2024-12-11refactor a bit againPaul Buetow
2024-12-10fixPaul Buetow
2024-12-02no payloadPaul Buetow
2024-11-27fix edit bug for mastodonPaul Buetow
2024-11-27more fixesPaul Buetow
2024-11-23fix new linePaul Buetow
2024-11-22some stuff all aroundPaul Buetow
2024-11-22implement random otherPaul Buetow
2024-11-19use of platform aliasesPaul Buetow
2024-11-13somePaul Buetow
2024-11-13fix editing entry before posting itPaul Buetow
2024-11-10fix, thumbnail cant be emptyPaul Buetow
2024-11-10can post thumbnails to linkedinPaul Buetow
2024-11-08dont use logger but color outputterPaul Buetow
2024-11-08can download preview image for linkedinPaul Buetow
2024-11-07add image url to String outputPaul Buetow
2024-11-07fix no image foundPaul Buetow
2024-11-05fix LinkedIn escapesPaul Buetow
2024-11-04add commentPaul Buetow
2024-11-03better this wayPaul Buetow
2024-11-03simplify testPaul Buetow
2024-11-03can also fetch first image for the previewPaul Buetow
2024-11-03more ideasPaul Buetow
2024-10-31s/ent/en/ ...Paul Buetow
2024-10-31refactorPaul Buetow
2024-10-27can ask before queueingPaul Buetow
2024-10-27joPaul Buetow
2024-10-27also include the preview in the promptPaul Buetow
2024-10-27fix timeoutsPaul Buetow
2024-10-27can share an article with preview text of the titlePaul Buetow
2024-10-24joPaul Buetow
2024-10-24refactorPaul Buetow