stegodon v1.4.0
SSH-first federated blogging platform with ActivityPub support.
Installation
Download the appropriate binary for your system:
- Linux AMD64:
stegodon_1.4.0_Linux_x86_64.tar.gz - Linux ARM64:
stegodon_1.4.0_Linux_arm64.tar.gz - macOS AMD64 (Intel):
stegodon_1.4.0_Darwin_x86_64.tar.gz - macOS ARM64 (Apple Silicon):
stegodon_1.4.0_Darwin_arm64.tar.gz
Extract and run:
tar xzf stegodon_1.4.0_*.tar.gz
chmod +x stegodon
./stegodonOr use Docker:
docker pull ghcr.io/deemkeen/stegodon:1.4.0
docker-compose up -dQuick Start
# Run stegodon
./stegodon
# Connect via SSH
ssh localhost -p 23232See README.md for full documentation.
Changelog
Bug Fixes
Other Changes
- 6c64baf: Add comprehensive test suite for threading and reply features (Closes #5) (@deemkeen)
- 46ee655: Add support for @user@domain mentions and highlighting (@deemkeen)
- 2422baf: Complete mentions implementation with inbox storage and tests (@deemkeen)
- 9501182: Fix reply count to include all ancestors and skip duplicates (@deemkeen)
- a113e87: Implement ActivityPub hashtags (Fixes #27) (@deemkeen)
- bdcb4b2: Make width and height fields exported in notepager (@deemkeen)
- 3c3e5f7: Refactor TUI layout calculations into common/layout (@deemkeen)
- ad54a8d: Release v1.4.0 (@deemkeen)
- dd3f740: Update Docker workflow to tag latest on main or version releases (@deemkeen)
- e056c02: wip reply mechanism (@deemkeen)
- bfdfb3e: wip reply mechanism 2 (@deemkeen)
Full Changelog: v1.3.2...v1.4.0