Skip to content

Releases: rusq/slackdump

v3.1.9

09 Nov 03:14
v3.1.9
b87858b

Choose a tag to compare

Changelog

v3.1.8

04 Oct 08:50
v3.1.8
08fae9c

Choose a tag to compare

Changelog

v3.1.7

10 Aug 11:24
v3.1.7
4125bc4

Choose a tag to compare

Changelog

v3.1.6

28 Jun 10:53
v3.1.6
273b447

Choose a tag to compare

Changelog

v3.1.5

24 Jun 07:36
v3.1.5
fb4e347

Choose a tag to compare

Changelog

  • 52d460b Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2
  • 8292b9d Merge pull request #522 from rusq/i521
  • 2e74a6d Merge pull request #523 from rusq/i521-tests
  • 8c7ef30 Merge pull request #527 from alexandear-org/chore/filename-typos
  • 6f2d169 Merge pull request #528 from alexandear-org/chore/fix-typos
  • 062fa87 Merge pull request #529 from alexandear-org/test/t-context
  • 3a37c8d Merge pull request #530 from alexandear-org/refactor/format-all
  • fb4e347 Merge pull request #531 from rusq/dependabot/go_modules/github.com/go-chi/chi/v5-5.2.2
  • ce0ac91 copilot review
  • 573d37a correct typos across multiple files
  • 474a82c correct typos in a few filenames
  • cc7522f replace context.Background with t.Context in tests
  • f4a2629 replace unsafe characters in the filename before saving
  • 8886f24 simplify format.All implementation
  • 2501270 test coverage for #521

v3.1.4

10 Jun 09:54
v3.1.4
429b0d4

Choose a tag to compare

Changelog

v3.1.3

24 May 00:08
v3.1.3
a5cc754

Choose a tag to compare

Changelog

v3.1.1

23 Apr 08:47
v3.1.1
9cb5eca

Choose a tag to compare

Changelog

  • 87e5bea Merge pull request #508 from rusq/viewer-converter
  • 566ac1e Merge pull request #510 from rusq/thread-only
  • 6eb47dc Merge pull request #512 from rusq/types
  • 9cb5eca Merge pull request #513 from rusq/fixes
  • 7df5195 Thread count test
  • 14fc7bc Thread only
  • b877703 add an additional context check to avoid sending anything when context is cancelled
  • d15a854 add channel test
  • 45bb3cb add ignoreCopyErrors and enable channel list scrolling
  • a373aa1 add types table
  • 2e6a721 brushing up transform
  • 4e2f08a error message update
  • 8e8f63d fix database side
  • 7888eb7 fix thread-only for archive/convert to dump/view
  • 73ab30f get rid of threadOnly param
  • 1e7bc8a intermediate step in getting rid of FileID
  • 404b2b2 link to GH issue
  • b3b8ed9 remove html transform stub for later
  • 559305e thread-only logic fixes
  • 85cf7a8 update documentation
  • ace0563 update message counter

v3.1.0

19 Apr 02:38
v3.1.0
0e95035

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.9...v3.1.0

v3.1.0-beta.1

18 Apr 11:54
v3.1.0-beta.1
c59eb6d

Choose a tag to compare

Changelog

  • b0f0fd2 Merge pull request #505 from rusq/i501
  • c59eb6d Merge pull request #506 from rusq/i501
  • d7167b6 add a test for invalid json
  • 2f36090 skip invalid json during direct database conversion
  • 62b5781 treat json errors as warnings