Logo
Explore Help
Sign In
phoenix/icarus_dm
1
0
Fork 0
You've already forked icarus_dm
Code Issues Pull Requests Actions Packages Projects Releases 14 Wiki Activity

14 Releases 16 Tags

RSS Feed
  • v0.8.4 2188c2b746
    Compare

    v0.8.4 Stable

    kdeng00 released this 2025-10-22 21:40:12 -04:00 | 9 commits to main since this release

    What's Changed

    • tsk-76: Remove songs directory by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/85
    • tsk-77: Print version of the software by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/86

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.8.2...v0.8.4

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.8.2 ca13f101d7
    Compare

    v0.8.2 Stable

    kdeng00 released this 2025-10-19 23:52:43 -04:00 | 11 commits to main since this release

    What's Changed

    • icarus_models version bump by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/84

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.8.1...v0.8.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.8.1 1e4ffc798e
    Compare

    v0.8.1 Stable

    kdeng00 released this 2025-10-13 20:58:30 -04:00 | 12 commits to main since this release

    What's Changed

    • Use official icarus_models version by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/75

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.8.0...v0.8.1

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.8.0 ecd025346c
    Compare

    v0.8.0 Stable

    kdeng00 released this 2025-10-12 17:06:57 -04:00 | 13 commits to main since this release

    What's Changed

    • icarus_models version bump by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/71
    • Dependency update by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/73
    • tsk-70: Rust update by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/74

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.7.0...v0.8.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.7.0 157887bfac
    Compare

    v0.7.0 Stable

    kdeng00 released this 2025-08-30 13:23:15 -04:00 | 16 commits to main since this release

    What's Changed

    • Updated git cloning by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/47
    • Removed Versioning section by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/46
    • Updated dependencies by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/48
    • Targeting rust 1.86 by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/49
    • Icarus models update by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/50
    • Rust std change by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/51
    • Update dependencies by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/53
    • Warning fixes by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/54
    • Icarus models bump by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/55
    • Token fetch by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/56
    • Upload song by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/58
    • Download song by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/65
    • Retrieve songs by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/66
    • Delete song by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/67
    • Minor refatoring by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/68
    • Updated License by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/69
    • Support for icarus v2 API by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/52

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.6.0...v0.7.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.6.0 58a88b1abd
    Compare

    v0.6.0 Stable

    kdeng00 released this 2025-03-30 16:04:07 -04:00 | 34 commits to main since this release

    What's Changed

    • Updated icarus_models by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/44

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.5.0...v0.6.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.5.0 24e066d8d9
    Compare

    v0.5.0 Stable

    kdeng00 released this 2025-03-26 19:09:00 -04:00 | 37 commits to main since this release

    What's Changed

    • Changed id field of the Song model by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/22
    • Create rust-ubuntu-latest.yml by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/23
    • Updating song model by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/26
    • Added constant for flac file extension by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/25
    • Updating packages by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/24
    • Targeting rust 2024 by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/27
    • Removing fields not used by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/28
    • Update packages by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/29
    • Added icarus-models by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/30
    • Refactoring by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/31
    • Warning fix by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/32
    • Refactoring by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/34
    • Updated icarus-model by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/33
    • Updated wav reference to flac by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/38
    • Code cleanup by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/39
    • Code refactoring by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/40
    • Add test by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/41
    • Updated dependencies by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/42
    • Version bump by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/43

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.4.0...v0.5.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.0 ee4469b385
    Compare

    v0.4.0 Stable

    kdeng00 released this 2024-06-15 12:22:17 -04:00 | 73 commits to main since this release

    What's Changed

    • Language Migration by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/21

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.3.2...v0.4.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.2 c96ee39c6a
    Compare

    v0.3.2 Stable

    kdeng00 released this 2022-08-28 10:53:23 -04:00 | 92 commits to main since this release

    What's Changed

    • Bug fix by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/16
    • Cleanup by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/17

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.3.0...v0.3.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0 1d88a3ccf6
    Compare

    v0.3.0 Stable

    kdeng00 released this 2022-08-07 21:40:23 -04:00 | 97 commits to main since this release

    What's Changed

    • Fixed build issue by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/12
    • Vcpkg by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/13
    • Vs by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/14
    • V0.3 by @kdeng00 in https://github.com/kdeng00/IcarusDownloadManager/pull/15

    Full Changelog: https://github.com/kdeng00/IcarusDownloadManager/compare/v0.2.0...v0.3.0

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 Next Last
Powered by Gitea Version: 1.26.4 Page: 55ms Template: 3ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API