Releases: CrushedDEV/Crusheed-Toolkit
Releases · CrushedDEV/Crusheed-Toolkit
0.1.6
feat: improve YouTube downloader stability and UX - Changed yt-dlp binary location from project assets to user home directory (~/.crushed-toolkit/bin) for better portability - Added busy state check to prevent multiple concurrent downloads - Implemented proper cleanup of event listeners when switching modules - Fixed potential memory leaks by handling cleanup errors gracefully - Updated version to 0.1.6 - Enhanced module switching logic to ensure previous module cleanup runs before loading new one
0.1.5
chore: bump version to 0.1.5 - Updated package.json version from 0.1.4 to 0.1.5 for next release
0.1.4
fix: correct preload path resolution for packaged app - Updated getPreloadPath() to use app.getAppPath() when running in packaged mode - Removed "Actualizado" text from app title and brand name - Bumped version from 0.1.3 to 0.1.4 The key fix ensures the preload script can be found correctly when running as a packaged app, rather than always using process.cwd() which may point to the wrong location. This resolves potential startup issues in production builds.
0.1.3
feat: update app title and branding to Spanish version - Changed app title to "Crushed Toolkit • Actualizado" in HTML title and sidebar brand - Updated YouTube module title to "Descargador YouTube (Actualizado)" - Bumped version from 0.1.2 to 0.1.3 in package.json
0.1.2
chore: update version and gitignore configurations - Bumped package version from 0.1.1 to 0.1.2 in package.json - Added 'dist' directory to .gitignore to exclude build artifacts
0.1.1
v0.1.1 feat: initialize project with audio analysis and YouTube download fea…