MasterAcnolo
5bdd13ad8e
feat: support Linux. Refactor resources architecture. Create build script
...
Currently, themes are disabled and firefox notification too.
2026-08-15 13:20:46 +02:00
MasterAcnolo
14b7d944d1
add: default theme applied in app. If no theme is there
2026-08-15 13:20:46 +02:00
MasterAcnolo
3835806e1a
fix: missing enableHardwareAcceleration settings in readme
2026-08-15 13:20:46 +02:00
MasterAcnolo
398e9acf66
fix: revert version to 1.5.1 in package.json and README.md
2026-08-15 13:20:46 +02:00
MasterAcnolo
2f203a0bc1
feat: add Devtron in dev mode
...
remove unused settings item
add setting to disable hardware acceleration (enabled by default)
optimize main.js startup loading
2026-08-15 13:20:46 +02:00
MasterAcnolo
acce91bed8
fix: display "dev" in app version if the app is not packaged
2026-08-15 13:20:46 +02:00
MasterAcnolo
6b33662f79
fix: fix width for form
2026-08-15 13:20:46 +02:00
MasterAcnolo
2805f5f0db
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-08-15 13:20:46 +02:00
MasterAcnolo
7ae0ef9a99
fix: app startup. Can't start another instance now.
2026-08-15 13:20:46 +02:00
MasterAcnolo
83dc0a3f2f
fix: rename localMode => devMode for clarity
2026-08-15 13:20:46 +02:00
MasterAcnolo
3179b52908
fix: rename localMode => devMode for clarity
2026-08-15 13:20:46 +02:00
MasterAcnolo
9564260c57
fix: update dependencies
2026-08-15 13:20:46 +02:00
MasterAcnolo
d7c2339f61
update: version for 1.6.0
2026-08-15 13:20:46 +02:00
MasterAcnolo
12a6709391
fix: update dependencies
2026-08-15 13:20:46 +02:00
MasterAcnolo
6b625326a4
Fix: remove duplication roadmap (now full in website)
2026-08-15 13:20:46 +02:00
MasterAcnolo
8c40ac2b1c
Fix: Configuration File Location
2026-08-15 13:20:46 +02:00
MasterAcnolo
71081163a6
Fix: missing options in readme
2026-08-15 13:20:46 +02:00
MasterAcnolo
4ab6257b39
Update Workshop link to GitHub repository
2026-08-15 13:20:45 +02:00
MasterAcnolo
0d0d60c692
Feat: Update README with detailed project structure and architecture overview
2026-08-15 13:20:45 +02:00
MasterAcnolo
504149a220
Fix: Remove emoji from error messages in download and info controllers
2026-08-15 13:20:45 +02:00
MasterAcnolo
a6ac2333c6
Feat: Add link to the most recent roadmap in README
2026-08-15 13:20:45 +02:00
MasterAcnolo
eb232de34e
Fix: Remove z-index from container styles and add z-index to settings button
2026-08-15 13:20:45 +02:00
MasterAcnolo
cda79bd28f
Feat: Add section for submitting community themes in README
2026-08-15 13:20:45 +02:00
MasterAcnolo
78e0bcab37
Fix: Save Themes inside "AppData"
2026-08-15 13:20:45 +02:00
MasterAcnolo
dbe313fac4
Feat: Add dynamic icon path for main window based on local mode
2026-08-15 13:20:45 +02:00
MasterAcnolo
2316b73adb
Feat: Implement notification feature for download completion
2026-08-15 13:20:45 +02:00
MasterAcnolo
62140be696
Fix: Update links to Freedom-Loader-Site in documentation and IPC handlers
2026-08-15 13:20:45 +02:00
MasterAcnolo
aa3cb24b20
Feat: Add related repository links for website and workshop in README
2026-08-15 13:20:45 +02:00
MasterAcnolo
cbb847800a
Fix: Update link to Freedom Loader Workshop in README
2026-08-15 13:20:45 +02:00
MasterAcnolo
8643ed2867
Fix: Correct typo in Workshop badge link in README
2026-08-15 13:20:45 +02:00
MasterAcnolo
e712163c14
Feat: Add Theme Workshop section to README and update features list
2026-08-15 13:20:45 +02:00
MasterAcnolo
edcd7c8f70
Fix: Update external links for website and wiki in IPC handlers
2026-08-15 13:20:45 +02:00
MasterAcnolo
e6b1c8ba62
Feat: Add "Theme Workshop" button and associated IPC handler for workshop access
2026-08-15 13:20:45 +02:00
MasterAcnolo
d90ae6f236
Feat: Enhance theme settings with new button styles for open theme and JSON options
2026-08-15 13:20:45 +02:00
MasterAcnolo
9d4eeca7ee
Feat: Implement playlist download count tracking during downloads with UI updates
2026-08-15 13:20:45 +02:00
MasterAcnolo
68c0f24ebb
Fix: Adjust z-index for reference
2026-08-15 13:20:45 +02:00
MasterAcnolo
ef8fe131f6
Fix: Moving Custom Top BAr Settings into advanced
2026-08-15 13:20:45 +02:00
MasterAcnolo
596a563e06
Feat: Add createPlaylistFolders feature to organize downloads into dedicated folders with toggle settings
2026-08-15 13:20:45 +02:00
MasterAcnolo
f583a006f2
Fix: Update save path display to include title attribute for better accessibility
2026-08-15 13:20:45 +02:00
MasterAcnolo
3e2b7e8190
Fix: Enhance error handling for playlist fetch failures by retrying with single video
2026-08-15 13:20:45 +02:00
MasterAcnolo
4b725bed8b
Fix: Adjust stop button hover scale effect for better user experience
2026-08-15 13:20:45 +02:00
MasterAcnolo
cf596ddb13
Fix: Update button text
2026-08-15 13:20:45 +02:00
MasterAcnolo
6812296dbc
Refactor: auto-update functionality with user prompts and download progress
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
95688a5dff
Fix: IPC button not working
2026-08-15 13:20:44 +02:00
MasterAcnolo
592cc3314a
Feat: Implement download cancellation feature with stop button and progress handling
2026-08-15 13:20:44 +02:00
MasterAcnolo
67b058e1ac
Feat: Add theme reloading functionality with refresh button in settings panel
2026-08-15 13:20:44 +02:00
MasterAcnolo
264ac071df
Fix: Remove themes from the theme order array
2026-08-15 13:20:44 +02:00
MasterAcnolo
0bd3e10094
Feat: Implement splash screen with progress indicators during startup
2026-08-15 13:20:44 +02:00
MasterAcnolo
c656b30172
Fix: Display custom these with a basic order
2026-08-15 13:20:44 +02:00