Skip to content

Commit 5d7e42c

Browse files
committed
Release notes and formatting
1 parent 85daaf8 commit 5d7e42c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

imports/ui/plugins/tab_Plugins.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class App extends Component {
270270
style: {
271271
color: "#e1e1e1",
272272
fontSize: "14px",
273-
background: rowInfo && rowInfo.row.Description.includes("BUG") ? '#c72c53' : null,
273+
background: rowInfo && rowInfo.row.Description.includes("BUG") ? '#c72c53' : rowInfo && rowInfo.row.Description.includes("TESTING") ? '#ffa500' : null,
274274
},
275275
}
276276
}

imports/ui/tab_Dev_latest.jsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ export default class App extends Component {
5454
<br />-[New] Cache cleaner run on startup
5555
<br />-[New] HandBrakeCLI updated to 1.3.1 on Windows and tdarr_aio
5656
<br />-[New] FFmpeg 4.2 is now default on tdarr_aio
57+
<br />
58+
59+
<br />-[New][TESTING]Tdarr_Plugin_075a_Transcode_Customisable
60+
<br />-[New][TESTING]Tdarr_Plugin_076a_re_order_audio_streams
61+
<br />-[New][TESTING]Tdarr_Plugin_076b_re_order_subtitle_streams
62+
<br />-[New][TESTING]Tdarr_Plugin_z18s_rename_files_based_on_codec
63+
<br />-[New][TESTING]Tdarr_Plugin_43az_add_to_radarr
64+
<br />-[New][TESTING]Tdarr_Plugin_e5c3_CnT_Keep_Preferred_Audio
65+
66+
67+
68+
<br />
5769
<br />-[Fix] Prevent file scanner crashing on certain files
5870
<br />-[Fix] Prevent problem with one database collection stopping other collection backups
5971

0 commit comments

Comments
 (0)