Skip to content

Commit 952f6e7

Browse files
RELEASES: Add release notes for version 0.1.2
Add release notes for the version 0.1.2 of `patch-hub`. Signed-off-by: David Tadokoro <[email protected]>
1 parent 0128283 commit 952f6e7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

RELEASES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Version 0.1.2 (2024-09-06)
2+
3+
It has been quite a while since the release of v0.1.1 (about one month). The rate of development dropped a little, but there were some meaningful contributions (including from new contributors :stuck_out_tongue:), so this release is to avoid keeping `patch-hub` outdated.
4+
5+
### New Functionalities and Changes
6+
7+
1. Add a `--version | -V` flag to display the `patch-hub` version (issue #17).
8+
2. Suppress warning for unused function `centerd_rect`.
9+
3. Rearrange unit test sample files to `src/test_samples` and add unit tests for `src/mailing_lists.rs` and `src/lore_api_client`.
10+
4. Create the cache directory before using it (issue #21).
11+
5. Remove vendoring of `openssl` (issue #22).
12+
6. Remove tab completion from the "Mailing List Selection" screen and allow the user to input the list without entirely typing it (issue #25).
13+
7. Fix crashing bug of hitting `ENTER` when there is no bookmarked patchset (issue #12).
14+
8. Fix overflow in the patchsets of the last page.
15+
16+
### Problems and Future Changes
17+
18+
Many fronts are being explored right now, like: making configurations more robust and adding `git send-email` configurations, adding formatting and linting to the project, implementing logging, and more. The integration of `kw` and `patch-hub` is also being done by [this PR](https://github.com/kworkflow/kworkflow/pull/1155).
19+
20+
IMHO, the following steps are to close these started fronts, make a new release, and then stop adding features to pay the enormous technical debt we have in the project.
21+
122
# Version 0.1.1 (2024-08-07)
223

324
This is a minor release to fix the issues #18 and #19.

0 commit comments

Comments
 (0)