Releases: felixrieseberg/slack-archive
Releases Β· felixrieseberg/slack-archive
v1.6.1
v1.6.0
v1.5.1
Fix: Remove an erroneous console.log()
v1.5.0
- 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
- 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
- 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
- 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
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
- 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
- Fix: Filesystem operations are now retried to avoid EBUSY locks
- Fix: Some minor stdout fixes