Skip to content

v1.3.0 Check for Updates and Get File Size

Latest
Compare
Choose a tag to compare
@TheJaredWilcurt TheJaredWilcurt released this 19 Nov 15:16
· 28 commits to master since this release

Changes since 1.2.0

  • Added in an optional checkForUpdates feature which appears in the About section of your app. This is just for projects hosted on GitHub, we check it's API to see if there are new releases for your project. Feel free to modify this section of ugui.js to fit the needs of your app.
  • Added getFileSize helper function that returns an object of bytes, kilobytes, and megabytes. It also takes a callback function.
  • Improved the readAFolder function to have better error handling and work with callbacks better.
  • Added Gitter Chatroom link and Reddit Community Forum link to the README.
  • Update the package.json some more

Breaking Changes