diff --git a/CHANGELOG.md b/CHANGELOG.md index c3527caf..3c4ae09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. - **Feature**: Support showing full file path in sidebar ([#173](https://github.com/pulsejet/memories/issues/173)) - **Feature**: View file in folder on clicking name in sidebar +- **Feature**: User can leave albums that are shared with them - **Fix**: Support for transcoding MKV files. ## [v5.4.1] - 2023-08-20 diff --git a/src/components/modal/AlbumDeleteModal.vue b/src/components/modal/AlbumDeleteModal.vue index d3e1feeb..b1eb1247 100644 --- a/src/components/modal/AlbumDeleteModal.vue +++ b/src/components/modal/AlbumDeleteModal.vue @@ -1,11 +1,15 @@