Skip to content

Commit 5f76070

Browse files
committed
Updated Changelog
1 parent 168b39e commit 5f76070

File tree

11 files changed

+103
-17
lines changed

11 files changed

+103
-17
lines changed

Changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ to be two digits long
99
### Added
1010
- This changelog file
1111

12+
## [20.03.23] - 2020-03-23
13+
### Added
14+
- Added stereoscopic filters for 3D video options
15+
- Added Hungarian language Pack
16+
- Added Indonesian language Pack
17+
18+
### Fixed
19+
- Fixed application update notification system
20+
- Fixed bugs report option
21+
- Fixed AppImage File (only GNU/Linux)
22+
23+
### Changed
24+
- Changed icons included to the graphical interface
1225

1326
## [20.02.18] - 2020-02-18
1427
### Added

icons/screenshot1.png

-488 Bytes
Loading

icons/screenshot2.png

-971 Bytes
Loading

icons/screenshot3.png

568 Bytes
Loading

icons/screenshot4.png

-1.38 KB
Loading

icons/transifex.svg

Lines changed: 73 additions & 0 deletions
Loading

images.qrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<file>icons/volume.svg</file>
4242
<file>icons/pause.svg</file>
4343
<file>icons/info.svg</file>
44-
<file>icons/translators.svg</file>
4544
<file>icons/legal.svg</file>
4645
<file>icons/changelog.svg</file>
4746
<file>icons/system_poweroff.svg</file>
@@ -54,7 +53,7 @@
5453
<file>icons/black-white.svg</file>
5554
<file>icons/facebook.svg</file>
5655
<file>icons/twitter.svg</file>
57-
<file>icons/telegram.svg</file>
56+
<file>icons/transifex.svg</file>
5857
<file>icons/github.svg</file>
5958
<file>icons/gitter.svg</file>
6059
<file>icons/open-collective.svg</file>

packaging-Rosa-rpm/mystiq.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Summary: Audio/Video converter
88
Name: mystiq
9-
Version: 20.02.18
9+
Version: 20.03.23
1010
Release: 1
1111
License: GPLv3
1212
Group: Video

ui/aboutdialog.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ void AboutDialog::on_twitter_button_clicked()
225225
Q_UNUSED(b)
226226
}
227227

228-
void AboutDialog::on_telegram_button_clicked()
228+
void AboutDialog::on_transifex_button_clicked()
229229
{
230-
QString telegram_go="https://t.me/blogswlx";
231-
bool b = QDesktopServices::openUrl( QUrl( telegram_go, QUrl::TolerantMode ) );
230+
QString transifex_go="https://www.transifex.com/swl-x-project/mystiq-video-converter/";
231+
bool b = QDesktopServices::openUrl( QUrl( transifex_go, QUrl::TolerantMode ) );
232232
Q_UNUSED(b)
233233
}
234234

ui/aboutdialog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private slots:
4141

4242
void on_twitter_button_clicked();
4343

44-
void on_telegram_button_clicked();
44+
void on_transifex_button_clicked();
4545

4646
void on_liberapay_button_clicked();
4747

0 commit comments

Comments
 (0)