diff --git a/CHANGELOG b/CHANGELOG index 7aaf15e..759d913 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,10 @@ Two empty lines before the next entry. External contributors notice at the end of the line: (LastName, FirstName / nick) +## 2022-07-15 1.7.3 +Turn off auto connecting the mixer audio ports when not run under NSM. Replace with default-off menu setting to do so. + + ## 2022-04-15 1.7.2 Use the new systewide library libcalfbox-lss instead of providing our own. This lib is now a dependency. https://git.laborejo.org/lss/libcalfbox-lss diff --git a/README.md b/README.md index 570a98e..f1948af 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -[//]: # (Generated 2022-04-15T15:55:49.381215. Changes belong into template/documentation/readme.template) +[//]: # (Generated 2022-07-14T19:32:08.135773. Changes belong into template/documentation/readme.template) # Fluajho -Program version 1.7.2 +Program version 1.7.3  @@ -61,6 +61,7 @@ It is possible to clone a git repository. ## Dependencies * Python 3.6 (maybe earlier) * PyQt5 for Python 3 +* PyQt OpenGL and SVG modules, if they are separated in your distribution * DejaVu Sans Sarif TTF (Font) (recommended, but not technically necessary) * libcalfbox-lss https://git.laborejo.org/lss/libcalfbox-lss diff --git a/configure b/configure index db81f07..aba411a 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/bash program=fluajho -version=1.7.2 +version=1.7.3 . template/configure.template #. is the posix compatible version of source diff --git a/documentation/english.adoc b/documentation/english.adoc index 072043f..48b5356 100644 --- a/documentation/english.adoc +++ b/documentation/english.adoc @@ -1,5 +1,5 @@ :Author: Laborejo Software Suite -:Version: 1.7.2 +:Version: 1.7.3 :iconfont-remote!: :!webfonts: @@ -25,7 +25,7 @@ https://asciidoctor.org/docs/user-manual/ = Fluajho // Don't write in the empty line above line. It will be interpreted as author html tag -For program version 1.7.2 +For program version 1.7.3 == Introduction diff --git a/documentation/fluajho.1 b/documentation/fluajho.1 index 7b056e3..193816d 100644 --- a/documentation/fluajho.1 +++ b/documentation/fluajho.1 @@ -1,11 +1,11 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1. -.TH FLUAJHO "1" "April 2022" "Fluajho 1.7.2" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH FLUAJHO "1" "July 2022" "Fluajho 1.7.3" "User Commands" .SH NAME Fluajho - SF2 soundfont sample player for JACK based on Fluidsynth. .SH DESCRIPTION usage: fluajho [\-h] [\-v] [\-s DIRECTORY] [\-p] [\-m] [\-V] .PP -Fluajho \- Version 1.7.2 \- Copyright 2022 by Laborejo Software Suite \- +Fluajho \- Version 1.7.3 \- Copyright 2022 by Laborejo Software Suite \- https://www.laborejo.org/fluajho .SS "options:" .TP @@ -72,7 +72,7 @@ Run without audio and midi. Skips all JACK checks. Used to just look at the GUI, .SH "REPORTING BUGS" https://www.laborejo.org/bugs .SH COPYRIGHT -Fluajho 1.7.2 - Copyright 2022 +Fluajho 1.7.3 - Copyright 2022 Laborejo Software Suite https://www.laborejo.org/ .SH "SEE ALSO" diff --git a/documentation/german.adoc b/documentation/german.adoc index 260c2b1..a2ee0af 100644 --- a/documentation/german.adoc +++ b/documentation/german.adoc @@ -1,5 +1,5 @@ :Author: Laborejo Software Suite -:Version: 1.7.2 +:Version: 1.7.3 :iconfont-remote!: :!webfonts: @@ -25,7 +25,7 @@ https://asciidoctor.org/docs/user-manual/ = Fluajho // Don't write in the empty line above line. It will be interpreted as author html tag -Für Programmversion 1.7.2 +Für Programmversion 1.7.3 == Benutzung diff --git a/documentation/index.adoc b/documentation/index.adoc index 2e8def7..33ed4b1 100644 --- a/documentation/index.adoc +++ b/documentation/index.adoc @@ -1,5 +1,5 @@ :Author: Laborejo Software Suite -:Version: 1.7.2 +:Version: 1.7.3 :iconfont-remote!: :!webfonts: @@ -21,7 +21,7 @@ https://asciidoctor.org/docs/user-manual/ == Fluajho Multi-Language Documentation image::logo.png["logo", 320, 180] -For program version 1.7.2 +For program version 1.7.3 This site is part of the https://www.laborejo.org[Laborejo Software Suite] diff --git a/documentation/manpageinclude.h2m b/documentation/manpageinclude.h2m index 97ccf43..d367631 100644 --- a/documentation/manpageinclude.h2m +++ b/documentation/manpageinclude.h2m @@ -34,7 +34,7 @@ JACK audio output. Additionally there is a stereo mix output pair. https://www.laborejo.org/bugs [copyright] -Fluajho 1.7.2 - Copyright 2022 +Fluajho 1.7.3 - Copyright 2022 Laborejo Software Suite https://www.laborejo.org/ diff --git a/documentation/out/english.html b/documentation/out/english.html index c0c1577..19e2c4c 100644 --- a/documentation/out/english.html +++ b/documentation/out/english.html @@ -466,7 +466,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
For program version 1.7.2
+For program version 1.7.3