Astra is now 0.6.1
This commit is contained in:
parent
960e31ff81
commit
9dee3ef555
3 changed files with 16 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "0.6.0"
|
||||
aliases:
|
||||
- /astra/changelog/0.5.1
|
||||
- /astra/changelog/0.6.0
|
||||
---
|
||||
|
||||
*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.
|
||||
|
|
11
content/software/astra/changelog/0.6.1.md
Normal file
11
content/software/astra/changelog/0.6.1.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "0.6.1"
|
||||
aliases:
|
||||
- /astra/changelog/0.6.1
|
||||
---
|
||||
|
||||
Minor update to fix some annoyances
|
||||
|
||||
* The patches are no longer stored in Temp, which could be in memory and cause out-of-memory situations.
|
||||
* Use the new banner API
|
||||
* Fix Dalamud update channels
|
|
@ -4,9 +4,9 @@ aliases:
|
|||
- /astra/install
|
||||
---
|
||||
|
||||
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).
|
||||
The stable version currently is **0.6.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](/software/astra/changelog/0.6.0) for this version.
|
||||
See the [changelog](/software/astra/changelog/0.6.1) for this version.
|
||||
|
||||
### Flatpak
|
||||
|
||||
|
@ -46,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.6.0/astra-source.tar.gz" download>Download source code tarball</a>
|
||||
<a class="blurb-button" href="https://xiv.zone/distrib/astra/0.6.1/astra-source.tar.gz" download>Download source code tarball</a>
|
||||
</div>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
SHA256: e5b081f71d867d72ccc766fcf14938be9646d657653fb54c3a7a74d25ff9973d
|
||||
SHA256: 904f5efab48f87c64fc59c1748354b41bbe5c991d47499332603071bd67f6596
|
||||
|
||||
Size: ~256 KiB
|
||||
|
|
Loading…
Add table
Reference in a new issue