Skip to content

Releases: astra1dev/PowerConverter

v1.6.6

02 Aug 13:07
Compare
Choose a tag to compare
  • [➡️] Removed "list" argument, now multiple files can be passed to the "file" argument
  • [➡️] Moved files to src
  • [🛠️] Fixed "module not found" error

v1.6.5

24 Jan 21:23
1fdac28
Compare
Choose a tag to compare

v1.6.5:

  • [✔️] Added formats:
    • DDS
    • TGA
    • TIFF
    • XBM
  • [➡️] Split converters.py into conv_image, conv_video and conv_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

01 Dec 17:22
327d0f2
Compare
Choose a tag to compare

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.

v1.6.3

25 Nov 13:20
8072e01
Compare
Choose a tag to compare

V.1.6.3:

  • [➡️] Now using with open to convert image files
  • [✔️] Added config.json and config.md to explain the config options
  • [✔️] Added default YouTube download directory in config
  • [✔️] Now supporting conversion of multiple files / videos

v1.6.2

12 Nov 09:15
Compare
Choose a tag to compare
  • [➡️] Improved code readability and maintainability
  • [✔️] Added screen clear after each conversion process to avoid confusion
  • [✔️] Added centralized error handler inside console_converters.py
  • [➡️] Renamed files to 'main.py' and 'converters.py'

v1.6.1

09 Nov 17:10
e87a110
Compare
Choose a tag to compare
  • [❗] Massively reduced folder size by removing unnecessary FFmpeg executables [80MB -> 4KB]

v1.6

06 Jun 16:45
fe53c1d
Compare
Choose a tag to compare
  • [➡️] YouTube downloader now always downloads videos in the best quality
  • [✔️] Added "advanced" mode (using command line arguments)
  • [➡️] Improved structure of main program

v1.5

26 Mar 16:00
a8a1b07
Compare
Choose a tag to compare
  • [✔️] Added yt-thumb to download thumbnails of YouTube videos
  • [➡️] Better converter list / menu
  • [➡️] Changed converter usage
  • [✔️] Added loop to keep program running until user ends it

v1.4

20 Feb 02:59
50148a6
Compare
Choose a tag to compare
  • [✔️] Added coloured font
  • [✔️] Added error catchers for all converters
  • [✔️] Added tags like SUCCESS and ERROR

v1.3.4

08 Jan 15:04
735afa0
Compare
Choose a tag to compare
  • [✔️] 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