Releases: rusq/slackdump
Releases · rusq/slackdump
v2.5.9
Changelog
- 14a1bf4 Add support limit dump-from and dump-to per channel
- cd4f901 Bump golang.org/x/net from 0.22.0 to 0.23.0
- 9971a20 Fix spelling.
- 85262bd Fix tests
- 3b0b903 Merge branch 'master' of https://github.com/rusq/slackdump
- 3f3cd76 Merge pull request #283 from kolsys/master
- c6e2bb9 Merge pull request #284 from rusq/dependabot/go_modules/golang.org/x/net-0.23.0
- 69689a9 Merge pull request #285 from rusq/readme-update
- d8b82b3 Merge pull request #297 from rusq/i291
- dff8889 Merge pull request #298 from rusq/i293
- 9df7df5 Merge pull request #299 from rusq/v2sundry
- 1a37df3 Merge pull request #302 from rusq/auth-update
- 1442ce5 add compat and tests
- 4c6cfcf bump action versions
- 4b231fe bump deps
- 8a1fb0c bump rod and playwright
- 7ddecbc combine spell check and codespell
- 485eaa8 go mod tidy
- 5b8121b go mod tidy
- 48e7333 playwright compatibility layer
- 50b7a42 spelling mistakes
- 3f5c023 update browser package from master
- 2d2a457 update instructions to work with enterprise
- e6afe27 update workflows to work on v2
- d4b91ef use GITHUB_TOKEN
- 143f9c4 workaround for playwright breaking compatibility again
v2.5.8
v2.5.7
v2.5.6
Changelog
- fff1614 Merge branch 'backport' of github.com:/rusq/slackdump into backport
- d90d7cd Merge branch 'master' into backport
- 05fa1ac Merge pull request #277 from rusq/backport
- d8fff86 bump deps
- d730bf6 fix race condition in downloader
- e8afab9 fix race condition in downloader
- 4dc89ba update slackauth to fix cookie capture
v2.5.5
Changelog
- f0e2fc3 Add github action to codespell master on push and PRs
- 59e8e32 Add github action to shellcheck master on push and PRs
- 37e2a05 Add ignore SC2002 for IMHO stylistic concern -- here it is useful since long line
- 5f75cde Add rudimentary codespell config
- 1e59565 Addressed some of the shellcheck whinings -- primarily to not declare and assign at the same time
- f5ca1df Adjust codespell ignores
- 069fd43 Allow all github workflows to be added to git
- 3c7f30f Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
- bd9cdfc Do not gitignore .github/workflows/codespell.yml
- 1aa8428 Just ignore SC2207 for now!
- 3b38e4d Merge pull request #271 from yarikoptic/enh-codespell
- 61a73d0 Merge pull request #272 from yarikoptic/enh-shellcheck
- 74ed262 Merge pull request #274 from rusq/dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.3
- fdcd778 Merge pull request #275 from rusq/i226
- cf084c0 Merge pull request #276 from rusq/i270
- 61c7ee5 Provide append_to_array helper similar to mapfile (not available on OSX)
- f9efa97 Removed few spurious spaces before indentation tabs -- for consistent indentation
- 1f5dab3 [DATALAD RUNCMD] Apply minimal automatic fixes from shellcheck
- 7f9ff15 [DATALAD RUNCMD] run codespell throughout fixing typos automagically
- d54a5d5 backport isvalid
- 6ef0ecd detection of invalid files
- 1854c62 fix for #226 from upstream slack lib