From 7ce96aac4fc4c2aa058e3679641e9b7d9e5bc20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Tue, 29 Nov 2022 23:37:51 +0100 Subject: [PATCH 1/2] quickfix --- client/src/gui/components/server_browser_panel.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/src/gui/components/server_browser_panel.rs b/client/src/gui/components/server_browser_panel.rs index c93fd5d6..d570c1fd 100644 --- a/client/src/gui/components/server_browser_panel.rs +++ b/client/src/gui/components/server_browser_panel.rs @@ -11,9 +11,10 @@ use crate::{ style::{ ChangelogHeaderStyle, ColumnHeadingButtonStyle, ColumnHeadingContainerStyle, DarkContainerStyle, DiscordBrowserButtonStyle, ExtraBrowserStyle, - GitlabServerBrowserButtonStyle, RedditBrowserButtonStyle, RuleStyle, - ServerListEntryButtonStyle, TooltipStyle, WarningContainerStyle, - YoutubeBrowserButtonStyle, BRIGHT_ORANGE, DARK_WHITE, TOMATO_RED, + GitlabServerBrowserButtonStyle, MastodonBrowserButtonStyle, + RedditBrowserButtonStyle, RuleStyle, ServerListEntryButtonStyle, + TooltipStyle, WarningContainerStyle, YoutubeBrowserButtonStyle, + BRIGHT_ORANGE, DARK_WHITE, TOMATO_RED, }, views::default::{DefaultViewMessage, Interaction}, }, From 16aa314ac3187f7e1a148f94ddd3a00cdc855221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Tue, 29 Nov 2022 18:32:49 +0100 Subject: [PATCH 2/2] release 0.10.0 --- CHANGELOG.md | 14 ++++++++++++-- Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- client/assets/net.veloren.airshipper.metainfo.xml | 2 +- server/Cargo.toml | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c9441c8..9a342a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed + +## [0.10.0] - 2022-11-29 + +## Added +- Server Browser now can show discord/youtube/reddit/website/email information + +## Fixed +- Server Browser can now connect to servers with non-default port + ## [0.9.0] - 2022-09-16 ## Added @@ -160,7 +169,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added GUI -[unreleased]: https://github.com/veloren/Airshipper/compare/v0.9.0...master +[unreleased]: https://github.com/veloren/Airshipper/compare/v0.10.0...master [0.2.0]: https://github.com/veloren/Airshipper/releases/tag/v0.2.0 [0.2.1]: https://github.com/veloren/Airshipper/releases/tag/v0.2.1 [0.3.0]: https://github.com/veloren/Airshipper/releases/tag/v0.3.0 @@ -173,4 +182,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.6.0]: https://github.com/veloren/Airshipper/releases/tag/v0.6.0 [0.7.0]: https://github.com/veloren/Airshipper/releases/tag/v0.7.0 [0.8.0]: https://github.com/veloren/Airshipper/releases/tag/v0.8.0 -[0.9.0]: https://github.com/veloren/Airshipper/releases/tag/v0.9.0 \ No newline at end of file +[0.9.0]: https://github.com/veloren/Airshipper/releases/tag/v0.9.0 +[0.10.0]: https://github.com/veloren/Airshipper/releases/tag/v0.10.0 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 22b26894..d89ec3a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "airshipper" -version = "0.9.0" +version = "0.10.0" dependencies = [ "bytesize", "chrono", @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "airshipper-server" -version = "0.9.0" +version = "0.10.0" dependencies = [ "bytes", "chrono", diff --git a/client/Cargo.toml b/client/Cargo.toml index 2f78337d..b743d05a 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "airshipper" description = "Provides automatic updates for the voxel RPG Veloren." -version = "0.9.0" +version = "0.10.0" authors = ["Songtronix "] edition = "2018" publish = false diff --git a/client/assets/net.veloren.airshipper.metainfo.xml b/client/assets/net.veloren.airshipper.metainfo.xml index 1d2fce5b..233cfa9d 100644 --- a/client/assets/net.veloren.airshipper.metainfo.xml +++ b/client/assets/net.veloren.airshipper.metainfo.xml @@ -18,7 +18,7 @@ - + diff --git a/server/Cargo.toml b/server/Cargo.toml index b095c081..20aa0146 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "airshipper-server" -version = "0.9.0" +version = "0.10.0" authors = ["Songtronix "] edition = "2018" publish = false