Skip to content

Releases: rusq/slackdump

v2.1.1

05 Aug 07:49
dbc992f
Compare
Choose a tag to compare

What's Changed

  • Fix URL parsing regexp to allow for spaces by @rusq in #103

Full Changelog: v2.1.0...v2.1.1

v2.1.0

04 Aug 10:26
9509081
Compare
Choose a tag to compare

What's Changed

  • Expose Export package and simplify app by @rusq in #96
  • Credentials encryption and storage by @rusq in #98
  • Make it easier for people without the command line exposure to use Slackdump by @rusq in #100
  • Update some stale dependencies by @rusq in #101

Full Changelog: v2.0.3...v2.1.0

v2.0.3

23 Jul 01:46
ccd2c8a
Compare
Choose a tag to compare

What's Changed

  • Cherry pick auth changes from login by @rusq in #92
  • Fix race condition in ZIP fsadapter by @rusq in #94

Full Changelog: v2.0.2...v2.0.3

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