Skip to content

Releases: srv1054/trellgo

v0.3.12

11 Jul 17:18
1bad239

Choose a tag to compare

What's Changed

  • Bug Fixes
  • Code Cleanup
  • Support for cards that are raw links and not actual cards
  • Updates to filesystem naming sanitization
  • Minor feature adds by @srv1054 in #9

Full Changelog: v0.3.07...main

v0.3.07

16 Jun 15:27
82fa4a0

Choose a tag to compare

  • 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

13 Jun 18:54
899eb62

Choose a tag to compare

This release includes:

  • Grammatical error fixes
  • Code clean-up
  • Minor Bug fixes
  • Help menu updates

[Feature]

  • Added -qq parameter, to silence all console output

  • Added -log parameter 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 -qq or -loud parameters.

What's Changed

Full Changelog: v0.2.02...v0.3.05

v0.2.02

12 Jun 21:53
1556642

Choose a tag to compare

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

12 Jun 19:51

Choose a tag to compare

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

12 Jun 18:24
a51daf4

Choose a tag to compare

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