summaryrefslogtreecommitdiff
path: root/internal/config
AgeCommit message (Collapse)Author
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
2025-09-24add --stats flagPaul Buetow
2025-09-16make linkedin version API configurablePaul Buetow
2025-06-12add pause feature for social media postingPaul Buetow
- Add PauseStart and PauseEnd configuration fields - Implement IsPaused() method to check pause status - Skip all posting when current date is within pause period - Add comprehensive unit tests for pause functionality - Update README with pause feature documentation and examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-02-26introduce run intervalPaul Buetow
2025-02-24compose mode does not require any secretsPaul Buetow
2025-01-19change the gemini prefix procedurePaul Buetow
2025-01-19rename gemtexter enable back as it is gemtexter relatedPaul Buetow
2025-01-19renaming of Gemini flags, add GeminiCapsulePaul Buetow
2025-01-06update readmePaul Buetow
2025-01-04add --compose flagPaul Buetow
2024-12-31refine summary, add gemtexter tagsPaul Buetow
2024-12-11initial summary supportPaul Buetow
2024-12-11refactor a bit againPaul Buetow
2024-12-10fixPaul Buetow
2024-11-24ideaPaul Buetow
2024-11-22some stuff all aroundPaul Buetow
2024-11-19use of platform aliasesPaul Buetow
2024-11-08dont use logger but color outputterPaul Buetow
2024-11-08refactorPaul Buetow
2024-11-08can download preview image for linkedinPaul Buetow
2024-11-04increase rate when there are soo posts scheduledPaul Buetow
2024-11-03move platform parsing to argsPaul Buetow
2024-10-31intial warning when there aren't enough queuedPaul Buetow
2024-10-18implement pause daysPaul Buetow
2024-10-17implement sizeLimit per platformPaul Buetow
2024-10-09can re-use access token for linkedin oauthPaul Buetow
2024-10-08initial restructure for oauth2Paul Buetow
2024-10-04can post to linkedin initiallyPaul Buetow
2024-10-04initial secrets config and initial mastodonPaul Buetow
2024-09-28can hit and not hit the targetPaul Buetow
2024-09-28add ValidationPaul Buetow
2024-09-28add lookback timePaul Buetow
2024-09-21initial revampPaul Buetow
2024-09-21cleanupPaul Buetow
2024-09-21joPaul Buetow
2024-09-18some stuffPaul Buetow
2024-09-12use pending.next to determine nextPaul Buetow
2024-09-12add pending.deletePaul Buetow
2024-09-03renamePaul Buetow
2024-09-03hiding generics as types cant be inferredPaul Buetow
2024-09-03refactorPaul Buetow
2024-09-03fix testsPaul Buetow
2024-09-03initial generic handling of environment variablesPaul Buetow
2024-09-03Partners and Servers are now slicesPaul Buetow
2024-09-03add EnvToStrSlicePaul Buetow
2024-08-29skip config file if it doesn't existPaul Buetow
2024-08-29can read secretsPaul Buetow
2024-08-29initial secrets config fielPaul Buetow
2024-08-29initial EnvToBoolPaul Buetow