Skip to content

Releases: NickvisionApps/Parabolic

V2023.2.0

05 Feb 18:34
99f9b20
Compare
Choose a tag to compare

Thanks @DaPigGuy for the work on this release :)

  • Added Ctrl+Q shortcut to quit the app
  • Added Turkish translation (Thanks @libreajans!
  • Updated translations
  • Updated dependencies

I plan on rewriting this app in C# (similar to how I did with Denaro) when I have some free time from school!

V2022.11.1

13 Nov 22:33
Compare
Choose a tag to compare

In this release we just updated yt-dlp and some translations.

Full Changelog:

  • Updated translations
  • Updated dependencies

V2022.11.0

10 Nov 13:16
Compare
Choose a tag to compare

Introducing Translation Support!
In this release we introduced support for translations and fixed some other issues.

Full Changelog:

  • Fixed an issue where videos could not be downloaded on ARM64 (#16)
  • Fixed an issue where 'Best' and 'Good' would download the same video quality (#21)
  • Improved design of the Logs dialog (#22)
  • Added translation support
  • Added Arabic translation (Thanks @fawaz006!)
  • Added Dutch translation (Thanks @Vistaus!)
  • Added French translation (Thanks @zothma!)
  • Added Russian translation (Thanks @fsobolev!)

V2022.11.0-beta2

07 Nov 17:25
Compare
Choose a tag to compare
V2022.11.0-beta2 Pre-release
Pre-release

In this beta release, we fixed an issue with running Tube Converter on ARM64.
Please submit a PR with your translations by Nov 10, 2022 to be included in the V2022.11.0 stable release for this week.

Changelog from V2022.10.3:

  • Fixed an issue where videos could not be downloaded on ARM64 (#16)
  • Added translation support (#5)
  • Added French translation (Thanks @zothma!)
  • Added Russian translation (Thanks @fsobolev!)

How to run the beta version:

  • Download the org.nickvision.tubeconverter.flatpak file from the assets below
  • Run flatpak install org.nickvision.tubeconverter.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.tubeconverter//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.11.0-beta1

06 Nov 17:40
Compare
Choose a tag to compare
V2022.11.0-beta1 Pre-release
Pre-release

In this beta release, we added the infrastructure to support translations.
Please submit a PR with your translations by Nov 10, 2022 to be included in the V2022.11.0 stable release for this week.

Changelog from V2022.10.3:

  • Added translation support (#5)

How to run the beta version:

  • Download the org.nickvision.tubeconverter.flatpak file from the assets below
  • Run flatpak install org.nickvision.tubeconverter.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.tubeconverter//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.10.3

17 Oct 15:10
Compare
Choose a tag to compare

In this release, we added support for embedding video metadata (including thumbnail) in a downloaded audio/video file and added support for embedding subtitles in a downloaded video file.

Full Changelog

  • Added a preference to embed metadata in a download (#10)
  • Added the ability to download subtitles for a video (#11)

Continued thanks to @fawaz006 for all the testing and feedback provided!

V2022.10.3-beta3

17 Oct 13:19
Compare
Choose a tag to compare
V2022.10.3-beta3 Pre-release
Pre-release

In this beta release, we made it so Tube Converter will download auto generated/translated subtitles if no real subtitles are found in a video. We also made it where the 'Subtitles' field in the 'Add Download' dialog will be disabled if the selected file type is an audio file type.

Full Changelog from V2022.10.2:

  • Added a preference to embed metadata in a download (#10)
  • Added the ability to download subtitles for a video (#11)

Known Issues

  • 'Logs' dialog becomes way too long to display when subtitles are downloaded

How to run the beta version:

  • Download the org.nickvision.tubeconverter.flatpak file from the assets below
  • Run flatpak install org.nickvision.tubeconverter.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.tubeconverter//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.10.3-beta2

17 Oct 04:50
Compare
Choose a tag to compare
V2022.10.3-beta2 Pre-release
Pre-release

In this beta release, we added support for downloading subtitles for a video.

Full Changelog from V2022.10.2:

  • Added a preference to embed metadata in a download (#10)
  • Added the ability to download subtitles for a video (#11)

Known Issues

  • 'Logs' dialog becomes way too long to display when subtitles are downloaded
  • Waiting for libadwaita:580 to implement a way to disable subtitles field when the file type is an audio file

How to run the beta version:

  • Download the org.nickvision.tubeconverter.flatpak file from the assets below
  • Run flatpak install org.nickvision.tubeconverter.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.tubeconverter//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.10.3-beta1

17 Oct 02:52
Compare
Choose a tag to compare
V2022.10.3-beta1 Pre-release
Pre-release

In this beta release, we added a preference that allows embedding metadata (including thumbnail) in a download.

Full Changelog from V2022.10.2:

  • Added a preference to embed metadata in a download (#10)

How to run the beta version:

  • Download the org.nickvision.tubeconverter.flatpak file from the assets below
  • Run flatpak install org.nickvision.tubeconverter.flatpak from the directory containing the .flatpak file
  • Run flatpak run org.nickvision.tubeconverter//master to start the app! (You should also see it in your app grid)

This is a beta version, bugs are expected. Please file a bug report for any issue found

V2022.10.2

15 Oct 21:39
Compare
Choose a tag to compare

In this release, we greatly polished the application: improving the way Tube Converter verifies downloads and adding the ability to stop downloads. We also introduced an improved application icon.

Full Changelog

  • New application icon (Thanks @martin-desktops!) (#6)
  • Implemented proper stop function for download (#4)
  • 'New Filename' is now allowed to be empty. If it is empty, the video title will be used (#8)
  • Improved video url checking (#7)

Special thanks to @fawaz006 for all the testing and feedback provided!