Bump version to 2.1.0 and update about page
This commit is contained in:
Generated
+1
-1
@@ -5486,7 +5486,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "galaxy"
|
name = "galaxy"
|
||||||
version = "2.0.0"
|
version = "2.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"addr",
|
"addr",
|
||||||
"aha-reqwest-eventsource",
|
"aha-reqwest-eventsource",
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ description = "Galaxy - AI-powered terminal"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
autobins = false
|
autobins = false
|
||||||
name = "galaxy"
|
name = "galaxy"
|
||||||
version = "2.0.0"
|
version = "2.1.0"
|
||||||
publish.workspace = true
|
publish.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
|
|||||||
@@ -121,11 +121,18 @@ impl SettingsWidget for AboutPageWidget {
|
|||||||
.with_child(version_row.finish())
|
.with_child(version_row.finish())
|
||||||
.with_child(
|
.with_child(
|
||||||
ui_builder
|
ui_builder
|
||||||
.span("Copyright 2026 Samsung Electronics Co., Ltd.")
|
.span("Open source software released under the MIT License.")
|
||||||
.build()
|
.build()
|
||||||
.with_margin_top(16.)
|
.with_margin_top(16.)
|
||||||
.finish(),
|
.finish(),
|
||||||
)
|
)
|
||||||
|
.with_child(
|
||||||
|
ui_builder
|
||||||
|
.span("Source code and license details are available in the project repository.")
|
||||||
|
.build()
|
||||||
|
.with_margin_top(8.)
|
||||||
|
.finish(),
|
||||||
|
)
|
||||||
.finish(),
|
.finish(),
|
||||||
)
|
)
|
||||||
.finish()
|
.finish()
|
||||||
|
|||||||
Reference in New Issue
Block a user