You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: desktop/qml/ChangelogPage.qml
+8
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ DialogPage {
27
27
To insert text at the cursor position rather than at the end of the note,
28
28
change <i>Text appending mode</i> option to <i>Add at the cursor position</i> in the settings.
29
29
When the <i>Replace an existing note</i> option is set, whenever new text is added, it will replace the existing note.</li>
30
+
<li>DBus API for integration with external applications</li>
30
31
</ul>
31
32
<p>"+qsTr("User Interface") +":</p>
32
33
<ul>
@@ -36,6 +37,13 @@ DialogPage {
36
37
<li>Models grouped by type in model browser.
37
38
To improve usability, instead of a list containing models of all types, models are grouped by type in separate tabs.</li>
38
39
<li>New <i>General</i> and <i>Advanced</i> tabs have been added to <i>Settings</i>.</li>
40
+
<li>Command line options for printing available or active model IDs.
41
+
Use <i>--print-available-models</i> or <i>--print-active-models</i> to list all available model IDs or the currently active model IDs.</li>
42
+
<li>Command line option to print the current status of the application.
43
+
Use <i>--print-state</i> to see the current state.
44
+
This option can be useful when integrating with external programs or widgets on the desktop.
45
+
To see all available command line options, run the command: <i>"+ (_settings.is_flatpak() ?"flatpak run net.mkiol.SpeechNote":"dsnote") +" --help</i></li>
0 commit comments