diff --git a/CHANGELOG.md b/CHANGELOG.md index 39edfa0..ab75d92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,77 @@ All notable changes to this project will be documented in this file. +## [0.1.0] - 2026-08-26 + +### 🚀 Features + +- Stream upload (#2) +- Add liveview for pastes (#3) +- Syntax highlighting (#7) +- Create CLI (#9) +- Cli create (#10) +- Add basic authentication (#11) +- Add api keys (#12) +- Add TTL to paste (#14) +- Allow guest user operations (#15) +- Visibility (#16) +- Viewer urls (#17) +- Show with open and delete ops (#18) +- Expiration cleanup (#19) +- Cli auth (#20) +- Implement storage (#21) +- Storage streaming (#22) +- Support direct TLS termination (#25) +- Add organization and workspace foundation (#32) +- Move paste ownership to workspaces (#33) +- Centralize workspace authorization (#34) +- Add workspace lifecycle management (#35) +- Add workspace-aware navigation (#36) +- Add paste audience policy (#37) +- Add workspace-aware API (#38) +- Add audit and administrative controls (#39) +- Route authenticated users to their pastes (#41) +- Add organization overview navigation (#42) +- Add organization member management (#43) +- Add organization settings (#44) +- Add application navigation (#45) +- Add mobile bottom navigation (#47) +- Add organization creation flow (#50) +- Add workspace management flow (#51) +- Add owner audit log (#52) +- Establish platform administration foundation (#55) +- Phase platform administration authorization (#56) +- Add platform administration panel (#57) +- Add platform moderation actions (#58) +- Complete administration report review (#59) + +### 🐛 Bug Fixes + +- *(ci)* Allow git-cliff to read pull requests (#27) +- *(ci)* Allow git-cliff to read pull requests (#29) +- *(ci)* Prepare initial v0.1.0 release (#31) +- Improve responsive navigation accessibility (#46) +- Dismiss dropdowns on outside interaction (#49) +- Reauthenticate only for sensitive settings changes (#53) + +### 📚 Documentation + +- Establish Requests for Discussion process (#54) + +### ⚙️ Miscellaneous Tasks + +- Disable paste creation to respond with data (#4) +- Handle paste deletion from UI (#5) +- Add dedicated render for create that omits data (#8) +- Make pastes belong to user (#13) +- Hosting prep (#23) +- Publish release images to GHCR (#26) +- Prepare Amp orb environment (#30) +- Tweak nix pkg (#40) +- Migrate remaining release jobs to Blacksmith (#48) + +### 🛡️ Security + +- Update vulnerable packages (#6) +- Update packages (#24)