You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⌨️ Advanced Settings: One‑Click CLI Install — Added a brand-new "Zaawansowane" section in Settings featuring an "Install CLI" button. This handles the global installation of wavesconv via npm (npm install -g wavesconv@latest), monitors live status checks for Node.js / npm / wavesconv, and displays installation progress in real time.
📘 Built‑in CLI Quick Tutorial — Embedded a concise, interactive "how it works" guide directly inside the application, covering the entire workflow: installation → wavesconv tools install → interactive paste mode (wavesconv) → one‑shot commands → update checking.
🔗 Deep Linking Quick Examples — Relocated the deep link help resource into the "Zaawansowane" tab and provided copy‑ready command examples for: `wavesconverter://.
Documentation / Website
📸 Instagram Documentation — Added a dedicated Instagram integration section detailing supported URL structures (Reels / Posts / IGTV / Stories), along with explicit instructions on when a cookies.txt session file is mandatory (e.g., Stories and private profile content).
🔗 Deep Linking Documentation — Introduced a comprehensive deep linking guide describing the underlying wavesconverter:// protocol architecture, supported actions, URL encoding requirements, and implementation examples for both YouTube and Instagram.
📱 Mobile-Friendly Docs & Changelog — Optimized the documentation and changelog layouts to be completely readable on mobile devices, while gracefully hiding the installer download UI on mobile viewports and replacing it with a clear "download on desktop" notice + quick links.
Improvements
🧠 CLI Install/Check Engine — Engineered a unified background installer/checker layer (detecting Node/npm/wavesconv and validating binaries via wavesconv --version) wired securely through IPC so the renderer thread can display clean status states and progress bars.
🧩 Settings Cleanup — Deprecated and removed the old, combined "Deep link i CLI" layout block, replacing it entirely with the newly structured "Zaawansowane" module to eliminate redundancy and maintain clean UI onboarding paths.