Commit Graph

121 Commits

Author SHA1 Message Date
Subhamoy Biswas fa050b2f39 feat: added option to remove download id from filename #35 2026-05-26 21:08:21 +05:30
Subhamoy Biswas 450b36b59a refactor: disabled self-update check on flatpak #28 2026-05-26 13:42:35 +05:30
Subhamoy Biswas eb4cb16bbd feat: added quit-on-close option #18 #33 2026-05-26 11:20:05 +05:30
Subhamoy Biswas a213a1e8ad chore: bumped up deps 2026-05-25 22:27:24 +05:30
Subhamoy Biswas cb39d591e1 chore: bumped up deps 2026-05-07 22:48:09 +05:30
Subhamoy Biswas 1748eb59fb refactor: improved windows arch specific configs and shell spawning 2026-04-30 12:16:32 +05:30
talynone 09defd8791 Fix so download progress status is shown during yt-dlp download. Uses buffered output to show download progress instead of just "starting" as the status for the entire download. 2026-04-28 04:52:12 -07:00
Subhamoy Biswas 6469666cdb refactor: improved linux package dependencies and minor cleanup 2026-03-24 22:56:37 +05:30
Subhamoy Biswas 38d638d7b8 fix: initial yt-dlp auto-update failing on flatpak 2026-03-24 10:43:45 +05:30
Subhamoy Biswas 8f5607c171 refactor: switched to self-contained yt-dlp on flatpak 2026-03-23 15:39:05 +05:30
Subhamoy Biswas dcd5cb61fb fix: pip3 not found on flatpak 2026-03-23 13:07:13 +05:30
Subhamoy Biswas ebeac979bc refactor: added yt-dlp auto update on flatpak 2026-03-23 10:15:19 +05:30
Subhamoy Biswas edc37f355a refactor: re-enabled potoken on flatpak 2026-03-22 22:37:39 +05:30
Subhamoy Biswas fe05e6a2d4 fix: pot server process not terminating properly before app update 2026-03-21 15:10:08 +05:30
Subhamoy Biswas bd21650394 feat: added filename sanitization settings #16 #19 2026-03-20 15:20:04 +05:30
Subhamoy Biswas 2211f252c7 refactor: disable potoken on flatpak 2026-03-07 09:50:14 +05:30
Subhamoy Biswas 7780c611b5 refactor: disable cookies on flatpak 2026-03-06 15:45:46 +05:30
Subhamoy Biswas 180d295062 fix: shell escaping of yt-dlp args on flatpak 2026-03-05 23:17:43 +05:30
Subhamoy Biswas cadf8ee123 refactor: call yt-dlp via shell on flatpak 2026-03-05 22:55:17 +05:30
Subhamoy Biswas 52dad3acb1 refactor: install yt-dlp-plugins on XDG_CONFIG_HOME in flatpak 2026-03-05 22:26:55 +05:30
Subhamoy Biswas d7f2f7b867 refactor: use pip3 yt-dlp in flatpak 2026-03-05 21:35:30 +05:30
Subhamoy Biswas b96d8fe64b fix: neodlp-pot sidecar not registered error on flatpak 2026-03-05 15:26:05 +05:30
Subhamoy Biswas d4c623f3a6 refactor: disabled browser integration, desktop notification and removed ffmpeg from flatpak 2026-03-05 09:37:43 +05:30
Subhamoy Biswas d5a6eba383 chore: bumped up to v0.4.2 2026-03-03 13:21:54 +05:30
Subhamoy Biswas d66334ab85 refactor: disabled uncompatible settings with flatpak and added healthcheck alert 2026-03-02 23:56:02 +05:30
Subhamoy Biswas 1347bea868 refactor: use different opener command for links 2026-03-02 14:24:30 +05:30
Subhamoy Biswas e384664051 refactor: revert back to using rust side tauri opener 2026-03-02 11:55:33 +05:30
Subhamoy Biswas b4532cb213 refactor: use tauri js opener api for sandboxes 2026-03-02 10:47:51 +05:30
Subhamoy Biswas 570ca76087 fix: fs api import 2026-03-02 09:53:30 +05:30
Subhamoy Biswas a5d6fb09bb refactor: don't auto create download/temp dirs 2026-03-02 09:49:47 +05:30
Subhamoy Biswas cf0d064429 fix: debug unable to resolve paths on flatpak 2026-03-02 09:30:26 +05:30
Subhamoy Biswas 5b7df779cc refactor: fallback using per-instance flatpak check 2026-02-27 21:56:51 +05:30
Subhamoy Biswas 7a7f6705d4 refactor: use global flatpak detection 2026-02-27 21:21:11 +05:30
Subhamoy Biswas 6e76747f06 fix: cp command string with sh 2026-02-26 22:07:20 +05:30
Subhamoy Biswas bc48391a70 refactor: copy neodlp-msghost on flatpak registration 2026-02-26 21:47:48 +05:30
Subhamoy Biswas 3b234c766e refactor: use sh and printf to write 2026-02-26 20:20:57 +05:30
Subhamoy Biswas f0e31cd15e refactor: do echo without cp 2026-02-26 14:42:50 +05:30
Subhamoy Biswas f2bd8bd4df refactor: use echo again 2026-02-26 14:03:22 +05:30
Subhamoy Biswas 5e90fac99f refactor: use cat instead of echo 2026-02-26 13:44:51 +05:30
Subhamoy Biswas b3d99f3334 refactor: use echo to write manifest on flatpak 2026-02-26 13:24:58 +05:30
Subhamoy Biswas 953bd20499 refactor: revert back to cp again 2026-02-26 11:59:06 +05:30
Subhamoy Biswas 76cfce4fbb refactor: write content after copy 2026-02-26 11:39:36 +05:30
Subhamoy Biswas d2a26777d5 refactor: dynamically generate msghost manifest for flatpak 2026-02-26 11:21:23 +05:30
Subhamoy Biswas a7d726c3d3 refactor: use cp instead of fs api on flatpak 2026-02-26 10:20:33 +05:30
Subhamoy Biswas 705e819fe7 refactor: don't check for dir, directly copy on flatpak registration 2026-02-26 09:48:29 +05:30
Subhamoy Biswas 137479acbb refactor: test flatpak host config copy 2026-02-25 22:28:50 +05:30
Subhamoy Biswas 32d63be13e refactor: disable linux registration and fix yt-dlp updater on flatpak 2026-02-24 10:00:51 +05:30
Subhamoy Biswas 1ba035e14b fix: debug linux registration failing on flatpak 2026-02-23 23:08:24 +05:30
Subhamoy Biswas 74171e52b0 fix: linux registration paths on flatpak 2026-02-23 21:34:59 +05:30
Subhamoy Biswas 6800ae73d8 refactor: init compat with flatpak 2026-02-23 11:02:07 +05:30