Releases: jbrodriguez/unbalance
v0.7.2
Version 0.7.2 - 2015-05-31
- Upgrade Dockerfile to v0.7.1
- Remove logrotate script, to prevent triggering email notifications (since logrotate fails on the container for some reason)
v0.7.1
Version 0.7.1 - 2015-05-26
- Update screenshot
Version 0.7.0 - 2015-05-26
- Include number of unraid disks in logging
- Fix logging bug (was referring to srcDisk instead of disk)
- Fix regexp that scans the output of du -bs , to enable folders sizes of single digit
- Adjust logging
- Modify diskmv script to allow files in the root user share
- Add credit (pubsub)
- Add link to diskmv unRAID's forum thread
- Add diskmv link in UI
- Fix README.md to reflect current headroom
- Enable functionality to let the user decide which disks are elegible as target for moving folders/files to.
- Add test cases
- Convert uint64 to int64, to handle adequately difference operations (and probable over/under flow)
- Fix edge case in knapsack (one folders equals the size of the remaining space)
- Fix service name in stop routine
- Modify calculateBestFit to account for disks not chosen as target. If they're not elegible, then let newFree = Free, so that frontend logic detects no change in them
- Update diskmv script
- Update dev install script to reflect new version
v0.6.8
Version 0.6.8 - 2015-05-17
- Add screenshot to README.md
- Add support for folders with spaces in the name
- Add/Improve logging
- Increase ReservedSpace to 450Mb and declare it as a constant
v0.6.7
Version 0.6.7 - 2015-05-14
- Fix test Dockerfile
Version 0.6.6 - 2015-05-14
- Add notifications form validation
- Fix calculate and move buttons disabled behaviour
- Fix settings init function, by ensuring that the sane and current values are being used (and also saved to the config file)
Version 0.6.5 - 2015-05-14
- Fix name of save button in notifications settings
Version 0.6.4 - 2015-05-14
- Add new icon
- Manage notification feature internally (do not depend on unRAID's notifications settings)
- Remove mini dependency
- Reorganize config structure, creating a settings structure that contains an embedded config structure
- Set sane defaults for config options
- Redefine shell commands in order to be able to send mail properly
- Add logging for better debugging
- Improve logging to better debug calculateBestFit function
v0.6.3
Version 0.6.3 - 2015-05-09
- Fix breadcrumb to unRAID notification settings
Version 0.6.2 - 2015-05-09
- Add Notifications functionality, mails user when operation is completed (or any error occurr)
- Fix main loop exit logic
- Fix README.md copy
- Add credits in README.md
v0.6.1
Version 0.6.1 - 2015-05-07
- Fix instructions in README.md to be independent of current version
Version 0.6.0 - 2015-05-07
- Fix README.md copy
- Fix html5mode = true, on the server
- Add operation in progress support (to allow the url to be changed and still show console output)
- Add better support for back end processes output
- Fix websocket logic (when writing to the connected sockets)
- Add ReconnectingWebSocket to the client
- Remove FontAwesome
v0.5.1
Version 0.5.1 - 2015-05-03
- Fix Readme instructions and some typos.
Version 0.5.0 - 2015-05-03
- Allow mdcmd location to be defined by an environment variable
- Add signal handling as main loop of the application
- Add StdErr to command output processing (previously only StdOut was considered)
- Add separate flags to disable gui Calculate and Move controls
- Fix bug with logdir logic
- Add an environment variable to indicate that the app is running under a docker environment, and take action accordingly
- Increase size of websocket buffers
unbalance v0.3.1
Initial public release