-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86f066f
commit 816d4b8
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog | ||
|
||
## 0.1.0 (2023-03-31) | ||
|
||
|
||
### Features | ||
|
||
* accept same cli args as `squeue` ([1f1a5ac](https://github.com/kabouzeid/turm/commit/1f1a5ac8f0b92b435b09e09981c95cbb00290a20)) | ||
* add cargo metadata ([78487bb](https://github.com/kabouzeid/turm/commit/78487bbe93c8c1efaef8b218e72c68a4dbe3c67a)) | ||
* better error handling ([ad47d19](https://github.com/kabouzeid/turm/commit/ad47d19ad6abccb80bc7d5c9ac3faf44ca03a92a)) | ||
* better layout ([67e24e0](https://github.com/kabouzeid/turm/commit/67e24e078df0eed492123e498282942400cbbcf9)) | ||
* config interval file ([7e6678d](https://github.com/kabouzeid/turm/commit/7e6678d834ce5535dfe2ede8e88974ccbf36c453)) | ||
* fast scroll ([8df9158](https://github.com/kabouzeid/turm/commit/8df91589f8ef6c3cd403faecfc40142fd238d0a4)) | ||
* faster log file loading ([9f954cc](https://github.com/kabouzeid/turm/commit/9f954ccff53fc7ffdb4412d1a490ef012bf4cc95)) | ||
* faster log loading ([b4b0fa4](https://github.com/kabouzeid/turm/commit/b4b0fa4df97d51976f2cadffd527a07fd3804346)) | ||
* help bar ([ab63a9e](https://github.com/kabouzeid/turm/commit/ab63a9e2cd9b2ea05a8d45789b8dfb04d580c932)) | ||
* partial reads (like tail -f) ([86f04af](https://github.com/kabouzeid/turm/commit/86f04af1bf78783c37c4cecbef4d3292280f4f5e)) | ||
* prettier ([c70de5e](https://github.com/kabouzeid/turm/commit/c70de5ea4f412531c203bb308ee769e6cc861828)) | ||
* scroll to bottom with end ([01423f1](https://github.com/kabouzeid/turm/commit/01423f1a8c5da16f97dc01efd4e73cbb96d8c810)) | ||
* show job details ([904ff7c](https://github.com/kabouzeid/turm/commit/904ff7cef52e8971f7c6146ec217065988001336)) | ||
* show state and reason in details panel ([a77d4a3](https://github.com/kabouzeid/turm/commit/a77d4a3ff7d823f89ea33921dee28aa9ff7b6a3f)) | ||
* show state in list ([823a0a2](https://github.com/kabouzeid/turm/commit/823a0a263bc33b7a1e77d92601820059dfc22a14)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* error on shutdown ([ff516ca](https://github.com/kabouzeid/turm/commit/ff516cac734fcd06a443122aca408d228046484a)) | ||
* hide incomplete lines in log files ([28eb452](https://github.com/kabouzeid/turm/commit/28eb452f9b4e8900d74be491368787bbe2197fc1)) | ||
* log title ([d42f79a](https://github.com/kabouzeid/turm/commit/d42f79ae7dcfec4d33d29fdcc48e1e986d1ea8b9)) | ||
* warnings ([ffd1211](https://github.com/kabouzeid/turm/commit/ffd1211228490960186d9cf8dc1d773a38558b16)) |