docs: 📝 changelog
This commit is contained in:
parent
7571e96bd0
commit
36972a64ae
45
CHANGELOG.md
45
CHANGELOG.md
@ -2,7 +2,34 @@
|
|||||||
|
|
||||||
All changes from v13.0.0 onwards, for a full list of differences read CALCKEY.md
|
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
|
### Bug Fixes
|
||||||
|
|
||||||
@ -95,6 +122,14 @@ Closes #9426
|
|||||||
|
|
||||||
- Fix: Use ❤️ instead of ♥️
|
- Fix: Use ❤️ instead of ♥️
|
||||||
|
|
||||||
|
- Fix: :bug: following issues
|
||||||
|
|
||||||
|
Closes #9544
|
||||||
|
|
||||||
|
- Fix: :lock: improve tag search security
|
||||||
|
|
||||||
|
- Fix: reactions using unicode weren't processed
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
@ -129,6 +164,10 @@ closes #9501
|
|||||||
|
|
||||||
- Feat: PWA icons
|
- Feat: PWA icons
|
||||||
|
|
||||||
|
- Feat: :sparkles: dialog to remove follower
|
||||||
|
|
||||||
|
co-authored-by: atsu1125 <atsu1125@github>
|
||||||
|
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
### Miscellaneous Tasks
|
||||||
|
|
||||||
@ -170,6 +209,10 @@ why was this ever needed
|
|||||||
|
|
||||||
- Chore: update german translations
|
- Chore: update german translations
|
||||||
|
|
||||||
|
- Update changelog
|
||||||
|
|
||||||
|
- Chore: formatting
|
||||||
|
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "13.1.3-beta8",
|
"version": "13.1.3-rc",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "13.1.0",
|
"version": "13.1.3-rc",
|
||||||
"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",
|
"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": []
|
"screenshots": []
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user