projectdx
  • Joined on 2021-11-15
projectdx pushed to main at projectdx/yommi_ff 2026-01-11 11:16:15 +00:00
e3bca82285 UI: Add ChannelTile with logos, search/filter, and design improvements
projectdx pushed to main at projectdx/yommi_ff 2026-01-11 10:59:00 +00:00
c3a95684f3 Docs: Add M3U Sources usage and notes to README
projectdx pushed to main at projectdx/yommi_ff 2026-01-11 10:57:32 +00:00
ad7081b342 Add M3U sources persistence UI and provider; integrate saved sources into HomeScreen
projectdx created branch main in projectdx/yommi_ff 2026-01-11 10:52:57 +00:00
projectdx pushed to main at projectdx/yommi_ff 2026-01-11 10:52:57 +00:00
9cf16ce279 Initial commit
projectdx created repository projectdx/yommi_ff 2026-01-11 10:25:35 +00:00
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-11 09:47:37 +00:00
69a0fe0078 Fix Linkkf path pollution and status reflection: apply os.path.normpath and improve GDM callback logging
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-11 09:28:41 +00:00
535a0ca3f9 Fix Linkkf GDM progress display: implement Smart Sync to prevent flickering
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-11 07:56:59 +00:00
9b3f4f72bd v0.7.2: Linkkf subtitle download, list-request integration, and hot reload stability improvements
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-11 05:18:16 +00:00
8e3594386d Hotfix: v0.7.1 - Fix 'undefined' fields in queue and improve real-time socket updates
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-11 05:00:35 +00:00
02d26a104d Bump version to v0.7.0: Enhanced GDM integration, status sync, and notification system
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-09 13:19:01 +00:00
1175acd16e v0.6.25: Add self-update feature with hot reload
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-09 13:18:49 +00:00
c38a7ae39b v0.2.27: Add self-update feature with hot reload
projectdx pushed to main at ff_plugins/anime_downloader 2026-01-08 12:11:20 +00:00
783b44b6b6 docs: Update README with v0.6.24 changelog
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 12:11:13 +00:00
7beb536ca0 docs: Update README with v0.2.25 changelog
c0a0f1ff2d docs: Update README with v0.2.24 changelog
d98c13a4e9 fix: Change source type from ani24 to ohli24 - Update detection logic in mod_queue.py - Update source badge color mapping - Update downloader selection
Compare 3 commits »
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 11:09:16 +00:00
cae3c9b269 perf: Optimize list rendering with partial DOM updates - Preserve existing card DOM elements (no image flicker) - Update only changed fields (progress, status, speed) - Add/remove cards only when necessary - Reorder cards to match server order
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 11:04:35 +00:00
4baf23d8ad feat: Add card background color distinction by status - Completed: green gradient - Error: red gradient - Cancelled: gray with reduced opacity - Downloading: blue tint - Extracting: purple tint
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 11:00:52 +00:00
2fa4f474c3 fix: Improve progress display for aria2c downloads - Add --progress-template with GDM_PROGRESS format - Add aria2c --summary-interval for status updates - Parse GDM_PROGRESS pattern for progress callback
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 10:56:44 +00:00
1b59ca4279 fix: Add public API for Chrome extension (no login required) - New endpoints: /public/youtube/formats, /public/youtube/add - Update extension to use public API - Add contextMenus/notifications permissions
projectdx pushed to master at projectdx/gommi_downloader_manager 2026-01-08 10:33:35 +00:00
c7a3d6fd03 feat: Add YouTube Chrome extension and GDM API - Chrome extension with popup UI, quality selection, server config - YouTube API endpoints: youtube_add, youtube_formats - Background worker with context menu integration - Content script with inline download button