Dispatch v0.6 Release Notes

Release Date: 2020-04-30 // almost 4 years ago
    • ๐Ÿ’ป Channel joining UI with search
    • Date markers

    ๐Ÿ”„ Changelog

    ๐Ÿš€ 13a31c3 Update .goreleaser.yml
    c704ebb Use react-icons
    โšก๏ธ bb66740 Update gulp instructions in README
    4010132 Linkify topics in channel joining modal
    77543e3 Switch to bbolt
    360bed0 Implement old storage.Path API
    โšก๏ธ 164e071 Update README
    01914f0 Turn modules off when installing go-bindata on travis
    โšก๏ธ 00e40dc Update go.mod and modules.txt format
    โšก๏ธ 47efab2 Update .travis.yml
    ๐Ÿ”ง ca81475 Add option --config and --data to specify where to store the configuration and the data
    ๐Ÿ‘• 5013ab6 Bump eslint-utils from 1.3.1 to 1.4.3 in /client
    855f4d3 Stop using pointers for nested config structs, closes #41
    โšก๏ธ 7ad7627 Fix MessageBox scroll stutter when state updates while close to the bottom
    โœ… 4eda7ef Fix getSortedChannels test
    fad2e03 Fix h2 push hash check
    3e90e6c Only count joined channels
    613d9fc Send irc features to the client
    โšก๏ธ 9267c66 Timeout channel list updates
    ๐Ÿ‘ f8e12f5 Handle channel forwarding and errors better
    โœ… 4979348 Fix channel reducer tests
    24960f2 Add topic modal
    aab1ad3 Fix h2 push
    5e67425 Use pointer receiver in stateData
    ๐Ÿ’ป 24b26aa Add channel joining UI, closes #37
    f25594e Add casefolding to irc lib
    075e404 Reset backoff on RPL_WELCOME
    eee260f Read lines with a bufio.Scanner, reuse input buffer, ignore empty messages, handle multiple spaces between tags and prefix
    a3618b9 Add list command
    e4d5d27 Use strings.Replacer to unescape tags
    0085cea Add react-modal, replace confirm usage with it
    ๐Ÿ“ฆ 63cf651 Pull https handling out into a new package
    ๐Ÿ— 95eff71 Add go 1.12beta1 travis build
    8526805 Add headers config, closes #25
    6aaa2b5 Avoid sending join when the channels input is empty
    6fedb23 Prerender index page
    fc64348 Dont redirect private IPs and localhost
    6c3a577 Use certmagic, simplify config, set HTTP timeouts and a modern TLSConfig
    ๐Ÿ–จ c5a9a5b Print go version
    โœ… 6a816fb Add date marker tests
    3c105c4 Handle messages with no content, improve prepend perf
    50d735a Add date markers