chore: bump version to 2.3.8+85 and update widget URL scheme for home widget integration

This commit is contained in:
cogwheel0
2025-12-16 21:31:23 +05:30
parent 30695aabd7
commit 9ab341fad1
4 changed files with 15 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ struct ConduitWidgetEntryView: View {
var body: some View {
VStack(spacing: 12) {
// Main "Ask Conduit" pill - ChatGPT style
Link(destination: URL(string: "conduit://new_chat")!) {
Link(destination: URL(string: "conduit://new_chat?homeWidget=true")!) {
HStack(spacing: 12) {
Image("HubIcon")
.renderingMode(.template)
@@ -82,25 +82,25 @@ struct ConduitWidgetEntryView: View {
HStack(spacing: 8) {
CircularIconButton(
symbol: "camera",
url: "conduit://camera",
url: "conduit://camera?homeWidget=true",
contentColor: contentColor,
buttonBackground: buttonBackground
)
CircularIconButton(
symbol: "photo.on.rectangle.angled",
url: "conduit://photos",
url: "conduit://photos?homeWidget=true",
contentColor: contentColor,
buttonBackground: buttonBackground
)
CircularIconButton(
symbol: "waveform",
url: "conduit://mic",
url: "conduit://mic?homeWidget=true",
contentColor: contentColor,
buttonBackground: buttonBackground
)
CircularIconButton(
symbol: "doc.on.clipboard",
url: "conduit://clipboard",
url: "conduit://clipboard?homeWidget=true",
contentColor: contentColor,
buttonBackground: buttonBackground
)

View File

@@ -4,7 +4,7 @@
submit_for_review(true)
skip_metadata(false)
release_notes({
'default' => "https://github.com/cogwheel0/conduit/releases/tag/v2.3.8",
'default' => "Start new chat from folder, accesibility fix and home widget fixes.",
})
promotional_text({'default' => "https://github.com/cogwheel0/conduit/releases/tag/v2.3.8"})
skip_screenshots(true)