Skip to content

Releases: CrushedDEV/Crusheed-Toolkit

0.1.6

24 Oct 23:49

Choose a tag to compare

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

24 Oct 14:21

Choose a tag to compare

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

24 Oct 14:11

Choose a tag to compare

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

23 Oct 21:29

Choose a tag to compare

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

23 Oct 21:24

Choose a tag to compare

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

23 Oct 21:21

Choose a tag to compare

v0.1.1

feat: initialize project with audio analysis and YouTube download fea…