Releases: srv1054/trellgo
v0.3.12
v0.3.07
- Fixed major pathing but that was caused when board names had invalid filesystem characters. See issue #7 for details.
- Expanded regex to support more special characters in path names that are legal in both Windows and Linux.
What's Changed
Full Changelog: v0.3.05...v0.3.07
v0.3.05
This release includes:
- Grammatical error fixes
- Code clean-up
- Minor Bug fixes
- Help menu updates
[Feature]
-
Added
-qqparameter, to silence all console output -
Added
-logparameter where you can specify a path/filename to send logs to. It is off by default (if not specified). If specified a file is created, or if it exists, appended to and all output is sent to the log file with log levels of (info, warn, err).- File logging is not effected by the
-qqor-loudparameters.
- File logging is not effected by the
What's Changed
Full Changelog: v0.2.02...v0.3.05
v0.2.02
Results of Issue #1
Now supports the ability to PIPE data into stdin at the command line. |. Requires one board ID per line, all boards will be executed on serially in order. If a pipe is used, then -b is ignored. -b is still supported for single boards on the CLI. You MUST use one or the other.
This also works with the -labels and -count parameters as well.
Example:
boards.txt
jg8276
563dfg
cat boards.txt | ./trellgo -a -s /my/backups
What's Changed
New Contributors
Full Changelog: v0.1.17...v0.2.02
v0.1.17
This fixes several nil reference issues that can occur. Most notably a bug where deactivated users in trello can have comments and historical entries but the trello.Member reference to them is nil This was causing panics due to nil reference.
Should have checks for that now.
Full Changelog: v0.1.14...v0.1.17
v0.1.14
First real official release. Probably has some bugs 🐛 🐞
I have not tested on very large boards yet, that is my next step. I have a couple YUGE trello boards especially with archived cards enabled.
Very little testing has been done on windows. It is on the list though.
Anyway, linux and windows binaries are here.
See Readme.md and trellgo -h for help or info