MasterAcnolo
|
3e2b7e8190
|
Fix: Enhance error handling for playlist fetch failures by retrying with single video
|
2026-08-15 13:20:45 +02:00 |
|
MasterAcnolo
|
94003135fd
|
Feat: Enhance download experience with progress indicators and toast notifications
|
2026-08-15 13:20:45 +02:00 |
|
MasterAcnolo
|
592cc3314a
|
Feat: Implement download cancellation feature with stop button and progress handling
|
2026-08-15 13:20:44 +02:00 |
|
MasterAcnolo
|
6b4310500e
|
Refactor: split main.js into app/ modules
|
2026-08-15 13:20:44 +02:00 |
|
MasterAcnolo
|
fb8e2acda0
|
Refactor: Suffixe in helpers/
|
2026-08-15 13:20:43 +02:00 |
|
MasterAcnolo
|
245cf01a43
|
Refactor: Translate all comms in English
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
2689424d01
|
Fix: Remove Discord RPC Update. It's useless and take performance for nothing.
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
5dc7c229b0
|
Fix: Undo Path Validation for coming back on a classic one
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
95497d252f
|
Fix: Centralize default download path and enhance path validation logic
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
784834cbbc
|
Fix: Correct windowMs value in rate limit configuration to 15 minutes
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
dd4d770102
|
Fix: Correct comment for rate limit window duration in rateLimit.js
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
a374993ab1
|
Fix: Uncomplete comments and remove repeated code
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
9f4563dbd8
|
Fix: Improve browser detection logging and error handling
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
5bb6b6c165
|
Fix: Centralize resource paths and icons
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
bbdb6a37fb
|
Fix: Missing semi colon, Better Folder Creation, And remove the fucking bad code who was repeat too much (wtf i did)
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
c3d43cafbf
|
Fix: Update URL check to correctly identify playlist links
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
28928ec174
|
Fix: Add Small Comms for clarity
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
f5c51e254a
|
Fix: Remove Unusued Code
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
36deddd823
|
Fix: Big mistake when estimating video format (? -> &)
|
2026-08-15 13:20:42 +02:00 |
|
MasterAcnolo
|
b9fa931cd7
|
Potential fix for code scanning alert no. 5: Type confusion through parameter tampering
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2026-08-15 13:20:25 +02:00 |
|
MasterAcnolo
|
8771291e61
|
Fix: Discord RPC not Stoping #26
|
2026-08-15 13:20:24 +02:00 |
|
MasterAcnolo
|
769753f25e
|
Fix: Auto Update mispelling (Am a monkey)
|
2026-08-15 13:20:24 +02:00 |
|
MasterAcnolo
|
0c8322db13
|
Fix: Try to force AAC Audio Codec
|
2026-08-15 13:20:24 +02:00 |
|
MasterAcnolo
|
da2fd72984
|
Fix: Put config.json file into config folder for better readability + Fix Yt-DLP Path
|
2026-08-15 13:20:23 +02:00 |
|
MasterAcnolo
|
1c43c795af
|
Fix: Remove unusued import server.js
|
2026-08-15 13:20:23 +02:00 |
|
MasterAcnolo
|
ecffb3eab1
|
Fix: Using ASAR for every parts of the projects (the server is now in it) and i put the binaries in a /binaries folder. It's better for readability of the resources folder
|
2026-08-15 13:20:23 +02:00 |
|
MasterAcnolo
|
e99b16eac6
|
Add: Better logs. Write logs when a download is init
|
2026-08-15 13:20:23 +02:00 |
|
MasterAcnolo
|
f059361b4e
|
Feat: Add CustomVideo Codec Choice with verification in config.json
|
2026-08-15 13:20:23 +02:00 |
|
MasterAcnolo
|
5b4cabdbd0
|
Feat: Add Newline YT-DLP Args. Add Toggle Switches for verbose, autodownloadplaylist + Fix Thumbail misspell
|
2026-08-15 13:20:23 +02:00 |
|
MasterAcnolo
|
d16eed54ea
|
Feat: Implement Config File. Read by Front and Back. It aims to give possibility to disable some features quickly. Currenty: DiscordRPC, AutoCheckInfo, AutoUpdate, Custom TopBar, AddMetadata, Add Thumbail were put and implement. Other need to be implement. That's the begin of Settings Panel
|
2026-08-15 13:20:22 +02:00 |
|
MasterAcnolo
|
83f7f843b0
|
Feat: Add Codec H264 to vidéo output
|
2026-08-15 13:20:22 +02:00 |
|
MasterAcnolo
|
b8542b9c51
|
Fix: Remove Unsued Import in Controller
|
2026-08-15 13:20:22 +02:00 |
|
MasterAcnolo
|
c8376464e5
|
Add: Rate Limit to front rendering. Using Components for reusability
|
2026-08-15 13:20:22 +02:00 |
|
MasterAcnolo
|
d41006e5cb
|
Fix: Error Handling Download Controller
|
2026-08-15 13:20:22 +02:00 |
|
MasterAcnolo
|
b3c13e59a7
|
Fix: Error Handling Info Controller
|
2026-08-15 13:20:22 +02:00 |
|
MasterAcnolo
|
d54120ba5a
|
Fix: Security #5
|
2026-08-15 13:20:22 +02:00 |
|
MasterAcnolo
|
838f5481b6
|
Bump version to 1.3.1 and fix Discord RPC state URL; enhance update notification with clickable link to releases
|
2026-08-15 13:20:21 +02:00 |
|
MasterAcnolo
|
7c3fa0f69d
|
Better RPC
|
2026-08-15 13:20:20 +02:00 |
|
MasterAcnolo
|
9206091cda
|
English
|
2026-08-15 13:20:19 +02:00 |
|
MasterAcnolo
|
db5e3ec9ec
|
Anglais Fetch Info.js + Removed Files Check
|
2026-08-15 13:20:19 +02:00 |
|
MasterAcnolo
|
57a9634ba6
|
Better Log Components Path
|
2026-08-15 13:20:19 +02:00 |
|
MasterAcnolo
|
fea24e4cb8
|
Translate English
|
2026-08-15 13:20:19 +02:00 |
|
MasterAcnolo
|
fcc58e54d3
|
Notify Logic
|
2026-08-15 13:20:19 +02:00 |
|
MasterAcnolo
|
3d788285d7
|
Download Speed
|
2026-08-15 13:20:19 +02:00 |
|
MasterAcnolo
|
dec4f721cf
|
Clean Code
|
2026-08-15 13:20:19 +02:00 |
|
MasterAcnolo
|
c53c9b9d43
|
Using Download Route MVC Model
|
2026-08-15 13:20:19 +02:00 |
|
MasterAcnolo
|
7c8b37a35d
|
Push
|
2026-08-15 13:20:18 +02:00 |
|
MasterAcnolo
|
17e5157d9a
|
Using MVC Model + AutoDeteck Package + Fix Download/Info
|
2026-08-15 13:20:18 +02:00 |
|
MasterAcnolo
|
027572d666
|
Fix Deno Not Using on Info.js
|
2026-08-15 13:20:18 +02:00 |
|
MasterAcnolo
|
2ed4d99c6f
|
Deno Integré + Progress Bar Fix + Small Clean
|
2026-08-15 13:20:18 +02:00 |
|