Skip to content

Commit

Permalink
Merge pull request #1 from corrados/master
Browse files Browse the repository at this point in the history
Merge New Features on my fork
  • Loading branch information
dzpex authored May 24, 2020
2 parents ccf005b + 70dafe7 commit 87086f1
Show file tree
Hide file tree
Showing 11 changed files with 803 additions and 685 deletions.
12 changes: 9 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@



3.5.5git

3.5.4git





3.5.4 (2020-05-24)

- introduce genre-based server lists (#139)

Expand All @@ -18,9 +24,9 @@

- save client settings on Linux cmdline termination signal, coded by pljones (#70)

- added translation: Italian by dzpex (#249)



- bug fix: fixed misaligned tracks in recordings, coded by snayler, improved by pljones (#234)


3.5.3 (2020-05-15)
Expand Down
2 changes: 1 addition & 1 deletion Jamulus.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 3.5.4git
VERSION = 3.5.5git

# use target name which does not use a captital letter at the beginning
contains(CONFIG, "noupcasename") {
Expand Down
Binary file modified src/res/translation/translation_de_DE.qm
Binary file not shown.
185 changes: 95 additions & 90 deletions src/res/translation/translation_de_DE.ts

Large diffs are not rendered by default.

185 changes: 95 additions & 90 deletions src/res/translation/translation_es_ES.ts

Large diffs are not rendered by default.

185 changes: 95 additions & 90 deletions src/res/translation/translation_fr_FR.ts

Large diffs are not rendered by default.

Binary file modified src/res/translation/translation_it_IT.qm
Binary file not shown.
547 changes: 316 additions & 231 deletions src/res/translation/translation_it_IT.ts

Large diffs are not rendered by default.

185 changes: 95 additions & 90 deletions src/res/translation/translation_nl_NL.ts

Large diffs are not rendered by default.

185 changes: 95 additions & 90 deletions src/res/translation/translation_pt_PT.ts

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
"<p>Miguel de Matos (<a href=""https://github.com/Snayler"">Snayler</a>)</p>"
"<p><b>" + tr ( "Dutch" ) + "</b></p>"
"<p>Jeroen Geertzen (<a href=""https://github.com/jerogee"">jerogee</a>)</p>"
"<p><b>" + tr ( "Italian" ) + "</b></p>"
"<p>Giuseppe Sapienza (<a href=""https://github.com/dzpex"">dzpex</a>)</p>"
"<p><b>" + tr ( "German" ) + "</b></p>"
"<p>Volker Fischer (<a href=""https://github.com/corrados"">corrados</a>)</p>" );

Expand Down

0 comments on commit 87086f1

Please sign in to comment.