Skip to content

Commit

Permalink
release: 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Songtronix committed Nov 27, 2020
1 parent d200536 commit 5c33d6f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Changed

- Encountering an error spawning the Voxygen process no longer crashes Airshipper [#94](https://github.com/Songtronix/Airshipper/pull/94)
## Fixed

## [0.4.1] - 2020-11-27

## Changed

- Encountering an error while starting Veloren no longer crashes Airshipper [#94](https://github.com/Songtronix/Airshipper/pull/94)
- Fallback to terminal incase the GUI fails [#97](https://github.com/Songtronix/Airshipper/pull/97)

## Fixed

- AMD Integrated Graphics not displaying text [#97](https://github.com/Songtronix/Airshipper/pull/97)
- News not updating [#97](https://github.com/Songtronix/Airshipper/pull/97)
- Download stopping at 24% due to an error [#97](https://github.com/Songtronix/Airshipper/pull/97)
- potential fix when Veloren does not get started by airshipper [#97](https://github.com/Songtronix/Airshipper/pull/97)

## [0.4.0] - 2020-08-29

Expand Down Expand Up @@ -83,10 +88,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added GUI

[unreleased]: https://github.com/Songtronix/Airshipper/compare/v0.4.0...master
[unreleased]: https://github.com/Songtronix/Airshipper/compare/v0.4.1...master
[0.2.1]: https://github.com/Songtronix/Airshipper/releases/tag/v0.2.1
[0.2.0]: https://github.com/Songtronix/Airshipper/releases/tag/v0.2.0
[0.3.0]: https://github.com/Songtronix/Airshipper/releases/tag/v0.3.0
[0.3.1]: https://github.com/Songtronix/Airshipper/releases/tag/v0.3.1
[0.3.2]: https://github.com/Songtronix/Airshipper/releases/tag/v0.3.2
[0.4.0]: https://github.com/Songtronix/Airshipper/releases/tag/v0.4.0
[0.4.1]: https://github.com/Songtronix/Airshipper/releases/tag/v0.4.1
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "airshipper"
description = "Provides automatic updates for the voxel RPG Veloren."
version = "0.4.0"
version = "0.4.1"
authors = ["Songtronix <contact@songtronix.com>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "0.2.1"
version = "0.4.1"
authors = ["Songtronix <contact@songtronix.com>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 5c33d6f

Please sign in to comment.