Skip to content

Commit

Permalink
release: 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdephily committed Sep 30, 2024
1 parent 3ca1090 commit 204caa0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Unreleased
# 0.7.1 2024-09-30

Maintenance release.

* Improved shell completion
- Complete on package names
- Complete previously-merged package names
- Various usability tweaks
- Completion files are now distributed in git, not in the compiled binary
* `predict` now tries both merge lists when a merge process exists
Expand Down
21 changes: 11 additions & 10 deletions docs/COMPARISON.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Original motivation for Emlop was a faster/more accurate version of `genlop -p`, and learning
Rust. It has since gained features and maturity to compete on all fronts. This file compares
`genlop-0.30.11`, `qlop-0.96.1`, and `emlop-0.7.0`. Please report any outdated/incorrect info using
`genlop-0.30.12`, `qlop-0.97`, and `emlop-0.7.1`. Please report any outdated/incorrect info using
the [issue tracker](https://github.com/vincentdephily/emlop/issues).

Known emerge log parsers:
Expand All @@ -14,6 +14,7 @@ Known emerge log parsers:
* [Glop](https://github.com/kongo2002/glop) (Haskell) was a simple rewrite, dead upstream.
* [Golop](https://github.com/klausman/golop) (Go) is a recent rewrite apparently abandoned quickly.
* [Emwa](https://github.com/foxtrot-wx/emwa) (C) is a recent addition, time will tell.
* [Genloppy](https://github.com/cklaucke/genloppy) (Python) aims for drop-in Genlop compatibility, work in progress.

Rust, Perl, C, Python, Haskell, Go... at least Gentoo doesn't suffer from a language monoculture ;)

Expand Down Expand Up @@ -160,12 +161,12 @@ the terminal emulator). Genlop is noticably slow for basic tasks, and can be pro

## misc

| | genlop | qlop | emlop |
|:---------------------------|:------------:|:------:|:-------------:|
| Shell completion | bash | none | bash/zsh/fish |
| Complete package name | yes | n/a | yes |
| Configuration file | no | no | yes |
| Read compressed emerge.log | yes | no | yes |
| Unittests | no | yes | yes |
| Documentation and help | ok | good | good |
| Development activity | unmaintained | active | active |
| | genlop | qlop | emlop |
|:---------------------------|:-----------:|:------:|:-------------:|
| Shell completion | bash | none | bash/zsh/fish |
| Complete package name | gentoo repo | n/a | any merged |
| Configuration file | no | no | yes |
| Read compressed emerge.log | yes | no | yes |
| Unittests | no | yes | yes |
| Documentation and help | ok | good | good |
| Development activity | minimal | active | active |

0 comments on commit 204caa0

Please sign in to comment.