Skip to content

1.0.0 (2024-10-10)

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 11:58

Release Notes

  • check out the new autost book for more detailed docs!
  • you can now reply to (or share) posts from other blogs (autost import, autost reimport)
    • for consistency, we suggest setting your [self_author] display_handle to a domain name
  • you can now create attachments from local files (autost attach)

in the html output…

  • your posts are now rebloggable thanks to the microformats2 h-entry format (#16)
  • fragment links like [](#section) now work properly, since we no longer use <base href> (#17)
  • author display names are now wrapped in parentheses

in the atom output…

  • threads with multiple posts are no longer an unreadable mess (#19)
  • entries now include <author> and <category> metadata
  • your subscribers will need to convince their clients to redownload your posts, or unsubscribe and resubscribe, to see these effects on existing posts

in autost server and the composer…

  • added a setting to make autost server listen on another port (server_port)
  • request errors are now more readable, and disappear when requests succeed
  • atom feeds (and other .xml files) are now served with the correct mime type
  • the reply buttons are no longer broken when base_url is not /posts/
  • the publish button no longer creates the post file if there are errors

when rendering your site with autost render or autost server

  • your posts are now rendered on all CPU cores
  • we no longer crash if you have no posts directory

Install autost 1.0.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download autost 1.0.0

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