Skip to content

Releases: felixrieseberg/slack-archive

v1.6.1

20 Feb 22:32
Compare
Choose a tag to compare

Fix: Ensure we actually compile our code 🀦

v1.6.0

20 Feb 22:31
Compare
Choose a tag to compare

What's Changed

  • Feat: Add --channel-types cli argument by @ehrhart in #27

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

20 Feb 22:30
Compare
Choose a tag to compare

Fix: Remove an erroneous console.log()

v1.5.0

13 Feb 17:22
Compare
Choose a tag to compare
  • Feature: You can now specify --no-slack-connect and the tool will only use existing local data to generate files.
  • Feature: The HTML output is a lot prettier now. Better channel organization and improved pagination!

v1.4.1

08 Feb 10:52
Compare
Choose a tag to compare
  • Fix: Improved Cli output
  • Fix: We'd sometimes use stale channel and user data if it was previously downloaded. The tool will now always use the latest information when refetched.

v1.4.0

06 Feb 15:26
Compare
Choose a tag to compare
  • Feature: Added support for reacji
  • Feature: Added parameters to skip file downloads or force html generation
  • Fix: Some async processes wouldn't wait for each other
  • Fix: We only created HTML files for channels with new messages, which broke brand new archives (because we never created files)

v1.3.0

16 Aug 16:14
Compare
Choose a tag to compare
  • New: The sidebar's channels are now better organized
  • New: We'll test your authentication before downloading
  • Fix: Actually download files in threads

v1.2.1

10 Aug 15:19
Compare
Choose a tag to compare

The fixes in this release were made by @cheapsteak. Thank you!

  • Fix: Download files in new message data
  • Fix: Render files in threads
  • Fix: Automatically delete backups in non-prompt mode
  • Fix: npm scripts

v1.2.0

19 Jul 03:09
Compare
Choose a tag to compare
  • Feature: Don't download messages if the channel is archived (or the DM is deleted) and we already downloaded all messages before
  • Feature: Don't regenerate HTML files for channels without new messages

In short: Spend less time

v1.1.2

15 Jul 22:47
Compare
Choose a tag to compare
  • Fix: Filesystem operations are now retried to avoid EBUSY locks
  • Fix: Some minor stdout fixes