Skip to content

Commit 05b2c28

Browse files
committed
chore(release): release hac v0.1.0
1 parent 05290c4 commit 05b2c28

5 files changed

Lines changed: 238 additions & 237 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Changelog
2+
3+
## [0.1.0] - 2024-05-29
4+
5+
### Bug Fixes
6+
7+
- Reimplementing horizontal scroll
8+
- Fixing broken tests
9+
- Correctly importing actions
10+
- Weird coloring of status bar
11+
- Fixing delete backwards
12+
- Fixing broken tests for tree traversal
13+
- Fixing screen manager tests failing
14+
- Only showing cursor when editing the uri
15+
16+
### Features
17+
18+
- Starting to implement form to create request
19+
- Initial creation of new requests on schema
20+
- Selection of methods of requests
21+
- Creating new requests
22+
- Scope aware newlines
23+
- Adding scope aware newline above
24+
- Synchronization of requests to file system
25+
- Properly syncing and allowing further edits
26+
- Adding better comments througout the app
27+
- Adding initial CLI interfacing
28+
- Proper extension for collections
29+
- Handling other http methods
30+
- Allow for changing urls
31+
- Correct handling of new collections
32+
- Showing cursor on uri pane
33+
- Displaying status time and size of requests
34+
- Hiding body tab when request method has no body
35+
- Displaying error messages on request
36+
- Chunking error text to multiline
37+
- Synchronization problems are now gone
38+
- Empty state for responses
39+
- Enabling dry run and better readme
40+
41+
### Miscellaneous Tasks
42+
43+
- Updated readme, licensing and getting project ready for use
44+
- Adding contributing guidelines
45+
- Pull request and issue templates
46+
- Initial todos, have to do a lot more
47+
- Renaming project to hac
48+
- Setting up publishing to crates.io
49+
- Setting packages metadata
50+
- Renaming tui to client for publishing
51+
52+
### Refactor
53+
54+
- Changing schemas to collection naming
55+
56+
### Testing
57+
58+
- Testing ascii error art
59+
60+

0 commit comments

Comments
 (0)