Releases: ksysoev/wsget
Releases · ksysoev/wsget
v0.7.3
What's Changed
- Set read-only permissions for GitHub Actions workflow contents by @ksysoev in #95
- Bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #96
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #97
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #98
- Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #99
- Bump github.com/coder/websocket from 1.8.13 to 1.8.14 by @dependabot[bot] in #100
- Bump golang.org/x/sync from 0.16.0 to 0.17.0 by @dependabot[bot] in #101
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #103
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #102
- Bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #104
- Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #105
- Handshake duration in verbose mode by @ksysoev in #107
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- Update linters configuration and CI action version by @ksysoev in #88
- Bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot[bot] in #89
- Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 by @dependabot[bot] in #90
- Bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot[bot] in #91
- Bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot[bot] in #92
- Add configurable timeout for WebSocket connections by @ksysoev in #94
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Add keyboard shortcuts section and enhance documentation clarity by @ksysoev in #77
- Add macro download subcommand functionality to CLI by @ksysoev in #78
- Bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #81
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #82
- Bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #83
- Update Go to 1.24 in workflows and dependencies by @ksysoev in #85
- Bump github.com/coder/websocket from 1.8.12 to 1.8.13 by @dependabot in #84
- Title by @ksysoev in #86
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Autocomplete from history by @ksysoev in #57
- Refactor error handling in WebSocket connection by @ksysoev in #62
- Set configurable maximum message size for WebSocket by @ksysoev in #66
- Update Go version to 1.23.4 and adjust dependencies by @ksysoev in #68
- Add configurable directory support for history and macros by @ksysoev in #69
- Add Ctrl+L support for clearing terminal and displaying welcome message by @ksysoev in #74
- Move Macro to repo package and update references by @ksysoev in #70
- Add buffer for current request while iterating through history by @ksysoev in #75
- Set draft mode for releases in Goreleaser configuration by @ksysoev in #76
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Refactor command initialization and connection handling in wsget by @ksysoev in #32
- Add cursor movement functions for row navigation by @ksysoev in #33
- Add key binding for deleting to the previous and next word by @ksysoev in #35
- Rename cli package to core and refactor keyboard event handling by @ksysoev in #36
- Enhance CI workflow for coverage reports by @ksysoev in #39
- Refactor history management and fix method names by @ksysoev in #40
- Adds multimode editor abstractions by @ksysoev in #41
- Refactor ws package by @ksysoev in #46
- Refactor editor input handling for improved flexibility by @ksysoev in #47
- Refactor code structure and command processing for improved modularity by @ksysoev in #49
- Refactor executionContext to enhance CLI message handling by @ksysoev in #50
- Refactor concurrency handling in connect command by @ksysoev in #52
- Refactor print logic to standardize newline handling by @ksysoev in #53
- Add GitHub Actions workflow for automated releases by @ksysoev in #54
- Simplify GitHub release workflow triggers by @ksysoev in #55
- Update release workflow to use GH_PAT for authentication by @ksysoev in #56
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Changelog
- ad9e183 Add conditional verbose logging for request and response details in RoundTrip method
- a402d6c Add signal handling to gracefully terminate
- f5d031b Add verbose logging for HTTP headers in WebSocket connection
- b26f4f8 Add websocket package and refactor WebSocket handler for improved testing
- 5ff7798 Add websocket package and update WebSocket handling
- 2933306 Adds verbose flag to cobra command
- b329107 Bump codecov/codecov-action from 4 to 5
- e9df662 Implement request logging in WebSocket connection for improved visibility
- 62b4735 Makes linter happy
- ba4dd10 Merge pull request #23 from ksysoev/dependabot/github_actions/codecov/codecov-action-5
- 9f75d48 Merge pull request #24 from ksysoev/replace_ws_package
- 7c6884a Merge pull request #26 from ksysoev/increase_max_message_size
- a5cb22f Merge pull request #27 from ksysoev/introduce_context
- 5bbbc78 Merge pull request #28 from ksysoev/add_verbose_flag
- e0c3013 Optimize header slice initialization for improved performance in printHeaders function
- 289d26b Refactor WebSocket connection handling and improve error management
- 52b04f8 Refactor WebSocket connection handling to use context for improved cancellation and error management
- 1330fbc Refactor WebSocket constants for improved readability and maintainability
- 3749965 Refactor request logging to use a dedicated printHeaders function for improved readability and consistency
v0.4.2
Changelog
- 63733e0 Adds dependabot configuation
- b038a7c Adds handlers for Alt arrows combinations
- 6374971 Adds tests for moving between words functionality
- a43c40d Bump GoReleaser version to 2 and remove snapshot configuration
- 41a9253 Bump actions/checkout from 3 to 4
- 99ee448 Bump actions/setup-go from 3 to 5
- 74c63e5 Bump codecov/codecov-action from 3 to 4
- f434fca Bump github.com/fatih/color from 1.15.0 to 1.17.0
- b117f80 Bump github.com/fatih/color from 1.17.0 to 1.18.0
- 438b1ee Bump github.com/spf13/cobra from 1.7.0 to 1.8.1
- 13e50ac Bump golang.org/x/net from 0.24.0 to 0.29.0
- f463dd1 Bump golang.org/x/net from 0.29.0 to 0.30.0
- 70e487e Bump golang.org/x/net from 0.30.0 to 0.31.0
- a74d93c Bump golangci/golangci-lint-action from 3 to 6
- 431c4fe Implement logic for moving to next word
- 7097505 Implements moving cursor to previous word
- fb34152 Merge pull request #10 from ksysoev/dependabot/github_actions/actions/checkout-4
- a51ab4d Merge pull request #11 from ksysoev/dependabot/github_actions/golangci/golangci-lint-action-6
- 3a213fd Merge pull request #12 from ksysoev/dependabot/github_actions/codecov/codecov-action-4
- af57420 Merge pull request #13 from ksysoev/dependabot/go_modules/github.com/fatih/color-1.17.0
- 631d331 Merge pull request #14 from ksysoev/dependabot/go_modules/golang.org/x/net-0.29.0
- 4e62bc6 Merge pull request #15 from ksysoev/dependabot/go_modules/github.com/spf13/cobra-1.8.1
- 681cd7b Merge pull request #16 from ksysoev/dependabot/go_modules/golang.org/x/net-0.30.0
- 1957f8b Merge pull request #17 from ksysoev/dependabot/go_modules/github.com/fatih/color-1.18.0
- 3ea882b Merge pull request #18 from ksysoev/dependabot/go_modules/golang.org/x/net-0.31.0
- 2c80a23 Merge pull request #19 from ksysoev/handle_jump_by_words
- 41b834c Merge pull request #20 from ksysoev/update_goreleaser
- 6e83e45 Merge pull request #9 from ksysoev/dependabot/github_actions/actions/setup-go-5
- 0ef398b Merge remote-tracking branch 'origin/main' into update_goreleaser
- 38e528c Small code optimization
- 378499a Updates CI configuration
- c5225f5 makes linter happy