Releases: astra1dev/PowerConverter
Releases · astra1dev/PowerConverter
v1.6.6
v1.6.5
v1.6.5:
- [✔️] Added formats:
- DDS
- TGA
- TIFF
- XBM
- [➡️] Split
converters.py
intoconv_image
,conv_video
andconv_audio
- [🛠️] Fixed some redundant code
- [✔️] Added "Ctrl + C" handler
- [✔️] Added PATH_TO_FFMPEG in config to allow custom ffmpeg locations. When no path is given,
the program assumes ffmpeg is added to the PATH environment variable.
v1.6.4
V.1.6.4:
- [❌] Removed youtube downloaders because there are way better options to download yt videos, such as
this - [✔️] Added progress bar
- [➡️] Now using os.path.join for handling file paths to enhance platform independence
- [➡️] code changes, no change for user:
- Added
if name == main
- Replaced individual functions like ico2png, flv2avi, etc., with unified anything_to_x functions.
- Added
v1.6.3
v1.6.2
v1.6.1
v1.6
v1.5
v1.4
v1.3.4
- [✔️] Added full support for avi & flv files
Previous changes (not available publicly):
v1.1:
- [🛠️] Bugfix: Not downloading valid MP3 file from YouTube
- [➡️] Now using pytube instead of YouTube_dl (deprecated)
- [✔️] Added requirements.txt file
v1.2:
- [➡️] New design, window size is now 1300x650
v1.3:
- [🛠️] Bugfix: Overlapping buttons when switching converters
- [✔️] Added pdf button
v1.3.1:
- [✔️] Added PNG2ICO to test ICO converter
v1.3.2:
- [✔️] Added full support for .ico files
- [✔️] Added full support for .webp files
v1.3.3:
- [✔️] Added missing converters for some files (e.g. webp2ico)
- [➡️] Improved banner + description