Skip to content

Commit

Permalink
CHANGELOG revised
Browse files Browse the repository at this point in the history
  • Loading branch information
ctlcltd committed Mar 29, 2024
1 parent 627f9a5 commit e2b0dea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion dist/xdg/io.github.ctlcltd.e2se.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@
<binary>e2-sat-editor</binary>
</provides>
<releases>
<release version="1.3.0" date="2024-03-29">
<release version="1.3.0" date="2024-03-30">
<description>
<ul>
<li>Type stream reference support</li>
<li>Calculate [dvbns] namespace</li>
<li>M3U import and export</li>
<li>Automatic and manual checking for updates</li>
<li>Bugfix</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/gui/tab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e2b0dea

Please sign in to comment.