3.1.0

New Minor Version Released: v3.1.0

We've released a new version of WrangleBot Desktop. See the patch notes below.

Patch Notes

New Features - ✳️ Adds an Auto Updater, which will allow you to download newest version without needing to go to our website! - ✳️ adds Reset Password to local instances, requires you to setup a mail server in the config.json! Please review the Documentation - adds a tooltip to each table cell, when hovering the mouse over the pre-rendered data - adds a context menu when you right click on a table cell in the Table View - adds a copy to clipboard context menu item that copies the raw table cell value - adds a delete single metafile context menu item to Table view

Bug Fixes - "Select All" only selected the first element in the metafiles spreadsheet view, if a Metafile was not a video or image https://wranglebot.io/download

Auto Updater

This update includes a way for WrangleBot to download new update in the background and then install it when ready. I can now address bugs much faster and I don't need to spam you peeps with emails. You don't need to do anything besides install the newest version, going forward updates will be automatically downloaded and installed. --- (edited)

Password Reset

If you want to use the Password Reset feature, you will need to setup your email account in the config.json in your wranglebot user folder.

Why? WrangleBot can't send emails by itself, but transports your emails to an actual SMTP server to send it to (such as GMail or GMX). This means we need your email account credentials to send an email on your behalf. Your credential aren't shared with us, as it's saved locally in your devices config file. You are communicating directly with your SMTP server. See detailed infos here: https://van-rothe.gitbook.io/wranglebot-nodejs-documentation/introduction/user-folder (edited)