Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release hac v0.1.1 #4

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 27 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,34 @@
# Changelog

## [0.1.0] - 2024-05-29
## [0.1.1] - 2024-06-03

### Bug Fixes

- Re-enabling tab switching on editor

### Miscellaneous Tasks

- Packaging hac as nix flake
- Adding how to try with nix to readme

### Refactor

- Moving response viewer logic to its module
- Creating a store to hold collection state
- Centralizing state management

### Testing

- Testing collection store

### Wip

- Fixing bugs and migrating logic

## [0.1.0] - 2024-05-30

### Bug Fixes

- Reimplementing horizontal scroll
- Fixing broken tests
- Correctly importing actions
- Weird coloring of status bar
- Fixing delete backwards
- Fixing broken tests for tree traversal
Expand All @@ -15,12 +37,6 @@

### Features

- Starting to implement form to create request
- Initial creation of new requests on schema
- Selection of methods of requests
- Creating new requests
- Scope aware newlines
- Adding scope aware newline above
- Synchronization of requests to file system
- Properly syncing and allowing further edits
- Adding better comments througout the app
Expand Down Expand Up @@ -48,6 +64,7 @@
- Setting up publishing to crates.io
- Setting packages metadata
- Renaming tui to client for publishing
- Release hac v0.1.0

### Refactor

Expand Down
Loading