- update all deps
- update rust-apt to newest git snapshot
- add dependencies comment in Cargo.toml
### New Features
- if fetch last url has error, output error prefix
- add .policy file to add policykit oma infomation
- add policykit support
### Bug Fixes
- fix warning message before global bar draw display
- try to fix download progress bar count
- fix download database global bar display in file:// prefix local mirror
- fix exit code with policykit run
### Other
- default to /bin/oma
- improve UI strings
### Refactor
- decompress database do not block tokio runner
- refactor content::file_handle method; rename to remove_prefix
- refactor some code style
- do not always in running in async runtime
### Style
- run cargo fmt and clippy
- OmaAction => Oma
### Commit Statistics
- 18 commits contributed to the release.
- 18 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
### Commit Details
* **Uncategorized**
- Update all deps (0dca249)
- Run cargo fmt and clippy (ed199fd)
- If fetch last url has error, output error prefix (355746f)
- Fix warning message before global bar draw display (9804802)
- Try to fix download progress bar count (b6006ee)
- Fix download database global bar display in file:// prefix local mirror (12f4e4c)
- Default to /bin/oma (0679301)
- Improve UI strings (50b9512)
- Add .policy file to add policykit oma infomation (33cb84a)
- Decompress database do not block tokio runner (fddc86f)
- Refactor content::file_handle method; rename to remove_prefix (6bc254e)
- Update rust-apt to newest git snapshot (6def641)
- Add dependencies comment in Cargo.toml (58fd8c6)
- OmaAction => Oma (4f8a5ff)
- Refactor some code style (9bb7175)
- Do not always in running in async runtime (6b90abd)
- Fix exit code with policykit run (388a004)
- Add policykit support (a6ae5ae)