chore: updated changelog ba863864
Steve · 2026-03-11 19:25 1 file(s) · +25 −1
CHANGELOG.md +25 −1
1 +
## [0.5.1] - 2026-03-11
2 +
3 +
### 🚀 Features
4 +
5 +
- Added initial server package
6 +
- Add json schema
7 +
- Add option to disable publishing (text) content
8 +
- Add updated at support
9 +
10 +
### 🐛 Bug Fixes
11 +
12 +
- Correct oauth scopes
13 +
14 +
### ⚙️ Miscellaneous Tasks
15 +
16 +
- Updated changelog
17 +
- Applied formatting
18 +
- *(docs)* Updated supported frameworks
19 +
- Refactored server package to use sqlite instead of redis
20 +
- Added and applied formatting to server
21 +
- Added branded and customization to subscribe
22 +
- Applied formatting
23 +
- Updated docs
24 +
- Version bump
25 +
1 26
## [0.5.0] - 2026-02-27
2 27
3 28
### 🚀 Features
17 42
- Refactored docs to worker + static assets
18 43
- Refactored to use atproto oauth lib
19 44
- Version bump and clean up
20 -
21 45
## [0.4.0] - 2026-02-07
22 46
23 47
### 🚀 Features