Skip to content

Latest commit

 

History

History
66 lines (31 loc) · 2.49 KB

File metadata and controls

66 lines (31 loc) · 2.49 KB

2.0.1 (2025-06-25)

Bug Fixes

  • reliably set Slack search sort order to 'Oldest'\n\nUses robust Playwright selectors to ensure export is chronological regardless of UI changes. (c7e851a)
  • support Slack pagination with numbered page buttons (eefe316)

2.0.0 (2024-12-04)

  • fix!: increase timeouts for Slack workspace and search operations (35310d1)

Bug Fixes

Features

  • improve message formatting with html2text (38303c9)

BREAKING CHANGES

  • Significantly increased timeouts may affect automation workflows

Increase timeouts to improve reliability:

  • Workspace loading timeout: 30s -> 120s
  • Post-login wait: 5s -> 10s
  • Search operation timeouts: 30s -> 120s

1.3.0 (2024-11-29)

Bug Fixes

Features

  • improve message formatting with html2text (38303c9)

1.2.0 (2024-11-28)

Features

  • expand truncated messages and add verbose mode (994fcca)

1.1.1 (2024-11-28)

Bug Fixes

  • update license link to point to GitHub (6654157)

1.1.0 (2024-11-27)

Features

  • enhance output with rich formatting and progress tracking 🎨 (8a770c0)
  • enhance progress display with better colors and message counts (7cfe0da)