Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added shareable preview links limitation to known issues
- Documented that python-substack library hasn't been updated in 2+ years

### Infrastructure
- Fixed CI/CD pipeline - all tests now pass in GitHub Actions
- Added unit and integration tests to version control (fixed .gitignore)
- Fixed code formatting and linting issues across entire codebase

### Known Issues
- Image rendering shows markdown syntax instead of rendered images
- Subscriber count may show 0 even with subscribers (API limitation)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## 📋 Requirements

- Python 3.9 or higher
- Python 3.10 or higher
- Substack account credentials:
- Email and password (recommended)
- OR session token and user ID
Expand Down