Skip to content

Releases: rusq/slackdump

v2.0.2

19 Jul 10:06
32b889d
Compare
Choose a tag to compare

What's Changed

  • Ensure all downloads are finished before terminating by @rusq in #91

Full Changelog: v2.0.1...v2.0.2

v2.0.1

03 Jul 02:50
1c46ed8
Compare
Choose a tag to compare

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

11 Jun 02:50
db22b94
Compare
Choose a tag to compare

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

Full Changelog: v1.3.5...v2.0.0

v2.0.0-rc.2

10 Jun 12:41
f5ee5df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0-rc...v2.0.0-rc.2

v2.0.0-rc

10 May 11:46
320a3bf
Compare
Choose a tag to compare

What's Changed

  • fix token regexp to allow older tokens by @rusq in #60

Full Changelog: v2.0.0-beta.2...v2.0.0-rc

v2.0.0-beta.2

07 May 23:11
80bada8
Compare
Choose a tag to compare

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

Full Changelog: v1.3.5...v2.0.0-beta.2

v1.3.5

24 Mar 11:59
cffb36f
Compare
Choose a tag to compare

What's Changed

  • fix error handling in fetchUsers by @rusq in #42
  • Add support for cookies.txt by @rusq in #43
  • Additional tracing by @rusq in #45

Full Changelog: v1.3.4...v1.3.5

Cosmetic fixes and better error reporting

20 Mar 09:24
0eb1640
Compare
Choose a tag to compare

What's Changed

  • Minor updates to phrasing, spelling, grammar by @robws in #39
  • Help and banner by @rusq in #41
  • fix error handling in fetchUsers by @rusq in #42

New Contributors

  • @robws made their first contribution in #39

Full Changelog: v1.3.3...v1.3.4

v1.3.3

24 Feb 11:18
d9b81e1
Compare
Choose a tag to compare

What's Changed

  • Minor tweaks and UI (ahem) improvements by @rusq in #38
  • 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

v1.3.2

24 Feb 06:23
d893afd
Compare
Choose a tag to compare

What's Changed

  • Error in parsing thread URL: fix formatSlackTS calculation error by @rusq in #36

Full Changelog: v1.3.1...v1.3.2

(thanks for B. for the bug report in TG and testing)