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

Releases: AOSC-Archive/aoscdk-rs

v0.9.8

20 Sep 06:54
Compare
Choose a tag to compare

Chore

  • use upstream tar crate; update all deps

New Features

  • riscv64 install grub add --removable argument
  • improve grub log info
  • support loongarch64 install grub

Refactor

  • use slice to save grub install argument

Commit Statistics

  • 5 commits contributed to the release.
  • 9 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use upstream tar crate; update all deps (6fb298f)
    • Use slice to save grub install argument (9aa3de4)
    • Riscv64 install grub add --removable argument (52791ff)
    • Improve grub log info (22752e0)
    • Support loongarch64 install grub (18655d6)

v0.9.7

10 Sep 10:44
Compare
Choose a tag to compare

Chore

  • Update all deps

Other

  • Bump nix to 0.27

Style

  • Improve calc_speed function code style

Commit Statistics

  • 3 commits contributed to the release over the course of 8 calendar days.
  • 14 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v0.9.6

26 Aug 13:47
Compare
Choose a tag to compare

Chore

  • Update all deps

Bug Fixes

  • Fix serde rename some entry
    I forgot to add it during the refactoring, but how did it run then?
  • Fix fetch metadate mistaka
    x.retro == IS_RETRO does not necessarily indicate that the entry is retro

Style

  • Use cargo-fmt and cargo-clippy to lint code

Commit Statistics

  • 4 commits contributed to the release.
  • 9 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use cargo-fmt and cargo-clippy to lint code (2bbbc61)
    • Update all deps (24355c6)
    • Fix serde rename some entry (932461a)
    • Fix fetch metadate mistaka (e3641c6)

v0.9.5

17 Aug 13:45
Compare
Choose a tag to compare

Chore

  • Distinst-squashfs rename to unsquashfs-wrapper

New Features

  • Add --removable argument for arm64 grub-install

Bug Fixes

  • Use new bindgen loopdev to fix build

Commit Statistics

  • 3 commits contributed to the release over the course of 27 calendar days.
  • 31 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use new bindgen loopdev to fix build (bdf1001)
    • Add --removable argument for arm64 grub-install (7d90e2d)
    • Distinst-squashfs rename to unsquashfs-wrapper (92a36c3)

v0.9.3

15 Jul 21:37
Compare
Choose a tag to compare

Bug Fixes

  • Download rootfs send network request handle error

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Download rootfs send network request handle error (2629bd2)

v0.9.2

15 Jul 21:31
Compare
Choose a tag to compare

Bug Fixes

  • Fix retro arch check tarball list is empty

Style

  • Lint some code

Commit Statistics

  • 2 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Fix retro arch check tarball list is empty (d40e59a)
    • Lint some code (475c62e)

v0.9.1

15 Jul 21:20
Compare
Choose a tag to compare

Chore

  • Update all deps
    • Also cargo clippy and fmt

New Features

  • Retro arch use tarball to extract system

Bug Fixes

  • Ensure that there are no OOMs on Retro devices due to fast network speeds and data not being written to the hard disk in time
  • Fix remote prematurely closed ui string

Commit Statistics

  • 4 commits contributed to the release over the course of 2 calendar days.
  • 4 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Update all deps (844d761)
    • Retro arch use tarball to extract system (31e6e96)
    • Ensure that there are no OOMs on Retro devices due to fast network speeds and data not being written to the hard disk in time (8f430d4)
    • Fix remote prematurely closed ui string (75f3d7f)

v0.9.0

11 Jul 07:02
Compare
Choose a tag to compare

Chore

  • Update all deps

New Features

  • Add set root password option only retro machine

Bug Fixes

  • Fix non is_retro install

Style

  • Use cargo-fmt to format code

Commit Statistics

  • 4 commits contributed to the release.
  • 1 day passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use cargo-fmt to format code (8afc9bf)
    • Update all deps (8114c89)
    • Fix non is_retro install (71ebc25)
    • Add set root password option only retro machine (10e16ca)

v0.8.4

09 Jul 08:19
Compare
Choose a tag to compare

Chore

  • Update all deps

Bug Fixes

  • Do not set client timeout

Commit Statistics

  • 2 commits contributed to the release.
  • 5 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v0.8.3

04 Jul 08:13
Compare
Choose a tag to compare

Chore

  • Update all deps

Refactor

  • No need to 3 argument in InstallPtogress::Pending
  • Improve frontend error handle

Style

  • Use cargo-fmt to format code

Commit Statistics

  • 4 commits contributed to the release over the course of 1 calendar day.
  • 4 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Use cargo-fmt to format code (d3acdff)
    • Update all deps (5302905)
    • No need to 3 argument in InstallPtogress::Pending (56c4c69)
    • Improve frontend error handle (e493db7)