From e2b0dea6c106cf74503859fc0b11146f0bf9c251 Mon Sep 17 00:00:00 2001 From: Leonardo Laureti <204957+leolweb@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:13:30 +0100 Subject: [PATCH] CHANGELOG revised --- CHANGELOG.md | 3 ++- dist/xdg/io.github.ctlcltd.e2se.metainfo.xml | 3 ++- src/gui/tab.cpp | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b645e..feaceb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ All notable changes to this project will be documented in this file. ## [v1.3.0] **Version**: 1.3 -**Release Date**: 2024-03-29 +**Release Date**: 2024-03-30 **Full Changelog**: [v1.2.0...HEAD](https://github.com/ctlcltd/e2-sat-editor/compare/v1.2.0...HEAD) - Type stream reference support - Calculate \[dvbns\] namespace +- M3U import and export - Automatic and manual checking for updates - Bugfix diff --git a/dist/xdg/io.github.ctlcltd.e2se.metainfo.xml b/dist/xdg/io.github.ctlcltd.e2se.metainfo.xml index 467c03c..12c1c00 100644 --- a/dist/xdg/io.github.ctlcltd.e2se.metainfo.xml +++ b/dist/xdg/io.github.ctlcltd.e2se.metainfo.xml @@ -31,11 +31,12 @@ e2-sat-editor - +
  • Type stream reference support
  • Calculate [dvbns] namespace
  • +
  • M3U import and export
  • Automatic and manual checking for updates
  • Bugfix
diff --git a/src/gui/tab.cpp b/src/gui/tab.cpp index 1588a56..0f18a09 100644 --- a/src/gui/tab.cpp +++ b/src/gui/tab.cpp @@ -2247,7 +2247,7 @@ void tab::ftpReloadStb() QMetaObject::invokeMethod(this->cwid, [=]() { this->ftpStbReloadingNotify(); }, Qt::QueuedConnection); }); thread->connect(thread, &QThread::finished, [=]() { - //TODO FIX not readable glitch [Linux] + //TODO FIX status message not readable glitch [Linux] if (this->stb_reload) QMetaObject::invokeMethod(this->cwid, [=]() { this->ftpStbReloadSuccessNotify(); }, Qt::QueuedConnection);