Skip to content

Commit

Permalink
Bump oma v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish committed May 6, 2023
1 parent 2b270ae commit 4efff56
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 3 deletions.
80 changes: 79 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,85 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.34.0 (2023-05-06)

### Chore

- <csr-id-2b270aec994b01b0fbeb6a4948bde259528edc84/> update all deps

### New Features

- <csr-id-426c6fc1dd6b2a35e788860f5cb6a9d5b5c73af0/> display command not found error if oma command-not-found no results found
- <csr-id-84464c26a063e8c8188987af7e2162d39ddf30dc/> oma install/remove/upgrade -y should display review message
- <csr-id-eb2af8149e62e5215eac88987bf3941eae3e4313/> add oma systemd service
- <csr-id-e00e9ccbd7c99d9ff5e82a2412f3cc2db7366bb4/> support fish completion
- <csr-id-8b15ee13c5158f47b370feebe1dfd42fcb7b0b23/> add shell competions feature
- Also fix pengding ui display
- <csr-id-0a1bcbb270cd78804a3ae12c1ab615b4e62347fb/> add oma pkgnames for shell completion
- <csr-id-91acc4314a7558aef5c9a4506e31f92a6417e2bb/> return 1 if oma show pkgs result is empty

### Bug Fixes

- <csr-id-9e56acaa1fdbfbc33a2aa41c74d88e8da68ab92c/> fix wrong oma pkgnames parameter name ...
...Wrong parameter name causes the pkgnames method to always pass in a None parameter, which always completes all packages in the database
- <csr-id-9b1d8b9d417ef81001391d8c59f99ef539902dce/> fetch database global progress bar overflow
- <csr-id-4c7174e528ce117dd918acd5f5fbffa09d0ddee0/> retry 3 times, not 4 (again)
- <csr-id-ee8c562777b0e3d1c137d55432d10fdf84f836cb/> retry 3 times, not 4
- <csr-id-300c9a3f9ebfbab4789db18c3e6fb53223cf99cc/> apt_lock_inner failed do not retry
- Also set some error message due to
- <csr-id-73f1ce593b7fb4edcc4b9502cb7a147cbf63a821/> improve UI strings for oma pending ui output

### Refactor

- <csr-id-84e4ca451e167c79a44412790e2b128c353db8f0/> no need to collect package list in oma list method
- <csr-id-0de4fcd240c3f61bbcf89fe0bf5e6dc73e2fe6ec/> optimize main logic
- <csr-id-58e2913c9852074c040681d1dc6499f7c7e4bdb4/> oma args function return exit code

### Style

- <csr-id-da0655a4ffa0e845cec23c57d854e0675eb03c1f/> use cargo clippy and cargo fmt to lint code

### Commit Statistics

<csr-read-only-do-not-edit/>

- 18 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 18 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- Update all deps ([`2b270ae`](https://github.com/AOSC-Dev/oma/commit/2b270aec994b01b0fbeb6a4948bde259528edc84))
- Display command not found error if oma command-not-found no results found ([`426c6fc`](https://github.com/AOSC-Dev/oma/commit/426c6fc1dd6b2a35e788860f5cb6a9d5b5c73af0))
- Use cargo clippy and cargo fmt to lint code ([`da0655a`](https://github.com/AOSC-Dev/oma/commit/da0655a4ffa0e845cec23c57d854e0675eb03c1f))
- Oma install/remove/upgrade -y should display review message ([`84464c2`](https://github.com/AOSC-Dev/oma/commit/84464c26a063e8c8188987af7e2162d39ddf30dc))
- Add oma systemd service ([`eb2af81`](https://github.com/AOSC-Dev/oma/commit/eb2af8149e62e5215eac88987bf3941eae3e4313))
- Fix wrong oma pkgnames parameter name ... ([`9e56aca`](https://github.com/AOSC-Dev/oma/commit/9e56acaa1fdbfbc33a2aa41c74d88e8da68ab92c))
- No need to collect package list in oma list method ([`84e4ca4`](https://github.com/AOSC-Dev/oma/commit/84e4ca451e167c79a44412790e2b128c353db8f0))
- Support fish completion ([`e00e9cc`](https://github.com/AOSC-Dev/oma/commit/e00e9ccbd7c99d9ff5e82a2412f3cc2db7366bb4))
- Add shell competions feature ([`8b15ee1`](https://github.com/AOSC-Dev/oma/commit/8b15ee13c5158f47b370feebe1dfd42fcb7b0b23))
- Fetch database global progress bar overflow ([`9b1d8b9`](https://github.com/AOSC-Dev/oma/commit/9b1d8b9d417ef81001391d8c59f99ef539902dce))
- Retry 3 times, not 4 (again) ([`4c7174e`](https://github.com/AOSC-Dev/oma/commit/4c7174e528ce117dd918acd5f5fbffa09d0ddee0))
- Retry 3 times, not 4 ([`ee8c562`](https://github.com/AOSC-Dev/oma/commit/ee8c562777b0e3d1c137d55432d10fdf84f836cb))
- Apt_lock_inner failed do not retry ([`300c9a3`](https://github.com/AOSC-Dev/oma/commit/300c9a3f9ebfbab4789db18c3e6fb53223cf99cc))
- Optimize main logic ([`0de4fcd`](https://github.com/AOSC-Dev/oma/commit/0de4fcd240c3f61bbcf89fe0bf5e6dc73e2fe6ec))
- Add oma pkgnames for shell completion ([`0a1bcbb`](https://github.com/AOSC-Dev/oma/commit/0a1bcbb270cd78804a3ae12c1ab615b4e62347fb))
- Return 1 if oma show pkgs result is empty ([`91acc43`](https://github.com/AOSC-Dev/oma/commit/91acc4314a7558aef5c9a4506e31f92a6417e2bb))
- Oma args function return exit code ([`58e2913`](https://github.com/AOSC-Dev/oma/commit/58e2913c9852074c040681d1dc6499f7c7e4bdb4))
- Improve UI strings for oma pending ui output ([`73f1ce5`](https://github.com/AOSC-Dev/oma/commit/73f1ce593b7fb4edcc4b9502cb7a147cbf63a821))
</details>

## v0.33.1 (2023-05-04)

<csr-id-22d449d555ff0b3e89cbfd9a8e4048df8d0e9b53/>
<csr-id-9a540fef0793c300c09efc7bbcd8f08320978bc5/>

### Documentation

- <csr-id-3923169a3183158ffbbc9fb98f466196dcbbb1db/> improve oma install --install-recommend and --install-suggest help message
Expand Down Expand Up @@ -34,7 +111,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 9 commits contributed to the release.
- 10 commits contributed to the release.
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -45,6 +122,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Bump oma v0.33.1 ([`ddcffd4`](https://github.com/AOSC-Dev/oma/commit/ddcffd4793c3cee84afbcb7d2fa259a7b77394b9))
- Improve command-not-found directions ([`b0d14fb`](https://github.com/AOSC-Dev/oma/commit/b0d14fb0897be29155859e6cfbe49a71d15e53b8))
- Push missing fish command-not-found commit ([`070dd36`](https://github.com/AOSC-Dev/oma/commit/070dd360a4a8c9b2a0d14bf1879f7a7383308aa8))
- Oma command-not-found always return 127 ([`261d35a`](https://github.com/AOSC-Dev/oma/commit/261d35a12a213af973ce914c0124e50d1c9a49b0))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oma"
version = "0.33.1"
version = "0.34.0"
edition = "2021"
description = "Omakase (oma) - Package management interface for AOSC OS"

Expand Down

0 comments on commit 4efff56

Please sign in to comment.