Skip to content

Commit

Permalink
1.102 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveAGitGat committed Jan 18, 2020
1 parent ae430ab commit 84a2b30
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
13 changes: 12 additions & 1 deletion imports/ui/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,25 @@ const AppRouter = () => {

var version = GlobalSettingsDB.find({}).fetch()[0].version;

var newVersion = 1.101
var newVersion = 1.102

setVersion(newVersion)

if(version != newVersion){

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
Expand Down
20 changes: 19 additions & 1 deletion imports/ui/tab_Dev.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,25 @@ export default class App extends Component {

<p>Change log</p>

<p>Beta v1.101 release [06 Dec 19]:
<p>Beta v1.102 release [18th Jan 2020]:

<br />Changes:

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

<br />
<br />

</p>

<p>Beta v1.101 release [6th Dec 19]:

<br />Changes:

Expand Down

0 comments on commit 84a2b30

Please sign in to comment.