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
- Radio Browser Search Terms will now be saved (when altered from config)
- fixing config search terms color when focus lost
- fixing search term not shown on Windows
- fixing 'd' for config window
- fixing dirty config indication for python2
- updating docs
<h2id="changelog">Changelog <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></span></h2>
193
193
<prestyle="height: 200px;">
194
194
195
+
2023-01-28 s-n-g
196
+
* version 0.9.0
197
+
* finalizing Radio Browser service (adding config
198
+
search term navigation), closing #93 and partially
199
+
closing #80
200
+
* adding search function to all stations/playlists
201
+
lists
202
+
* when terminal cannot change colors, always ask to
203
+
not display the warning message
204
+
* window title will not be resetted randomly
205
+
* fixing python2 config dirty indication
206
+
195
207
2023-01-16 s-n-g
196
208
* version 0.8.9.36 (0.9-beta33)
197
209
* fixing config win left ("h") key: will not exit when should be
Copy file name to clipboardExpand all lines: radio-browser.html
+3-2
Original file line number
Diff line number
Diff line change
@@ -159,8 +159,9 @@ <h2 id="configuration">Configuration <span style="padding-left: 10px;"><sup styl
159
159
<li><p><strong>Default Server</strong><br/>
160
160
The default server to connect to when using the service.<br/>
161
161
Default value: <em>Random</em></p></li>
162
-
<li><p><strong>Default Search Term</strong><br/>
163
-
Not implemented yet</p></li>
162
+
<li><p><strong>Search Terms</strong><br/>
163
+
User defined “<em>Search Terms</em>” displayed in a compact way.<br/>
164
+
Available actions: change the <strong>default</strong> search term and <strong>delete</strong> existing search terms.</p></li>
164
165
</ol>
165
166
<h3id="server-pinging">Server pinging</h3>
166
167
<p><strong>RadioBrowser</strong> currently provides a network of 3 servers to connect to (always kept in sync with each other), in order to limit down time.</p>
0 commit comments