mercury233
|
092765535f
|
fix completed result tooltip
|
2025-12-27 10:48:57 +08:00 |
|
Alex
|
90299b227e
|
Merge pull request #855 from alemonmk/suppress-dl-progress-logs
Suppress download progress update in logs
2025.12.26
|
2025-12-26 17:43:36 +02:00 |
|
Alex
|
6445517751
|
Merge pull request #848 from alemonmk/fix-crlf
Convert files to LF line ending
|
2025-12-26 14:21:17 +02:00 |
|
Lemon Lam
|
dae710a339
|
Suppress download progress update
...by sending them to debug
|
2025-12-26 19:42:09 +08:00 |
|
Lemon Lam
|
318f4f9f21
|
Convert to LF
|
2025-12-26 19:30:26 +08:00 |
|
Alex
|
ca8e9e7907
|
Merge pull request #844 from pierrenedelec/clean-FE
feat(frontend): modernize Angular App
2025.12.25
|
2025-12-25 21:27:52 +02:00 |
|
Pierre Nédélec
|
183c4ba898
|
feat(frontend): modernize Angular app
|
2025-12-15 01:56:47 +01:00 |
|
Alex
|
c6d487e48a
|
Merge pull request #846 from aloki/master
Switching to a maintained fork of watchtower
2025.12.14
|
2025-12-14 20:17:53 +02:00 |
|
Aleksei
|
77c3c93157
|
Switching to a maintained fork of watchtower
The original repository has not been maintained for a long time
|
2025-12-14 07:42:25 +03:00 |
|
AutoUpdater
|
03f1fa106a
|
upgrade yt-dlp from 2025.11.12 to 2025.12.8
2025.12.09
|
2025-12-09 00:09:28 +00:00 |
|
Alex Shnitman
|
9907e1b885
|
upgrade to angular 20
2025.12.05
|
2025-12-05 11:36:21 +02:00 |
|
Alex Shnitman
|
53944244a7
|
fix github login
2025.11.29
|
2025-11-29 09:51:37 +02:00 |
|
Alex Shnitman
|
5a641bac7f
|
re-create the release if one has already been pushed with the same tag
|
2025-11-29 09:34:38 +02:00 |
|
Alex Shnitman
|
9b805c0def
|
Add release generation on push to master
|
2025-11-29 09:18:33 +02:00 |
|
Alex Shnitman
|
cf318b4d81
|
upgrade dependencies
|
2025-11-28 08:31:35 +02:00 |
|
Alex Shnitman
|
ef5a63e599
|
fix download entry pickle (closes #827)
|
2025-11-16 10:37:38 +02:00 |
|
AutoUpdater
|
420befba75
|
upgrade yt-dlp from 2025.10.22 to 2025.11.12
|
2025-11-13 00:09:00 +00:00 |
|
AutoUpdater
|
3bef839e18
|
upgrade yt-dlp from 2025.10.14 to 2025.10.22
|
2025-10-23 00:08:21 +00:00 |
|
AutoUpdater
|
1b32d49fcf
|
upgrade yt-dlp from 2025.9.26 to 2025.10.14
|
2025-10-15 00:08:15 +00:00 |
|
Alex
|
c4d7dd9948
|
Merge pull request #789 from alexta69/copilot/fix-32a91bc7-90af-4cfd-a3e1-d04a36659489
Fix AttributeError when serializing objects without __dict__ attribute
|
2025-10-01 09:01:17 +03:00 |
|
copilot-swe-agent[bot]
|
ecfc188388
|
Make ObjectSerializer handle all iterables including generators
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com>
|
2025-10-01 05:59:48 +00:00 |
|
copilot-swe-agent[bot]
|
916ed330dd
|
Fix AttributeError in ObjectSerializer by checking for __dict__ attribute
Co-authored-by: alexta69 <7450369+alexta69@users.noreply.github.com>
|
2025-10-01 05:46:23 +00:00 |
|
copilot-swe-agent[bot]
|
136c722636
|
Initial plan
|
2025-10-01 05:39:15 +00:00 |
|
Alex Shnitman
|
588119d9eb
|
README fixes
|
2025-09-28 08:51:27 +03:00 |
|
Alex
|
adf341f857
|
Merge pull request #786 from exterrestris/restore-performance
Improve performance of restoring queued/pending items on restart
|
2025-09-27 16:47:26 +03:00 |
|
Sean Ellingham
|
27aa865c37
|
Improve performance of restoring queues on restart
|
2025-09-27 14:08:19 +01:00 |
|
AutoUpdater
|
d19ca4e87a
|
upgrade yt-dlp from 2025.9.23 to 2025.9.26
|
2025-09-27 00:07:59 +00:00 |
|
Alex
|
db302b339d
|
Merge pull request #782 from exterrestris/restore-pending
Restore pending downloads on start
|
2025-09-26 16:43:01 +03:00 |
|
Sean Ellingham
|
cfd464f7be
|
Include auto_start status in add info log
|
2025-09-26 14:07:08 +01:00 |
|
Sean Ellingham
|
991a0c523a
|
Restore pending downloads on start
|
2025-09-26 13:28:33 +01:00 |
|
Alex Shnitman
|
3524270d45
|
reorganized README
|
2025-09-26 15:15:54 +03:00 |
|
Alex Shnitman
|
aa8d9eb712
|
add deno (closes #779)
|
2025-09-24 16:34:48 +03:00 |
|
Alex Shnitman
|
ca875665c9
|
move to uv package manager
|
2025-09-24 16:30:58 +03:00 |
|
Alex
|
87b6a6412c
|
Merge pull request #778 from phuslu/patch-1
Use "exec python3" in docker-entrypoint.sh
|
2025-09-24 09:45:43 +03:00 |
|
Phus Lu
|
a9894a4028
|
Use "exec python3" in docker-entrypoint.sh
To reduce the processes in metube container
|
2025-09-24 12:03:36 +08:00 |
|
AutoUpdater
|
923bc9894e
|
upgraded yt-dlp
|
2025-09-24 00:08:59 +00:00 |
|
Alex Shnitman
|
33c69087ce
|
issue and discussion templates
|
2025-09-08 22:20:08 +03:00 |
|
AutoUpdater
|
6d88900ba8
|
upgraded yt-dlp
|
2025-09-06 00:09:01 +00:00 |
|
Alex Shnitman
|
c6af5c6cee
|
upgrade dependencies
|
2025-08-28 09:23:15 +02:00 |
|
AutoUpdater
|
b0ccfb2e8c
|
upgraded yt-dlp
|
2025-08-28 00:09:17 +00:00 |
|
Alex Shnitman
|
a1246382b5
|
upgrade dependencies
|
2025-08-26 21:11:23 +02:00 |
|
vNawar
|
df8ddc481c
|
Ignore runtime DB files (queue, completed, pending)
|
2025-08-26 21:07:12 +02:00 |
|
Thomas TEXIER
|
e56eb6e5de
|
Update formats.ts
|
2025-08-26 21:06:54 +02:00 |
|
Alex
|
8fab41d00a
|
Merge pull request #746 from xerdream/metube_m
Fix: resolve YTDL_OPTIONS_FILE reloading issue caused by relative paths
|
2025-08-13 11:03:09 +03:00 |
|
xerdream
|
d744f73552
|
Fix file watching not working due to relative paths
|
2025-08-13 15:25:07 +08:00 |
|
Alex Shnitman
|
115a5bc554
|
upgrade dependencies
|
2025-08-12 19:36:18 +03:00 |
|
AutoUpdater
|
b78a9f9f34
|
upgraded yt-dlp
|
2025-08-12 00:09:47 +00:00 |
|
Alex
|
ee83bb8165
|
Merge pull request #739 from AlexGustafsson/fix/app-sass-rule
Fix host component style
|
2025-07-31 22:49:09 +03:00 |
|
Alex Gustafsson
|
ee4e718d17
|
Fix host component style
Fix the SASS rule for the app root component not being applied as it was
written for the app root element, not the host scope.
Fixes: d03c710636
|
2025-07-31 14:01:53 +02:00 |
|
Alex
|
d88c6a42c2
|
Merge pull request #735 from AlexGustafsson/fix/tags
Change version / tag format to follow conventions
|
2025-07-31 12:38:44 +03:00 |
|