Swoosh/CHANGELOG.md
Paweł Orzech 74f42fd2f1
docs: add open-source project files (README, license, contributing)
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
2026-03-19 10:17:46 +01:00

755 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[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)