Skip to content

Commit

Permalink
Merge branch 'release-0.16' into 'master'
Browse files Browse the repository at this point in the history
release 0.16

See merge request veloren/airshipper!166
  • Loading branch information
xMAC94x committed Dec 28, 2024
2 parents f37502c + 55b86af commit 7f73e31
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Fixed

## [0.16.0] - 2024-12-28

## Added

- `VELOREN_ASSETS_OVERRIDE` can now be set from the airshipper UI.

## Changed

- Most dependencies were updated.

## Fixed

- Ping refreshes no longer reset the selected sorting order.
- Unneeded images will be removed from cache.

## [0.15.0] - 2024-10-07

## Added
Expand Down Expand Up @@ -231,3 +246,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.13.0]: https://github.com/veloren/Airshipper/releases/tag/v0.13.0
[0.14.0]: https://github.com/veloren/Airshipper/releases/tag/v0.14.0
[0.15.0]: https://github.com/veloren/Airshipper/releases/tag/v0.15.0
[0.16.0]: https://github.com/veloren/Airshipper/releases/tag/v0.16.0
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.15.0"
version = "0.16.0"
authors = ["Songtronix <[email protected]>"]
edition = "2018"
publish = true
Expand Down
2 changes: 1 addition & 1 deletion client/assets/net.veloren.airshipper.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</content_rating>

<releases>
<release version="0.15.0" date="2024-10-07"/>
<release version="0.16.0" date="2024-12-28"/>
</releases>

<description>
Expand Down
2 changes: 1 addition & 1 deletion client/nsis/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

!define APP_NAME "Airshipper"
!define COMP_NAME "Airshipper contributors"
!define VERSION "0.15.0.0" # Updated by update_installer_version.sh during CI
!define VERSION "0.16.0.0" # Updated by update_installer_version.sh during CI
!define COPYRIGHT "Veloren contributors"
!define DESCRIPTION "Provides automatic updates for the voxel RPG Veloren."
!define INSTALLER_NAME "airshipper-installer.exe"
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 = "airshipper-server"
version = "0.15.0"
version = "0.16.0"
authors = ["Songtronix <[email protected]>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 7f73e31

Please sign in to comment.