Skip to content

Releases: guanguans/music-dl

5.3.2

08 Nov 06:14
Compare
Choose a tag to compare

5.3.2 - 2024-11-08

Pull Requests

  • Merge pull request #821 from guanguans/dependabot/composer/symfony/process-7.1.7
  • Merge pull request #820 from guanguans/dependabot/composer/symfony/http-foundation-7.1.7
  • Merge pull request #819 from guanguans/dependabot/composer/larastan/larastan-2.9.10
  • Merge pull request #818 from guanguans/dependabot/composer/rector/rector-1.2.9
  • Merge pull request #817 from guanguans/dependabot/composer/driftingly/rector-laravel-1.2.5
  • Merge pull request #816 from guanguans/dependabot/composer/rector/rector-1.2.8

5.3.1

17 Oct 03:46
Compare
Choose a tag to compare

5.3.1 - 2024-10-17

Bug Fixes

  • bootstrap: update logger extension reference

Performance Improvements

  • app: optimize download performance

Pull Requests

  • Merge pull request #815 from guanguans/dependabot/composer/larastan/larastan-2.9.9

5.3.0

14 Oct 06:50
Compare
Choose a tag to compare

5.3.0 - 2024-10-14

Feat

  • localization: Improve searching hint with dynamic keyword
  • music: read keyword from stdin for pipeline usage

Fix

  • Music: correct progress display on completion
  • MusicCommand: trim stdin input to remove trailing spaces

Perf

  • Music: optimize progress update handling

Refactor

  • app: improve logger extension and exception handling

5.2.9

10 Oct 08:45
Compare
Choose a tag to compare

5.2.9 - 2024-10-10

Refactor

  • commands: add Rescuer trait to MusicCommand

5.2.8

10 Oct 08:21
Compare
Choose a tag to compare

5.2.8 - 2024-10-10

Fix

  • Utils: improve song name formatting and handle multi-artist scenarios

Perf

  • Utils: Simplify filename sanitization logic

Refactor

  • Sanitizer: improve artist names display
  • utils: extract artist limit to constant

5.2.7

10 Oct 06:30
Compare
Choose a tag to compare

5.2.7 - 2024-10-10

Fix

  • Utils: update directory separator handling

5.2.6

10 Oct 03:37
Compare
Choose a tag to compare

5.2.6 - 2024-10-10

Fix

  • 文件名不能包含下列任何字符 \ / : * ? " < > |
  • utils: Improve song name formatting

Refactor

  • music-command: Replace exception handler method

Pull Requests

  • Merge pull request #812 from midfar/master
  • Merge pull request #809 from guanguans/dependabot/composer/laravel-zero/framework-11.0.2
  • Merge pull request #806 from guanguans/dependabot/composer/rector/swiss-knife-1.0.0
  • Merge pull request #807 from guanguans/dependabot/composer/rector/rector-1.2.6
  • Merge pull request #805 from guanguans/dependabot/composer/ergebnis/composer-normalize-2.44.0

5.2.5

30 Sep 02:48
Compare
Choose a tag to compare

5.2.5 - 2024-09-30

Feat

  • 更新了league/flysystem、league/flysystem-local和nikic/php-parser依赖版本

Refactor

  • HttpClientFactory: change setHttpClient to instance method

Test

  • Music: Mock HTTP client for music downloads

5.2.4

29 Sep 10:29
Compare
Choose a tag to compare

5.2.4 - 2024-09-29

Docs

  • music: add setMinCallMicroseconds method to facade

Feat

  • HttpClientFactory: add setHttpClient method
  • music: refactor Music class and remove InvalidArgumentException

Perf

  • Music: Refactor constructor for improved initialization

Test

  • commands: update assertion methods to assertOk
  • tests: rename ArchTest and update Pest usage paths

Pull Requests

  • Merge pull request #804 from guanguans/dependabot/composer/ergebnis/license-2.5.0
  • Merge pull request #803 from guanguans/dependabot/composer/ergebnis/php-cs-fixer-config-6.37.0

5.2.3

27 Sep 13:32
Compare
Choose a tag to compare

5.2.3 - 2024-09-27

Feat

  • 修改MusicCommand.php以支持动态关键词默认值
  • Music.php: 移除了Music类中的meting格式化方法

Refactor

  • music: make minimum call time configurable