Skip to content

Latest commit

 

History

History
205 lines (121 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

205 lines (121 loc) · 11.3 KB

Changelog

Unreleased

Compare with latest

Added

  • add: automatically upgrade packages if a new version is available (c31e4eb by Hetari).

Fixed

  • fix: check_for_updates method (2fecb30 by Hetari).

1.3.29 - 2024-10-06

Compare with 1.3.24

Fixed

  • fix: cancel video download before selecting quality (ae17d15 by Hetari).
  • fix utils (a30a48e by Hetari).

Removed

  • remove cache (c5fc490 by Hetari).

1.3.24 - 2024-09-25

Compare with 1.3.21

Fixed

  • fix VideoUnavailable error (ffccfd3 by Hetari).
  • fix f-string (9958cdd by Hetari).

1.3.21 - 2024-08-21

Compare with 1.2.9

Added

  • ADD LOGGING (623278d by Hetari).
  • Add S from the SOLID principle (9f8941b by Hetari).

Fixed

  • fix some issues (3603b02 by Hetari).
  • fix rename name function (3ce70a1 by Hetari).
  • fix check of update (b9a662d by Hetari).
  • fix cli -a and -f options (d85dffd by Hetari).
  • fix download audio (5567c1a by Hetari).
  • fix the name func (99b3e46 by Hetari).
  • fix the playlist (d5b1d7b by Hetari).
  • fix the video services (e7b7f1a by Hetari).
  • fix the audio services (a46e445 by Hetari).
  • fix Unterminated string literal (af3c0b7 by Hetari).
  • fix naming files (1330717 by Hetari).

Removed

  • remove unused variables (0f2bdf8 by Hetari).

1.2.9 - 2024-06-28

Compare with 1.2.8

Fixed

  • fix: you can download live streams now (eaa9792 by Hetari).
  • fix: improve cancel behavior in video quality selection (1abf621 by Hetari).

1.2.8 - 2024-06-17

Compare with 1.2.4

Fixed

  • fix: playlist download methods. (32030d6 by Hetari).
  • fix dependencies (4b9d45b by Ebraheem Alhetari).
  • fix: switch into pytubefix instead of pytube (cc88abc by Ebraheem Alhetari).
  • Fix: Downloading error, (typo mistake) (b7f10c4 by Ebraheem Alhetari).

1.2.4 - 2024-04-25

Compare with 1.2.1

Fixed

  • fix: size calculation (9d814a4 by Ebraheem Alhetari).

Removed

  • remove the cache (7e75e02 by Ebraheem Alhetari).

1.2.1 - 2024-04-20

Compare with 1.2.0

Added

  • add images (b60a1f8 by Ebraheem Alhetari).
  • Add img (31e49f9 by Ebraheem Alhetari).

1.2.0 - 2024-04-11

Compare with 1.1.8

Added

  • add version number (aac923e by Ebraheem Alhetari).

Fixed

  • fix the setup.py to find packages (5fcd4f2 by Ebraheem Alhetari).
  • fix merge video and audio together (0ba2f30 by Ebraheem Alhetari).

1.1.8 - 2024-04-02

Compare with 1.1.7

Added

  • Add playlist supports (759345a by Ebraheem Alhetari).

Fixed

  • fix the code with pylint (fa3d22f by Ebraheem Alhetari).
  • Fix bugs (8679ce8 by Ebraheem Alhetari).

1.1.7 - 2024-03-28

Compare with 1.1.5

Added

  • add action (2640f7c by Ebraheem Alhetari).
  • Add -a and -f options (9abf118 by Ebraheem Alhetari).
  • Add the -v support (71aeee8 by Ebraheem Alhetari).

1.1.5 - 2024-03-21

Compare with 1.1.4

1.1.4 - 2024-03-20

Compare with 1.1.2

Fixed

  • fix issues #1 (3b62f48 by Ebraheem Alhetari).

1.1.2 - 2024-03-15

Compare with 1.1.0

Added

  • Add feature: only available resolutions are listed (cdd7aa3 by Ebraheem Alhetari).

Fixed

  • Fixes bugs (678a34a by Ebraheem Alhetari).

1.1.0 - 2024-03-12

Compare with 1.0.1

Added

  • Add shorts download (17cf4d0 by Ebraheem Alhetari).

1.0.1 - 2024-03-09

Compare with first commit

Added

  • Add release notes (e926a7f by Ebraheem Alhetari).
  • Add more TODO (05e41ee by Ebraheem Alhetari).
  • Add comments and docs string in the code (30d7483 by Hetari).
  • Add some missing requirements (8280715 by Hetari).
  • Add file name functionality (dbc9a06 by Hetari).
  • Add video download functionality (75e0d80 by Hetari).
  • Add the download_vide start function (bdd03a1 by Hetari).
  • Add checking to the internet (6d019b2 by Hetari).
  • Add requirements (e2f4054 by Hetari).

Fixed

  • Fix: big fixing and update the endpoints (9a5bc4a by Ebraheem Alhetari).
  • Fix the Cli app and publish in PyPi (954017f by Hetari).
  • Fixing the error log (1ed2327 by Hetari).
  • Fixing the setup function so we can use the tool in every where (85423f6 by Hetari).
  • Fixing bug (6b611ef by Hetari).
  • Fixing the setup command (63fe1a7 by Hetari).

Removed

  • remove python-publish.yml (6663dbc by Hetari).
  • remove if name == 'main' (57d3b74 by Hetari).