mirror of
https://github.com/pawelorzech/Swoosh.git
synced 2026-03-31 11:55:47 +00:00
Add professional open-source scaffolding: - README.md with badges, features, architecture, and setup guide - LICENSE (PolyForm Noncommercial 1.0.0) - CONTRIBUTING.md with guidelines - CHANGELOG.md for v1.0.0 - GitHub issue and PR templates - Updated .gitignore
24 lines
755 B
Markdown
24 lines
755 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
|
## [1.0.0] - 2024-12-01
|
|
|
|
### Added
|
|
|
|
- Ghost Admin API integration with JWT authentication
|
|
- Post creation with title and body
|
|
- Image upload from gallery and camera
|
|
- Link preview extraction via Open Graph
|
|
- Scheduled publishing
|
|
- Offline-first architecture with Room database
|
|
- Background sync via WorkManager with exponential backoff
|
|
- Encrypted credential storage (AES-256-GCM)
|
|
- Setup wizard for Ghost blog configuration
|
|
- Feed screen with pull-to-refresh
|
|
- Post detail view
|
|
- Settings screen with logout
|
|
- Material 3 UI with Jetpack Compose
|
|
- Comprehensive unit test suite (116 tests)
|