First production-ready release of StarPunk - a minimal, self-hosted IndieWeb CMS with full IndieAuth and Micropub compliance. Changes: - Update version to 1.0.0 in starpunk/__init__.py - Update README.md version references and feature descriptions - Finalize CHANGELOG.md with comprehensive v1.0.0 release notes This milestone completes all V1 features: - W3C IndieAuth specification compliance with endpoint discovery - W3C Micropub specification implementation - Robust database migrations with race condition protection - Production-ready containerized deployment - 536 tests passing with 87% code coverage StarPunk is now ready for production use as a personal IndieWeb publishing platform. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
11
README.md
11
README.md
@@ -2,17 +2,16 @@
|
||||
|
||||
A minimal, self-hosted IndieWeb CMS for publishing notes with RSS syndication.
|
||||
|
||||
**Current Version**: 0.9.5 (development)
|
||||
**Current Version**: 1.0.0
|
||||
|
||||
## Versioning
|
||||
|
||||
StarPunk follows [Semantic Versioning 2.0.0](https://semver.org/):
|
||||
- Version format: `MAJOR.MINOR.PATCH`
|
||||
- Current: `0.9.5` (pre-release development)
|
||||
- First stable release will be `1.0.0`
|
||||
- Current: `1.0.0` (stable release)
|
||||
|
||||
**Version Information**:
|
||||
- Current: `0.9.5` (pre-release development)
|
||||
- Current: `1.0.0` (stable release)
|
||||
- Check version: `python -c "from starpunk import __version__; print(__version__)"`
|
||||
- See changes: [CHANGELOG.md](CHANGELOG.md)
|
||||
- Versioning strategy: [docs/standards/versioning-strategy.md](docs/standards/versioning-strategy.md)
|
||||
@@ -32,7 +31,7 @@ StarPunk is designed for a single user who wants to:
|
||||
|
||||
- **File-based storage**: Notes are markdown files, owned by you
|
||||
- **IndieAuth authentication**: Use your own website as identity
|
||||
- **Micropub support**: Coming in v1.0 (currently in development)
|
||||
- **Micropub support**: Full W3C Micropub specification compliance
|
||||
- **RSS feed**: Automatic syndication
|
||||
- **No database lock-in**: SQLite for metadata, files for content
|
||||
- **Self-hostable**: Run on your own server
|
||||
@@ -108,7 +107,7 @@ starpunk/
|
||||
2. Login with your IndieWeb identity
|
||||
3. Create notes in markdown
|
||||
|
||||
**Via Micropub Client** (Coming in v1.0):
|
||||
**Via Micropub Client**:
|
||||
1. Configure client with your site URL
|
||||
2. Authenticate via IndieAuth
|
||||
3. Publish from any Micropub-compatible app
|
||||
|
||||
Reference in New Issue
Block a user