Skip to content

Hot off the presses bug fixes

Compare
Choose a tag to compare
@NotExpectedYet NotExpectedYet released this 04 Mar 19:22
· 594 commits to master since this release
e3a5919

Well this is a clean up release to squash some bugs that became apparent in the last release. We've also made some slight tweaks to the way things will be updated and hopefully sorted an issue with errant windows 10 folders been created. Things can only keep moving forward!

Full change log below.

[v1.1.12]

Added

  • Added a button to System page to restart OctoFarm server.

Changed

  • Added logging around system information as there was none originally, also a warning message when failing to generate.
  • Pre-start script now uses 'npm ci' to make sure packages are on the latest version inside package-lock.json.
  • Server restart commands will no longer silently fail... It will alert you if you haven't set up OctoFarm correctly under the pm2 named service.

Fixed

- #342: Quotes causing issue for Windows 10 systems in package.json start up scripts.
- #341: System information was failing to generate on some ubuntu systems due to an outdated package. Package has been updated.
        - The new systeminformation changed some key value pairs. Please run npm 
- #337: Fixed issue with file manager not loading files due to recursion issue.