docs: 📝 changelog

This commit is contained in:
ThatOneCalculator 2023-02-09 14:51:47 -08:00
parent 7571e96bd0
commit 36972a64ae
No known key found for this signature in database
GPG key ID: 8703CACD01000000
3 changed files with 3698 additions and 3655 deletions

View file

@ -2,7 +2,34 @@
All changes from v13.0.0 onwards, for a full list of differences read CALCKEY.md
## [13.1.1] - 2023-02-04
## [13.1.3] - 2023-02-09
### Bug Fixes
- Fix: Hide unmute option when the user is blocked
### Features
- Feat: Mute and unfollow when blocking a user
- Feat: Unblock with follow button
- Refresh user when changed
- Feature/help_menu ([#9587](https://github.com/orhun/git-cliff/issues/9587))
Co-authored-by: ThatOneCalculator <kainoa@t1c.dev>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9587
### Miscellaneous Tasks
- Chore: up vite
- Chore: update credits
## [13.1.2] - 2023-02-06
### Bug Fixes
@ -95,6 +122,14 @@ Closes #9426
- Fix: Use ❤️ instead of ♥️
- Fix: :bug: following issues
Closes #9544
- Fix: :lock: improve tag search security
- Fix: reactions using unicode weren't processed
### Documentation
@ -129,6 +164,10 @@ closes #9501
- Feat: PWA icons
- Feat: :sparkles: dialog to remove follower
co-authored-by: atsu1125 <atsu1125@github>
### Miscellaneous Tasks
@ -170,6 +209,10 @@ why was this ever needed
- Chore: update german translations
- Update changelog
- Chore: formatting
### Performance

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "13.1.3-beta8",
"version": "13.1.3-rc",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -1,5 +1,5 @@
{
"version": "13.1.0",
"notes": "This release includes many changes, including:\n\n• New post and thread layout\n• Automatic subdomain blocks\n• Customizable default reactions\n• Federation improvements\n• Many bug fixes and performance improvements",
"version": "13.1.3-rc",
"notes": "This release candidate has the following changes:\n• Better blocking/muting\n• Better user refreshing\n• New help menu with app list (More! > Help)\n• Bug fixes and performance improvements",
"screenshots": []
}