Releases: rusq/slackdump
Releases · rusq/slackdump
v2.0.2
v2.0.1
What's Changed
- AuthError and get rid of flaky Me() implementation by @rusq in #82
- Documentation for #83 by @rusq in #84
- update slack lib ver to v0.11.0 (fork ver 0.11.100) by @rusq in #85
- Support for custom loggers by @rusq in #86
- Support for including and excluding conversations in export by @rusq in #88
Full Changelog: v2.0.0...v2.0.1
v2.0.0
New Features
Major features
- EZ-Login 3000: login without hassle of getting the token and cookies (only for 64-bit OSes). Uses playwright.
- Slack Export support and Slack Export Viewer compatibility.
Minor fixes
- Base directory for Generic Dump files: specify the directory (or zip file) to store json dumps and attachments.
- ZIP compression for Slack Export and Generic Dump files: add a
.zip
suffix to a base or export directory. - Timeframe now works for threads as well: specify
-dump-from
and-dump-to
to set the timeframe. - File reference URL now point to local files instead of the Slack server, when attachment download is enabled.
What's Changed
- doc update and removal of exported mock function by @rusq in #46
- Add Team.ID as a suffix to the user cache filename by @rusq in #47
- Add a python example by @rusq in #50
- Another jq example by @fitzyjoe in #52
- add jq example by @rusq in #51
- Document how to open developer tools by @yuvipanda in #53
- Autobuild of release binaries by @rusq in #55
- V2: Slack Export support by @rusq in #56
- EZ-Login 3000 by @rusq in #57
- ez-login word art by @rusq in #58
- add -rpr - replies per request parameter by @rusq in #59
- fix token regexp to allow older tokens by @rusq in #60
- Update usage-export.rst by @omarcostahamido in #69
- Export and sundry minor fixes by @rusq in #71
- mention slack export viewer in docs by @omarcostahamido in #73
- Update URL to reference local file for export and normal dump formats. by @rusq in #74
- Minor fixes by @rusq in #75
- fix -no-user-cache regression by @rusq in #78
- Final changes for V2 by @rusq in #79
New Contributors
- @fitzyjoe made their first contribution in #52
- @yuvipanda made their first contribution in #53
- @omarcostahamido made their first contribution in #69
Full Changelog: v1.3.5...v2.0.0
v2.0.0-rc.2
What's Changed
- Update usage-export.rst by @omarcostahamido in #69
- Export and sundry minor fixes by @rusq in #71
- mention slack export viewer in docs by @omarcostahamido in #73
- Update URL to reference local file for export and normal dump formats. by @rusq in #74
- Minor fixes by @rusq in #75
New Contributors
- @omarcostahamido made their first contribution in #69
Full Changelog: v2.0.0-rc...v2.0.0-rc.2
v2.0.0-rc
v2.0.0-beta.2
What's Changed
- doc update and removal of exported mock function by @rusq in #46
- Add Team.ID as a suffix to the user cache filename by @rusq in #47
- Add a python example by @rusq in #50
- Another jq example by @fitzyjoe in #52
- add jq example by @rusq in #51
- Document how to open developer tools by @yuvipanda in #53
- Autobuild of release binaries by @rusq in #55
- V2: Slack Export support by @rusq in #56
- EZ-Login 3000 by @rusq in #57
- ez-login word art by @rusq in #58
- add -rpr - replies per request parameter by @rusq in #59
New Contributors
- @fitzyjoe made their first contribution in #52
- @yuvipanda made their first contribution in #53
Full Changelog: v1.3.5...v2.0.0-beta.2
v1.3.5
Cosmetic fixes and better error reporting
v1.3.3
What's Changed
- progress report on channels and threads
- speed and average speed
- same output style for progress messages for conversations, channels, and threads
- tweak the tier-2 boost
- fetch channels with context to enable ^C termination
- -no-user-cache parameter
- -npr - channels per request parameter.
- correct authentication with SSO workspaces.
Full Changelog: v1.3.2...v1.3.3