Skip to content

Commit

Permalink
Release 2023.06.26
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFair committed Jul 26, 2023
1 parent 44c76c4 commit e45c98d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
1 change: 1 addition & 0 deletions archive/nut-plugin-2023.07.26-x86_64-1.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
45f97260b38ec38b27185690efcf5759 nut-plugin-2023.07.26-x86_64-1.txz
Binary file added archive/nut-plugin-2023.07.26-x86_64-1.txz
Binary file not shown.
15 changes: 14 additions & 1 deletion plugin/nut-2.8.0.plg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "nut">
<!ENTITY author "SimonFair">
<!ENTITY version "2023.07.24a">
<!ENTITY version "2023.07.26">
<!ENTITY launch "Settings/NUTsettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/NUT-unRAID/master">
<!ENTITY pluginURL "&gitURL;/plugin/&name;-2.8.0.plg">
Expand All @@ -17,6 +17,19 @@

<CHANGES>
##&name;
###2023.07.26
###2023.07.26
- fix: reduce console spam of copy operations by redirecting output to /dev/null, as requested in 2023.07.21 #3 (comment)
- fix: stop services before a plugin upgrade on the live system to remove any file locks preventing files from getting patched on the running instance. a reboot should now no longer be required for all changes>
- fix: old installation remnants cause updating or transitioning to another nut package on running instance to fail
- fix: fix a permissions issue causing some drivers in 2.8.0 not to have access to their required folders
- new: add button for users to be able to save their UPS details into a dummy-ups compliant diagnostics file
this file can then be uploaded on the forums and given to the developers in case problems with the plugin arise
thanks to @Peuuuur-Noel for the improvements to the privacy of the exported files (removing serial, macaddr)
- Looks like the Tooltipster js lib was broken due to duplicate "copyright" id in footer code.
- fix Removed #copyright from footer and applied CSS directly to the element.

Thanks to forum member Peuuuur Noel and Rysz for the PRs.
###2023.07.24a
- fix override realpower if realpower nominal set manually
- simplification of realpower/apparent power if value set manually
Expand Down
14 changes: 13 additions & 1 deletion plugin/nut.plg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "nut">
<!ENTITY author "SimonFair">
<!ENTITY version "2023.07.24a">
<!ENTITY version "2023.07.26">
<!ENTITY launch "Settings/NUTsettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/NUT-unRAID/master">
<!ENTITY pluginURL "&gitURL;/plugin/&name;.plg">
Expand All @@ -17,6 +17,18 @@

<CHANGES>
##&name;
###2023.07.26
- fix: reduce console spam of copy operations by redirecting output to /dev/null, as requested in 2023.07.21 #3 (comment)
- fix: stop services before a plugin upgrade on the live system to remove any file locks preventing files from getting patched on the running instance. a reboot should now no longer be required for all changes to become active.
- fix: old installation remnants cause updating or transitioning to another nut package on running instance to fail
- fix: fix a permissions issue causing some drivers in 2.8.0 not to have access to their required folders
- new: add button for users to be able to save their UPS details into a dummy-ups compliant diagnostics file
this file can then be uploaded on the forums and given to the developers in case problems with the plugin arise
thanks to @Peuuuur-Noel for the improvements to the privacy of the exported files (removing serial, macaddr)
- Looks like the Tooltipster js lib was broken due to duplicate "copyright" id in footer code.
- fix Removed #copyright from footer and applied CSS directly to the element.

Thanks to forum member Peuuuur Noel and Rysz for the PRs.
###2023.07.24a
- fix override realpower if realpower nominal set manually
- simplification of realpower/apparent power if value set manually
Expand Down

0 comments on commit e45c98d

Please sign in to comment.