Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Releases: FaisalUmair/udemy-downloader-gui

v1.5.2

22 May 14:40
Compare
Choose a tag to compare
v.1.5.2

v1.5.1

20 May 07:17
Compare
Choose a tag to compare

Fixes #95

v1.5.0

10 May 18:33
Compare
Choose a tag to compare
v1.5.0

v1.4.1

28 Apr 05:49
Compare
Choose a tag to compare

Bug Fixes

Features

  • Français Language #55
  • Deutsch Language #56

Description

  • Follow new Follow new Udemy api structure 5a11279
  • Français and Deutsch Languages are available in this release. Thanks to @haroldtamo and @manuelbachl for #55 and #56 respectively.

v1.4.0

05 Mar 10:03
Compare
Choose a tag to compare

Bug Fixes

Features

  • Udemy Business #38
  • Portuguese Language #33
  • Turkish Language #39

Description

  • Improvements have been made to download functionality in order to make course downloading more stable. Thanks to @ronmat for #40
  • This release adds a feature which detects already downloaded files and resumes the download from last session. Partially downloaded files are also detected, therefore not downloaded from start.
  • This release also adds support for Udemy Business accounts. If you have a Udemy Business account, you can fill the Business subdomain name in the login menu and get access to all your courses. Thanks to @miguelduarte42 for #38
  • Brazilian Portuguese and Turkish Languages are available in this release. Thanks to @williamokano and @seckinbostanci for #33 and #39 respectively.

v1.3.2

06 Jan 12:51
Compare
Choose a tag to compare

Bug Fixes

Description

  • This release fixes a critical bug which forced download to fail if paused and resumed at the verge of its completion.
  • This release also makes sure that the next lecture continues downloading if the link was found to be broken.

v1.3.1

04 Jan 11:49
Compare
Choose a tag to compare

Bug Fixes

Features

  • Check for updates
  • Russian Language #26

Description

  • This release fixes a bug which caused some course downloads to stuck during attachment downloading.
  • This release also fixes a issue which caused pause/resume to not work in windows version of Udeler.
  • A new button to check for updates has been added in this release. However the feature is only to check for new updates. Download and installation has to be done manually.
  • This release also brings Russian language to the app.

v1.3.0

04 Jan 06:56
Compare
Choose a tag to compare

Features

  • Download Attachments #12
  • Filter Courses
  • New About Section

Bug Fixes

  • Fixes a bug where only 100 courses would display #13 #22
  • Fixes issue with copy/paste #11
  • Fixes a bug where pause button gets enabled before download starts #10

Description

  • This release adds support for downloading attachments. By default Udeler will download all types of attachments whether they are linked to a course or on their own. You can turn this feature off in the settings if you only the videos to be downloaded.
  • To help you with easily finding a course in your long list of subscribed course, v1.3.0 adds a course filter search which can filter the results for you by course name.
  • A new about section has been added which hosts some important links and also notifies user about the current version of the app.
  • This release fixes a bug which prevented listing of more than 100 course. To handle this issue, pagination has been added which loads only 50 courses at a time and with the help of a load more button you can load next 50 and so on.
  • There was no native menu implemented in previous versions of Udeler which prevented the user from copying/pasting from/to the app. This issue has been resolved.
  • This release also fixes a bug where the pause button would sometimes get enabled before the download starts which prevented user to actually pause the download and it would start anyway. The bug has been addressed in this release.

v1.2.0

15 Dec 08:43
Compare
Choose a tag to compare

Features

  • Individual Progress to each Lecture
  • Pause / Resume Download #2
  • Chose Download Location #3
  • Multilingual (Italian, Español) #6 #7

Bug Fixes

  • Fixes a bug where only 12 courses would get listed. #4
  • Fixes a bug where some courses would not start downloading.

Description

  • This release adds progress bar to the lecture that is being downloaded. Previously you could only see the overall progress where the progress bar would update after a lecture is downloaded. Now you can also see the progress of the individual lectures.
  • This release adds the ability to pause and resume downloads. You can pause the download at any time and resume it.
  • You can now choose where you want the courses to be downloaded to. Previously the courses would download to the Download folder in User's home directory. It still remains the default but you have the option to change it.
  • Translation support is added in this release. The app would support many languages over time, currently Italian and Español are available. The translation is courtesy of contributions made my developers from different countries and native to different languages. The translation is added by a human and no translation tool is used in order to maintain context and accuracy of the translation.
  • This release fixes a bug where if a user has enrolled in more than 12 courses on Udemy, the app would only list 12 of them.
  • Some courses which do not have a chapter name for the introductory section would not start downloading because of the missing chapter name. The bug has been addressed in this release and a default name "Chapter 1" will be used in that case.

v1.1.0

04 Dec 17:46
Compare
Choose a tag to compare

Features

  • New Settings Tab
  • Lecture Start and Lecture End #1
  • Choose Download Quality
  • Display the quality of video that is being downloaded

Bug Fixes

  • Fixes a bug where the download speed of the first course would overlap the contents of the course.

Description

  • This release adds setting where you can control which lecture to start download at and where to end. For example, if you want to download only first five lectures of a course, you can set the Lecture Start to 1 and Lecture End to 5, similarly if you only want to download the first lecture you can set both Lecture Start and Lecture End to 1.
  • Now you will be able to select the video download quality for the course lectures. By default the first available source is used. However, you can set your preferred quality in the settings and each lecture will be downloaded at that quality (if available). Some of the video quality options that you can set include Lowest, 360p, 480p, 720p, 1080p, Highest. The Lowest and Highest would select the lowest and highest quality available respectively.
  • While downloading a lecture, the quality of video would be displayed alongside the download speed. If the lecture doesn't have your preferred quality, the default would be used and same will be shown.
  • This release also fixes a bug which prevented the download speed of first course item to display properly. The download speed would display over the course content. The bug has been addressed in this release and both download speed and download quality will display correctly for the first course item.