mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07:00
docs: 📝 changelog
This commit is contained in:
parent
a928c05d8e
commit
9a7dfef7bd
3 changed files with 3698 additions and 3655 deletions
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
|
||||
|
||||
## [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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "calckey",
|
||||
"version": "13.1.3-beta8",
|
||||
"version": "13.1.3-rc",
|
||||
"codename": "aqua",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -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": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue