Skip to content

Releases: jguice/penguin

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 23:23

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)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 15:41

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

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Nov 13:36

1.3.0 (2024-11-29)

Features

  • improve message formatting with html2text (5862baf)

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 13:17

1.2.0 (2024-11-28)

Features

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

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 28 Nov 00:10

1.1.1 (2024-11-28)

Bug Fixes

  • update license link to point to GitHub (6654157)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Nov 22:18

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)

v1.0.0 - Initial Release 🐧

Choose a tag to compare

@jguice jguice released this 27 Nov 18:18

Features

  • Real-time message export to text files
  • Smart timeout handling (10s) for partial pages
  • Graceful interrupt handling
  • Authentication state persistence
  • Gentle scrolling for reliable data collection
  • Playwright-based web automation

Dependencies

  • playwright>=1.40.0
  • python-dotenv>=1.0.0

Documentation

  • Comprehensive README with usage instructions
  • Clear authentication setup guide
  • Search query behavior documentation