Skip to content

Commit 7f73e31

Browse files
committed
Merge branch 'release-0.16' into 'master'
release 0.16 See merge request veloren/airshipper!166
2 parents f37502c + 55b86af commit 7f73e31

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
## Fixed
1515

16+
## [0.16.0] - 2024-12-28
17+
18+
## Added
19+
20+
- `VELOREN_ASSETS_OVERRIDE` can now be set from the airshipper UI.
21+
22+
## Changed
23+
24+
- Most dependencies were updated.
25+
26+
## Fixed
27+
28+
- Ping refreshes no longer reset the selected sorting order.
29+
- Unneeded images will be removed from cache.
30+
1631
## [0.15.0] - 2024-10-07
1732

1833
## Added
@@ -231,3 +246,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
231246
[0.13.0]: https://github.com/veloren/Airshipper/releases/tag/v0.13.0
232247
[0.14.0]: https://github.com/veloren/Airshipper/releases/tag/v0.14.0
233248
[0.15.0]: https://github.com/veloren/Airshipper/releases/tag/v0.15.0
249+
[0.16.0]: https://github.com/veloren/Airshipper/releases/tag/v0.16.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "airshipper"
33
description = "Provides automatic updates for the voxel RPG Veloren."
4-
version = "0.15.0"
4+
version = "0.16.0"
55
authors = ["Songtronix <contact@songtronix.com>"]
66
edition = "2018"
77
publish = true

client/assets/net.veloren.airshipper.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</content_rating>
2222

2323
<releases>
24-
<release version="0.15.0" date="2024-10-07"/>
24+
<release version="0.16.0" date="2024-12-28"/>
2525
</releases>
2626

2727
<description>

client/nsis/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
!define APP_NAME "Airshipper"
77
!define COMP_NAME "Airshipper contributors"
8-
!define VERSION "0.15.0.0" # Updated by update_installer_version.sh during CI
8+
!define VERSION "0.16.0.0" # Updated by update_installer_version.sh during CI
99
!define COPYRIGHT "Veloren contributors"
1010
!define DESCRIPTION "Provides automatic updates for the voxel RPG Veloren."
1111
!define INSTALLER_NAME "airshipper-installer.exe"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "airshipper-server"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = ["Songtronix <contact@songtronix.com>"]
55
edition = "2018"
66
publish = false

0 commit comments

Comments
 (0)