diff options
| author | Johann150 <johann.galle@protonmail.com> | 2022-07-07 14:17:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-07 21:17:47 +0900 |
| commit | a1b8587ab28b4de39bca24ae1ffdd77eb9a0c2f5 (patch) | |
| tree | a072ae989d0be69f9ec2428e419a3bb6f1575cfb /CHANGELOG.md | |
| parent | feat: auto nsfw detection (#8840) (diff) | |
| download | misskey-a1b8587ab28b4de39bca24ae1ffdd77eb9a0c2f5.tar.gz misskey-a1b8587ab28b4de39bca24ae1ffdd77eb9a0c2f5.tar.bz2 misskey-a1b8587ab28b4de39bca24ae1ffdd77eb9a0c2f5.zip | |
enhance: show recipients of notes with specified visibility (#8949)
* enhance: reusable visibility component
* rename renote tooltip component
The tooltip that is used for renotes can be used in other cases as well.
* add tooltip for specified recipients
* add changelog entry
* Update visibility.vue
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 128ee4cde9..0b2ffe4805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ You should also include the user name that made the change. - Client: Word mute also checks content warnings @Johann150 - Client: メニューからページをリロードできるように @syuilo - Client: Improve emoji picker performance @syuilo +- Client: For notes with specified visibility, show recipients when hovering over visibility symbol. @Johann150 - Client: Make widgets available again on a tablet @syuilo - ユーザーにモデレーションメモを残せる機能 @syuilo - Make possible to delete an account by admin @syuilo |