diff --git a/content/astra/_index.md b/content/astra/_index.md index 60dc506..aa11d40 100644 --- a/content/astra/_index.md +++ b/content/astra/_index.md @@ -23,9 +23,8 @@ A FFXIV launcher that supports profiles, multiple accounts and [Dalamud](https:/ {{< begin-grid >}} {{< blurb title="Download" description="Download the latest version of Astra for your preferred distribution." url="/astra/install" >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Astra is available on sourcehut." url="https://github.com/redstrate/Astra" >}} -{{< blurb title="File Bugs" description="Submit tickets for bugs and feature requests." url="https://todo.sr.ht/~redstrate/astra" >}} -{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature discussions and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}} +{{< blurb title="Get Source Code & Contribute" description="The full source code for Astra is available on GitHub." url="https://github.com/redstrate/Astra" >}} +{{< blurb title="File Bugs" description="Submit tickets for bugs and feature requests." url="https://github.com/redstrate/Astra" >}} {{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this!" url="https://redstrate.com/fund" >}} {{< end-grid >}} diff --git a/content/astra/changelog/0.5.1.md b/content/astra/changelog/0.5.1.md new file mode 100644 index 0000000..5f33194 --- /dev/null +++ b/content/astra/changelog/0.5.1.md @@ -0,0 +1,12 @@ +--- +title: "0.5.1" +--- + +This is a minor update addressing some changes with recent game versions. + +* Made Dalamud asset downloading more reliable. +* Fix logging in when the 32-bit client disappeared. +* Made the source tarballs slightly smaller. +* Bypass the official FFXIV website browser check. +* Changed the default Dalamud inject method to "Entrypoint". +* More boot patch reliability fixes. diff --git a/content/astra/install.md b/content/astra/install.md index 016845e..860c7c3 100644 --- a/content/astra/install.md +++ b/content/astra/install.md @@ -2,34 +2,48 @@ title: "Download" --- -The stable version currently is **0.5.0**. Please let me know of any issues you have in the [tracker](https://todo.sr.ht/~redstrate/astra) or my [mailing list](https://lists.sr.ht/~redstrate/public-inbox). +The stable version currently is **0.5.1**. You can report issues either on [GitHub](https://github.com/redstrate/Astra/issues) or if you prefer then [contact me via e-mail](https://redstrate.com/contact). -See the [changelog](/astra/changelog/0.5.0) for this version. +See the [changelog](/astra/changelog/0.5.1) for this version. ### Flatpak -The Flatpak is currently unavailable. I estimate it will return at the end of February once the KDE Runtime is available for Qt6. +The Flatpak is currently unavailable but is being actively worked on. ### Fedora -If you're a Fedora user, I also maintain the RPM which you can find in my [personal COPR](https://copr.fedorainfracloud.org/coprs/redstrate/personal/). +I also maintain an RPM which you can find in my [personal COPR](https://copr.fedorainfracloud.org/coprs/redstrate/personal/). After adding my COPR, run `dnf`: + +```shell +dnf install astra +``` ### Gentoo -If you're a Gentoo user, I also maintain the ebuild which you can find in my [personal overlay](https://git.sr.ht/~redstrate/overlay). +I maintain an ebuild which you can find in my [personal overlay](https://git.sr.ht/~redstrate/overlay). After adding the overlay, run `emerge`: + +```shell +emerge astra +``` ### Arch Linux -If you're an Arch Linux user, I also maintain the [AUR package](https://aur.archlinux.org/packages/astra-launcher). You can find the PKGBUILD [here](https://git.sr.ht/~redstrate/pkgbuilds/tree/main/item/astra-launcher/PKGBUILD) and the original Flatpak manifests [here](https://git.sr.ht/~redstrate/astra-flatpak). +I maintain the [AUR package](https://aur.archlinux.org/packages/astra-launcher). For example, using [aurutils](https://github.com/aurutils/aurutils): + +```shell +aur sync astra-launcher +``` ### Source Code +If you don't see your preferred distribution listed, it's always possible to build it manually. Please refer to the [build instructions](https://github.com/redstrate/Astra/blob/main/BUILDING.md) for more help. + {{< rawhtml >}}
-Download source code tarball +Download source code tarball
{{< /rawhtml >}} -SHA256: 92a65d1f5079bdfd0e2e0ee3676617cfd157bf393580b18444e9526c38169a69 +SHA256: 9c882e43cf9e1ddc919345ec889bc9328430e4f97430c6673886bf317e28fc64 -Size: ~28 MB (since it includes all of the Rust dependencies) +Size: ~11 MB