Skip to content

1.3.2 (2024-12-31)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 08:48
a97d82d

Release Notes

in autost cohost2json and autost cohost-archive...

  • fixed a bug causing --liked mode to skip the last page of liked chosts
    • in other words, up to 20 of your oldest likes were missing from your archive
    • this only affects archives of your own cohost projects, not other people’s projects
    • fixing your archives should be relatively fast, because most of your attachments will not need to be redownloaded
    • if you used autost cohost2json, please rerun both autost cohost2json and autost cohost2autost to fix your archived chosts
    • if you used autost cohost-archive, please delete both cohost2json.done and cohost2autost.done on only the archived projects you need to fix, then rerun it
  • now writes lists of chosts to own_chosts.txt and liked_chosts.txt for futureproofing
  • now retries failed requests using exponential backoff (#33)

in autost cohost2autost and autost cohost-archive...

  • now ignores chost files not ending in .json unless explicitly given
  • now retries attachment redirect requests that fail with no response
  • now uses exponential backoff when retrying attachment redirect requests

in autost cohost-archive...

  • now writes some details about the run to run_details.toml for futureproofing

thanks to @nex3 and @docprofsky for their feedback!

Install autost 1.3.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/delan/autost/releases/download/1.3.2/autost-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/delan/autost/releases/download/1.3.2/autost-installer.ps1 | iex"

Download autost 1.3.2

File Platform Checksum
autost-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
autost-x86_64-apple-darwin.tar.gz Intel macOS checksum
autost-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
autost-x86_64-pc-windows-msvc.msi x64 Windows checksum
autost-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
autost-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum