diff --git a/Feature Request Updates.md b/Feature Request Updates.md
index 485a1e9..99ce598 100644
--- a/Feature Request Updates.md
+++ b/Feature Request Updates.md
@@ -40,6 +40,29 @@ Like the playlist tab, but with saved albums using:
method: deezer.pageProfile
{user_id: "user_id", tab: "albums", nb: 40}
+* #239 Add simplified login using a webview on Deezer's login page
+There is a pull requests that makes this possible, but it doesn't work for server mode
+Needs some changes before merging (fallback on arl when it's not on electron)
+
+* #252 Add quality selection modal to other download links in the app
+Need to see how to do it when downloading multiple tracks
+Maybe replacing the code that downloads each track as single and making it a playlist?
+
+* #255 Change package.json dist:win32 and win64 scripts for deprecation
+Need to find a way to replace those scripts
+
+* #256 Download private playlist
+Probably it was refering to Spotify Playlists, but I can't do that without adding login (and I don't want to do that)
+I'll add support for showing playlists for private users using the gw-light.php api
+
+* #256 and #280 Show details about failed items
+Make the warning sign clickable to show what went wrong
+
+* #288 3 issue
+issue1: checkbox for the same name as the folder name
+issue2: already fixed
+issue3: I'll see what I can do, but it's getting complicated
+
## MAYBE
* #10 Select song from spotify playlist
Maybe edit the download process so to download seleted tracks not as singles but as a smaller playlist?
@@ -66,6 +89,17 @@ Also tracks could be added searching by ISRC
* #110 Two feature requests regarding filteting searches
That would be cool to implement, but IDK how to filter that really
+* #261 System notification on all downloads completion
+Don't know if I need to add this one
+Maybe replace the toasts with system notifications?
+That would get annoying pretty fast
+
+* #265 Add pause to downloads
+I would like to implement this one, but I have no idea on how to make it work
+
+* #287 Adding option to ignore "EP" and "LP" when mass copying and pasting from beatport
+No Idea on what that's referring to
+
## NO.
* #2 Show results as you're typing
Too resource intensive and many requests may lead to a banned IP (could happen, not tested)
@@ -82,6 +116,9 @@ as the one downloaded from a spotify playlist
* #87 Execute command on queue completion
I don't see the usecase for this one
+* #243 No artist pics
+API doesn't give that image, so wont fix
+
## BUGS AND MAINTENANCE
* #1 Some songs downloaded in FLAC result corrupted
It's a problem with the download method as first chunks are blank, as they are never downloaded