diff --git a/imports/ui/App.jsx b/imports/ui/App.jsx index 59744f5d..36fb748d 100644 --- a/imports/ui/App.jsx +++ b/imports/ui/App.jsx @@ -50,7 +50,7 @@ const AppRouter = () => { var version = GlobalSettingsDB.find({}).fetch()[0].version; - var newVersion = 1.101 + var newVersion = 1.102 setVersion(newVersion) @@ -58,6 +58,17 @@ const AppRouter = () => { alert(` + Beta v1.102 release [18th Jan 2020]: + Changes: + -[New] Plugin creator option (Filter by age) - select 'Date created' or 'Date modified' + -[New] Plugin creator option (Filter by age) - include files OLDER than specified time + -[New] Options to sort queue by date (Scanned, Created, Modified) + -[Fix] Audio file codec not showing in search results + -[Fix] MJPEG video incorrectly tagged as audio file + -[Fix] Default plugin priority + -[Fix] 'Too many packets buffered for output stream' when health checking + -[Fix] Folder path placeholder text + Beta v1.101 release [06 Dec 19]: Changes: -[New] Force processing of files diff --git a/imports/ui/tab_Dev.jsx b/imports/ui/tab_Dev.jsx index 5e05e47d..3bb3dbb8 100644 --- a/imports/ui/tab_Dev.jsx +++ b/imports/ui/tab_Dev.jsx @@ -120,7 +120,25 @@ export default class App extends Component {

Change log

-

Beta v1.101 release [06 Dec 19]: +

Beta v1.102 release [18th Jan 2020]: + +
Changes: + +
-[New] Plugin creator option (Filter by age) - select 'Date created' or 'Date modified' +
-[New] Plugin creator option (Filter by age) - include files OLDER than specified time +
-[New] Options to sort queue by date (Scanned, Created, Modified) +
-[Fix] Audio file codec not showing in search results +
-[Fix] MJPEG video incorrectly tagged as audio file +
-[Fix] Default plugin priority +
-[Fix] 'Too many packets buffered for output stream' when health checking +
-[Fix] Folder path placeholder text + +
+
+ +

+ +

Beta v1.101 release [6th Dec 19]:
Changes: