Releases: rusq/slackdump
Releases · rusq/slackdump
v3.1.9
Changelog
- cbf4411 Fix for tokens that have 32 chars in the last part`
- b87858b Merge pull request #564 from rusq/i560-export-source
- efbd7b7 Merge pull request #565 from rusq/i562
- 27f0abe Merge pull request #566 from rusq/i561
- d102133 cache sz
- 53da54f commit progress
- e571c12 convolute a bit.
- 00a9f0e correction for the no-reply threads
- 415ed7e export cache
- 4c502ad fix for Empty Threads
- 9a68802 fix for filenames with tilda
- 5cb35d1 fix tests
- f865bd5 tests
- addfedb unify unexported calls
v3.1.8
Changelog
- 97237cb Merge branch 'master' into i554
- faaddb2 Merge branch 'master' into v31/sundry
- d487570 Merge pull request #558 from rusq/i554
- 08fae9c Merge pull request #559 from rusq/i554
- dd85efd Rollback changes to standard fs from #522
- 911516b add a standard storage test
- 74a28c3 clarifying on src2enc logic
v3.1.7
Changelog
- 3ab76e6 Add RunNoTransform test
- 9486ca7 Common AskOverwrite function
- 4b06dce Document how to run from a repo checkout
- 8f243e2 Merge pull request #535 from goretkin/gng/readme-run-from-repo
- a63f011 Merge pull request #538 from rusq/i537
- b444be4 Merge pull request #539 from rusq/list-qf
- 8023d4c Merge pull request #542 from rusq/d540
- 8773741 Merge pull request #545 from rusq/i543
- 9e8756c Merge pull request #546 from rusq/i543-2
- 5fea70a Merge pull request #547 from rusq/bumpetto
- 48f2d44 Quick fix for list commands not having YesMan flag enabled
- be8bcfa Update cmd/slackdump/internal/workspace/assets/new.md
- b13e3e2 add enterprise steps to workspace new doc
- 512f0be ask before overwriting
- fd75d8a bump deps
- b3b6190 copilot CR
- c04cdb9 disable transformer in the archive mode
- 5720872 fix for AskOverwrite on dumb terminals
- ea83876 fix for slow threads #543
- 827d1ed fix spelling
- 6e461a6 flags flags review
- f9ab8e6 optimise checks, again
- 21f4f44 seconds is seconds
- 4125bc4 tidy
v3.1.6
v3.1.5
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
v3.1.3
v3.1.1
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
What's Changed
- Readme update by @rusq in #457
- Fix typo in README.md: s/::/:/ by @jlmuir in #459
- Bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot in #460
- Sqlite backend by @rusq in #441
- Resume wizard and parsing of enterprise URLs by @rusq in #461
- Check for static folder relative to viewer module by @marcus-crane in #463
- File duplicates, resolve user_not_found, etc. by @rusq in #462
- Declutter global flags by @rusq in #464
- bump deps by @rusq in #465
- Colorful logs (peeked in https://github.com/marcus-crane/khinsider) by @rusq in #467
- Fix for unexpected EOF #468 by @rusq in #470
- skip files starting with "." when reading chunk dir by @rusq in #474
- Converter from V1.0.x format by @rusq in #475
- fix unhandled walk err by @rusq in #477
- Mishandled error in search quickfix+test by @rusq in #478
- defer wait to ensure it synchronises even if the error happens by @rusq in #479
- Adding dbase tests by @rusq in #466
- dbase tests by @rusq in #481
- Fix viewer and 2export converter by @rusq in #482
- i483: human friendly format message (v3.1) by @rusq in #485
- Universal formatter (supports any source) by @rusq in #488
- Add support for -files=true|false to emoji command by @rusq in #489
- Abstracting away slack.Client by @rusq in #493
- Bare list output format by @rusq in #494
- Cater for string Attachment IDs by @rusq in #495
- Preps for v3.1.0-alpha by @rusq in #496
- Add initial HTML/CSS theming for Slackdump viewer by @marcus-crane in #497
- Viewer adjustments by @rusq in #498
- Propagate channel topic to the UI by @rusq in #499
- Viewer: display userpics from online source by @rusq in #500
- print filename along with the error by @rusq in #503
- Bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #502
- treat json errors as warnings by @rusq in #505
- add a test for invalid json by @rusq in #506
- Ignore invalid JSON for export and dump sources by @rusq in #507
New Contributors
Full Changelog: v3.0.9...v3.1.0