Releases: trapias/TrelloExport
Releases · trapias/TrelloExport
1.9.9
Version 1.9.9:
- MAXCHARSPERCELL limit to avoid import errors in Excel (see https://support.office.com/en-nz/article/Excel-specifications-and-limits-16c69c74-3d6a-4aaf-ba35-e6eb276e8eaa)
- removed commentLimit, all comments are loaded (but attention to MAXCHARSPERCELL limit above, since comments go to a single cell)
- growl notifications with jquery-growl http://ksylvest.github.io/jquery-growl/
Version 1.9.3
restored archived cards sheet
Version 1.9.2
- fixed blocking error when duedate specified - thanks @ggyaniv for help
- new button loading function: the "Export Excel" button should always appear now
Version 1.9.1
- fixed button loading
- some code cleaning
Version 1.9.0
Whatsnew for version 1.9.0
- switched to SheetJS library to export to excel, cfr https://github.com/SheetJS/js-xlsx
- unicode characters are now correctly exported to xlsx
1.8.9
Whatsnew for version 1.8.9:
- added column Card #
- added columns memberCreator, datetimeCreated, datetimeDone and memberDone pulling modifications from https://github.com/bmccormack/export-for-trello/blob/5b2b8b102b98ed2c49241105cb9e00e44d4e1e86/trelloexport.js
- added linq.min.js library to support linq queries for the above modifications
1.8.8
- export Trello Plus Spent and Estimate values, extracting values from card titles in format (S/E)
- export comments (with a default limit of 100, see commentLimit in script)
- export checklists and checklists' items
- export list of attachments
- export a link to each card
- export votes
- use updated version of xlsx.js, modified by me (escapeXML)
- use updated version of jquery, 2.1.0
- use usernames instead of initials for members