Astra is now 0.6.0
This commit is contained in:
parent
e7e4f7cf44
commit
f1ebc1e34f
2 changed files with 26 additions and 17 deletions
19
content/software/astra/changelog/0.6.0.md
Normal file
19
content/software/astra/changelog/0.6.0.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
title: "0.6.0"
|
||||
aliases:
|
||||
- /astra/changelog/0.5.1
|
||||
---
|
||||
|
||||
*Note*: Please update immediately to 0.6, and bug me to update your package. 0.5.x Astra WILL fail to update on tomorrow, and your game WILL be left in an invalid state until repaired. 0.5.x releases are also EOL as 0.6 becomes the new stable.
|
||||
|
||||
* The UI is shifted around a bit, and I'm still trying to declutter everything.
|
||||
* Fixed patching problems related to Dawntrail. Patching should be more reliable and less fussy.
|
||||
* Allowed patching on maintenance days by delaying the gate check.
|
||||
* Allow launching the game without logging in for debugging purposes.
|
||||
* Check the Dalamud version before trying to launch it, now it should disable itself on unsupported game versions.
|
||||
* Beginnings of Windows support, but it won't be available this release just yet.
|
||||
* Patches are no longer kept in memory, but written to disk as soon as data is received.
|
||||
|
||||
Known Issues:
|
||||
* While patching up to Dawntrail does function, downloading the patches is weirdly unreliable for unknown reasons. Astra will now automatically delete erroneous patches and warn you, but this is something I'll look into in a bugfix release.
|
||||
* Astra will not warn you if you're low on disk space, so be careful Deck users as I almost filled up my internal drive while testing.
|
|
@ -4,19 +4,17 @@ aliases:
|
|||
- /astra/install
|
||||
---
|
||||
|
||||
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).
|
||||
The stable version currently is **0.6.0**. 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.1) for this version.
|
||||
See the [changelog](/astra/changelog/0.6.0) for this version.
|
||||
|
||||
### Flatpak
|
||||
|
||||
{{< note "The Flatpak repository only has 0.6.0 currently, which is not released yet. While it may work, be aware it may still be buggy." >}}
|
||||
|
||||
There is a Flatpak repository available, which is the preferred method to use Astra. You can open the file below if you use GNOME Software or Plasma Discover:
|
||||
There is a Flatpak repository available, which is the preferred method to use Astra especially on the Steam Deck. You can open the file below if you use GNOME Software or Plasma Discover:
|
||||
|
||||
{{< rawhtml >}}
|
||||
<div class="buttons">
|
||||
<a class="blurb-button" href="https://flatpak.xiv.zone/xivzone.flatpakrepo" download>Download Repository</a>
|
||||
<a class="blurb-button" href="https://flatpak.xiv.zone/xivzone.flatpakrepo">Download Repository</a>
|
||||
</div>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
|
@ -34,14 +32,6 @@ I also maintain an RPM which you can find in my [personal COPR](https://copr.fed
|
|||
dnf install astra
|
||||
```
|
||||
|
||||
### Gentoo
|
||||
|
||||
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
|
||||
|
||||
I maintain the [AUR package](https://aur.archlinux.org/packages/astra-launcher). For example, using [aurutils](https://github.com/aurutils/aurutils):
|
||||
|
@ -56,10 +46,10 @@ If you don't see your preferred distribution listed, it's always possible to bui
|
|||
|
||||
{{< rawhtml >}}
|
||||
<div class="buttons">
|
||||
<a class="blurb-button" href="https://xiv.zone/distrib/astra/0.5.1/astra-source.tar.gz" download>Download source code tarball</a>
|
||||
<a class="blurb-button" href="https://xiv.zone/distrib/astra/0.6.0/astra-source.tar.gz" download>Download source code tarball</a>
|
||||
</div>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
SHA256: 9c882e43cf9e1ddc919345ec889bc9328430e4f97430c6673886bf317e28fc64
|
||||
SHA256: e5b081f71d867d72ccc766fcf14938be9646d657653fb54c3a7a74d25ff9973d
|
||||
|
||||
Size: ~11 MB
|
||||
Size: ~256 KiB
|
||||
|
|
Loading…
Add table
Reference in a new issue