Prepare for version 0.7.3

This commit is contained in:
Bruno Herbelin
2022-12-10 11:18:15 +01:00
parent 941275a1b9
commit 2a573cbab3
5 changed files with 10 additions and 5 deletions

View File

@@ -3,6 +3,6 @@ Type=Application
Name=vimix
Comment=Live video mixing.
Categories=AudioVideo;Video;Graphics;Utility;
Icon=io.github.brunoherbelin.Vimix
Icon=io.github.brunoherbelin.Vimix.svg
Exec=vimix
Terminal=false

View File

@@ -68,6 +68,7 @@
{
"type": "git",
"tag": "v1.5.1",
"commit": "0bc3b03202b3159fc9b085b3ae6d66ec071c25d6",
"url": "https://github.com/Haivision/srt.git"
}
]
@@ -82,6 +83,7 @@
{
"type": "git",
"tag": "v1.8.0",
"commit": "c11beecfaad5c29350127515795295a13d53e956",
"url": "https://github.com/dyne/frei0r.git"
}
]
@@ -128,6 +130,7 @@
{
"type": "git",
"tag": "1.3.72",
"commit": "96e044d1c6330e5fc9993cda2abc695a1dbc656e",
"url": "https://gitlab.com/sat-mtl/tools/shmdata.git"
}
]
@@ -142,7 +145,7 @@
{
"type": "git",
"url": "https://github.com/brunoherbelin/vimix.git",
"tag": "0.7.2"
"tag": "0.7.3"
}
]
}

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Bruno Herbelin -->
<component type="desktop">
<id>io.github.brunoherbelin.Vimix</id>
<launchable type="desktop-id">io.github.brunoherbelin.Vimix.desktop</launchable>
@@ -15,6 +16,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.7.3" date="2022-12-10"/>
<release version="0.7.2" date="2022-11-19"/>
<release version="0.7.1" date="2022-07-21"/>
</releases>

View File

@@ -1,6 +1,6 @@
name: vimix
base: core18
version: '0.7.2'
version: '0.7.3'
summary: Live video mixing
title: vimix
description: |

View File

@@ -7024,7 +7024,7 @@ void Navigator::RenderNewPannel()
ImGui::Text("\nCall an SRT broadcaster:");
ImGui::SetCursorPos(pos + ImVec2(0.f, 1.8f * ImGui::GetFrameHeight()) );
ImGuiToolkit::Indication("Set the IP and Port for connecting with Secure Reliable Transport (SRT) protocol to a video broadcaster that is waiting for connections (listener mode).", ICON_FA_PODCAST);
ImGuiToolkit::Indication("Set the IP and Port for connecting with Secure Reliable Transport (SRT) protocol to a video broadcaster that is waiting for connections (listener mode).", ICON_FA_GLOBE);
// Entry field for IP
ImGui::SetNextItemWidth(IMGUI_RIGHT_ALIGN);
@@ -7890,7 +7890,7 @@ void Navigator::RenderMainPannelSettings()
NetworkToolkit::host_ips()[0].c_str(), Settings::application.broadcast_port,
NetworkToolkit::host_ips()[1].c_str(), Settings::application.broadcast_port );
ImGuiToolkit::Indication(msg, ICON_FA_PODCAST);
ImGuiToolkit::Indication(msg, ICON_FA_GLOBE);
ImGui::SameLine(0);
ImGui::SetCursorPosX(-1.f * IMGUI_RIGHT_ALIGN);
ImGui::SetNextItemWidth(IMGUI_RIGHT_ALIGN);