Releases: sestrella/iecs
Releases · sestrella/iecs
Release list
v0.3.6
What's Changed
Other Changes
- chore: Merge commands in a single module by @sestrella in #45
- chore: Refactor run functions to take selection as an argument by @sestrella in #46
- chore: Refactor selectors to use a generic Selector struct by @sestrella in #47
- chore: Remove Selectors interface by @sestrella in #48
- chore: Pass theme directly to Selectors by @sestrella in #49
- feat: Add
taskandcontainerflags toexeccommand by @sestrella in #50
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
Other Changes
- chore: Replace asciinema URL with local GIF by @sestrella in #33
- chore: Build
demowith Nix by @sestrella in #34 - chore: Move each command to a separate package by @sestrella in #35
- chore: Remove unused variables by @sestrella in #36
- ci: Extract package derivation to a separate file / Setup secretspec by @sestrella in #39
- ci: Simplify release process by @sestrella in #40
- feat: Add cluster/service global flags by @sestrella in #44
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
Other Changes
- chore: Set theme via a PersistentPreRunE hook by @sestrella in #31
- feat: Add a command to update the service configuration by @sestrella in #32
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
Other Changes
- feat: Print container logs in colors by @sestrella in #27
- chore: Add a showcase video to the README file by @sestrella in #28
- feat: Hide container name when only a single task and container is selected by @sestrella in #29
- feat: Abstract ExecuteCommand function by @sestrella in #30
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
Other Changes
- feat: Generate unit tests for
logscommand (Claude) by @sestrella in #20 - feat: Move ExecuteCommand to Client interface by @sestrella in #21
- feat: Expose primitive selectors directly to commands directly by @sestrella in #23
- feat: Add multi-containers support for logs by @sestrella in #24
- ci: Make Nix the primary building workflow by @sestrella in #25
- feat: Add support for themes by @sestrella in #26
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
Other Changes
- feat: Print message about pre-select options by @sestrella in #15
- feat: Remove panic calls from code by @sestrella in #16
- feat: Add Selectors interface by @sestrella in #17
- feat: Update release workflow to zip generated binaries by @sestrella in #18
- fix: Remove directory from zipped files by @sestrella in #19
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.0
What's Changed
New Features
- feat: Remove
flake-partsandflake-utilsin favor offorAllSystemsfunction by @sestrella in #9 - feat: Replace
ptermwithbubbleteaby @sestrella in #10 - feat: Wrap AWS clients into custom implementations by @sestrella in #11
- feat: Combine
ecsandcloudwatchlogsinto a single interface by @sestrella in #12 - Show one selector at the time by @sestrella in #13
Other Changes
- Remove patch version constraint from
go.modby @sestrella in #8 - ci: Add release workflow by @sestrella in #14
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
Other Changes
- Basic GHA setup by @sestrella in #1
- Fix CI by @sestrella in #2
- Add
nix-buildjob to CI workflow by @sestrella in #3 - doc: Improve instructions on README file by @sestrella in #4
- Nix templates by @sestrella in #5
- fix: Forward signals to child process by @sestrella in #6
- ci: Add GH release configuration by @sestrella in #7
New Contributors
- @sestrella made their first contribution in #1
Full Changelog: https://github.com/sestrella/iecs/commits/v0.1.0