Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Feature Request --- Notification of Changes to Plugin updates needed

Featured Replies

I, personally, think that we need some type of information on the changes that are being made to plugins when they are updated on the 'Plugins' page.  This will allow the persons who are having issues to determine if an issue has been addressed.  If an issue has been addressed, the user can then test to verify that his issues have been resolved.

 

Ver 5.X Dynamix presents a 'pop-up' when a update is installed that shows the changes made.  When this is not completely ideal (A link to all changes to that plugin would be preferred), it is certainly better than nothing. 

So the team actually saw this need as fairly easy to solve and already implemented this in the code to work where there will be an icon next to the update version that's available that when clicked, invokes a window with the release notes. (See below)

 

Thanks to bonienl and Eric for this!

 

768787e8469a7f228b666c9ae686647f.jpg

 

So how do we use this feature in our plugins?

 

This is very easy, you need to add a section CHANGES to your PLG file, see an example below. Remember that Markdown coding is used for formatting of the text.

 

<?xml version='1.0' standalone='yes'?>

 

<!DOCTYPE PLUGIN [

<!ENTITY name      "dynamix.active.streams">

<!ENTITY author    "Bergware">

<!ENTITY version  "2014.12.06">

<!ENTITY pluginURL "https://raw.github.com/bergware/dynamix/master/unRAIDv6/dynamix.active.streams.plg">

]>

 

<PLUGIN name="&name;" author="&author;" version="&version;" pluginURL="&pluginURL;">

 

<CHANGES>

###2014.12.06

- fixed wrong placement of config file

- fixed regression error in names list

 

###2014.12.05

- fixed wrong file size display

- fixed compatability issue with unRAID v6

 

###2014.11.28

- initial release for unRAID v6

</CHANGES>

 

<!--

Copyright 2014, Bergware International

Dynamix Active Streams - Real-time monitoring of SMB shares

-->

 

<!--

The 'pre-install' script.

-->

<FILE Run="/bin/bash">

<INLINE>

# Remove old 'source' files

rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null|grep -v '&version;')

</INLINE>

</FILE>

I tried setting this up and can't get it to work ... is it not implemented in the current public release?

I tried setting this up and can't get it to work ... is it not implemented in the current public release?

 

No.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.