v0.1.0-alpha.3
Pre-release
Pre-release
·
39 commits
to main
since this release
Changelog
v0.1.0-alpha.3 (2026-07-29)
Features
- web: add public profile and status pages
(bca0b30) - polls: add federated poll support
(c903772) - moderation: add reports and instance rules
(3a99e9e) - moderation: add account suspension and domain rules
(905551b) - api: add PostgreSQL status search
(2da5615) - api: add scalable trending link previews
(c6f750e) - api: add federated profile directory
(8fb8e3c) - api: add scalable cached trends
(8fe042f) - api: add trending hashtags
(718e0c1) - api: add status interaction account lists
(9a5b09f) - web: split admin account views
(f248e8d) - web: adopt daisyUI components
(83101f5) - web: integrate tailwind css
(6261996) - web: add profile submenu
(fdbec54) - statuses: add scheduled publication
(4aa5cfd) - web: show build and session details
(ec1e8b0) - admin: add operations interface
(3adc0e6) - federation: hydrate remote thread context
(a6f0e6c)
Fixes
- release: use available Rust toolchain
(81cbcd5) - web: improve public profile navigation and metadata
(01d3793) - jobs: coordinate trend refresh scheduling
(82b1583) - web: enable hashed asset references at runtime
(9b232a4) - web: hash browser assets
(a68edb1) - ci: restore container build cache
(2b9ee81) - ci: force cached build tool installs
(fbb2c97) - admin: load mixed account dashboard
(57fd456) - docs: render compatibility tables in columns
(578451c) - web: raise Leptos recursion limit
(3e51ea9) - oauth: support forced account login
(4b2d178)
Refactoring
- db: add explicit transaction boundaries
(643528d)
Documentation
- note large-scale instance design target
(97d065d) - link to Rita follow page
(a3e92a1) - separate account creation and sign-in
(1e03222) - separate user and administrator guides
(b8cc231) - expand installation and compatibility guides
(15f394d) - require documentation updates
(d7f6493) - publish Antora site with GitHub Pages
(23f61c8)
Tests
Build
- deps: bump dtolnay/rust-toolchain from 1.96 to 1.100
(9bd240b) - deps: bump actions/configure-pages from 5 to 6
(b827eb3) - deps: bump actions/deploy-pages from 4 to 5
(44a3807) - deps: bump actions/setup-node from 6 to 7
(dd1266e) - deps: bump actions/upload-pages-artifact from 4 to 5
(044d6ed)
Continuous Integration
- expose GitHub token to tests
(c993890) - cache Rust build artifacts
(3fede4c) - install frontend tools from binaries
(5a1d7eb) - release: cache archive builds
(05fbfbc)
Maintenance
- release: prepare v0.1.0-alpha.3
(7f0c7ea)