Important
For Linux version: Install dependencies first: mpv (for playback) and wpe (for login)
sudo pacman -S mpv wpewebkit # Arch/Manjaro
sudo apt install mpv libwebkit2gtk-4.1-0 # Debian/Ubuntu/Mint
sudo dnf install mpv webkit2gtk4.1 # Fedora/RHEL- namidaco/namida@2aa97ce feat(desktop): ctrl+click to select & shift+click to range select
- namidaco/namida@ff0239a chore(desktop): "open in file explorer" icon in snackbar when saving an image
- namidaco/namida@64c2f96 chore: highlight last visited folder
- namidaco/namida@abea541 chore: add new sorts (path for tracks/date added for groups) ref: #907
- namidaco/namida@45319fe chore: lyrics tweaks
- fullscreen blurred bg
- instant fetch on track switching closes: #906
- namidaco/namida@6a2f46d chore: small rework for "generate from moods" dialog
- namidaco/namida@e491b01 chore: enhance confirmation dialogs text
- namidaco/namida@3eb5224 chore: some ui tweaks
- namidaco/namida@ca71650 chore: ui tweaks
- namidaco/namida@2fcd9ef namidaco/namida@6d5f962 perf: read tags & stream directly without downloading for webdav
- namidaco/namida@f8973ff perf: improve total listen timer logic
- namidaco/namida@571c253 core(desktop): prefer system ffmpeg/ffprobe if available
- namidaco/namida@43d3d14 core(linux): support yt login
- namidaco/namida@0ddec58 fix: improve hitbox of more icon in cards
- namidaco/namida@547d87a fix: long images being cropped closes: #54
- namidaco/namida@0d0df04 fix: ultimate fixes
- add album sort, etc to tracks sort options
- tapping track tile again would't resume
- lyrics view fixes and add gradient
- min size for side info in widescreen
- format folder path
- offline yt search skipping requested text after preparing
- preferred search tab conflicting with "search youtube" action
- linux mpris
- workflow fixes
- build date offset in android
- others