MasterAcnolo
90d8a9f65d
fix: correct use of logger for path.helpers.js
2026-07-22 20:41:54 +02:00
MasterAcnolo
a56a070bc8
feat: support Linux. Refactor resources architecture. Create build script
...
Currently, themes are disabled and firefox notification too.
2026-06-28 21:32:49 +02:00
MasterAcnolo
0218664c5a
refactor: add full documentation and fix theme loading robustness
...
- Add JSDoc comments across frontend and backend modules
- Improve code readability and maintainability with consistent documentation style
- Document Electron IPC handlers, UI utilities, and theme system
- Add missing function/class documentation in theme loader and app services
- Minor structural improvements and cleanup across Electron main process modules
- Minor fixes on variable names
2026-05-31 20:38:42 +02:00
MasterAcnolo
ac94d68224
fix: rename localMode => devMode for clarity
2026-05-29 07:42:38 +02:00
MasterAcnolo
ce14b8abd7
Fix: Remove emoji from error messages in download and info controllers
2026-04-14 09:31:23 +02:00
MasterAcnolo
238d4ea717
Fix: Save Themes inside "AppData"
2026-04-13 21:49:19 +02:00
MasterAcnolo
40bea35286
Feat: Implement notification feature for download completion
2026-04-13 20:39:23 +02:00
MasterAcnolo
a2653eef57
Feat: Implement playlist download count tracking during downloads with UI updates
2026-04-12 18:24:19 +02:00
MasterAcnolo
f3c37c2498
Feat: Add createPlaylistFolders feature to organize downloads into dedicated folders with toggle settings
2026-04-12 18:13:38 +02:00
MasterAcnolo
912f4042e5
Fix: Enhance error handling for playlist fetch failures by retrying with single video
2026-04-12 17:34:17 +02:00
MasterAcnolo
011e0a703a
Feat: Enhance download experience with progress indicators and toast notifications
2026-04-12 12:04:05 +02:00
MasterAcnolo
60137a15dc
Feat: Implement download cancellation feature with stop button and progress handling
2026-04-12 11:22:18 +02:00
MasterAcnolo
96401a6e1f
Refactor: split main.js into app/ modules
2026-04-11 16:14:21 +02:00
MasterAcnolo
da393b19d9
Refactor: Suffixe in helpers/
2026-03-18 09:13:47 +01:00
MasterAcnolo
b13c98dda2
Refactor: Translate all comms in English
2026-02-21 12:27:13 +01:00
MasterAcnolo
1f103c20b9
Fix: Remove Discord RPC Update. It's useless and take performance for nothing.
2026-02-19 22:23:30 +01:00
MasterAcnolo
74fcdbb738
Fix: Undo Path Validation for coming back on a classic one
2026-02-18 14:43:40 +01:00
MasterAcnolo
32c9a66a35
Fix: Centralize default download path and enhance path validation logic
2026-02-17 23:29:31 +01:00
MasterAcnolo
45e0840fea
Fix: Correct windowMs value in rate limit configuration to 15 minutes
2026-02-17 23:26:01 +01:00
MasterAcnolo
cc5bde5b48
Fix: Correct comment for rate limit window duration in rateLimit.js
2026-02-17 21:49:43 +01:00
MasterAcnolo
9a48ac05e3
Fix: Uncomplete comments and remove repeated code
2026-02-17 21:42:12 +01:00
MasterAcnolo
fdb22f2342
Fix: Improve browser detection logging and error handling
2026-02-17 21:29:51 +01:00
MasterAcnolo
760550e521
Fix: Centralize resource paths and icons
2026-02-17 21:28:46 +01:00
MasterAcnolo
87945fba80
Fix: Missing semi colon, Better Folder Creation, And remove the fucking bad code who was repeat too much (wtf i did)
2026-02-17 18:05:07 +01:00
MasterAcnolo
a42b020b96
Fix: Update URL check to correctly identify playlist links
2026-02-17 15:19:17 +01:00
MasterAcnolo
6877c51c0e
Fix: Add Small Comms for clarity
2026-02-17 10:26:54 +01:00
MasterAcnolo
5a41090175
Fix: Remove Unusued Code
2026-02-17 10:26:39 +01:00
MasterAcnolo
5983f21759
Fix: Big mistake when estimating video format (? -> &)
2026-02-17 09:50:32 +01:00
MasterAcnolo
23da75a17b
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-02-06 22:00:50 +01:00
MasterAcnolo
dedf10c6b3
Fix: Discord RPC not Stoping #26
2026-01-25 17:32:29 +01:00
MasterAcnolo
29ca2ea496
Fix: Auto Update mispelling (Am a monkey)
2026-01-22 21:39:07 +01:00
MasterAcnolo
9824e107fe
Fix: Try to force AAC Audio Codec
2026-01-21 13:29:33 +01:00
MasterAcnolo
2f105f5145
Fix: Put config.json file into config folder for better readability + Fix Yt-DLP Path
2026-01-15 22:01:26 +01:00
MasterAcnolo
b7a193b062
Fix: Remove unusued import server.js
2026-01-15 21:23:26 +01:00
MasterAcnolo
c356e2e30d
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-01-15 21:22:40 +01:00
MasterAcnolo
e45810b54c
Add: Better logs. Write logs when a download is init
2026-01-15 16:22:29 +01:00
MasterAcnolo
f959171db5
Feat: Add CustomVideo Codec Choice with verification in config.json
2026-01-15 10:57:37 +01:00
MasterAcnolo
01b6bcd02c
Feat: Add Newline YT-DLP Args. Add Toggle Switches for verbose, autodownloadplaylist + Fix Thumbail misspell
2026-01-15 10:00:17 +01:00
MasterAcnolo
31d8b20a76
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-01-14 14:03:32 +01:00
MasterAcnolo
42ae0e7204
Feat: Add Codec H264 to vidéo output
2026-01-14 10:06:17 +01:00
MasterAcnolo
008428f10a
Fix: Remove Unsued Import in Controller
2025-12-28 12:47:00 +01:00
MasterAcnolo
ae7d338474
Add: Rate Limit to front rendering. Using Components for reusability
2025-12-28 12:40:55 +01:00
MasterAcnolo
12ff25cc4b
Fix: Error Handling Download Controller
2025-12-27 12:15:28 +01:00
MasterAcnolo
f31767e7e7
Fix: Error Handling Info Controller
2025-12-27 12:14:21 +01:00
MasterAcnolo
7c4f2841e1
Fix: Security #5
2025-12-27 11:41:52 +01:00
MasterAcnolo
26d42491ce
Bump version to 1.3.1 and fix Discord RPC state URL; enhance update notification with clickable link to releases
2025-12-19 13:50:17 +01:00
MasterAcnolo
2b43c00a3a
Better RPC
2025-11-20 14:42:52 +01:00
MasterAcnolo
87545d77b4
English
2025-11-20 08:32:38 +01:00
MasterAcnolo
4e0fe29c20
Anglais Fetch Info.js + Removed Files Check
2025-11-19 18:24:50 +01:00
MasterAcnolo
b3f1edaabd
Better Log Components Path
2025-11-19 16:55:26 +01:00